summaryrefslogtreecommitdiff
path: root/test/testargs.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-13/+13
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-53/+53
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Migreate testargs to the new test suite.rbb2002-12-061-32/+190
* Update our copyright for this year.fielding2002-03-131-1/+1
* change some of the test programs to use exit status 0 fortrawick2001-08-011-1/+1
* These are (thankfully) now irrelevant stubs. apr_terminate is definedwrowe2001-06-081-6/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-2/+2
* Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.trawick2001-01-231-1/+1
* Commit a bunch of cleanups to get win32 going again. Note the apr.dspwrowe2001-01-231-1/+6
* Add an extra const into the getopt functions. We never attempt to modify anygstein2000-11-291-1/+1
* add a "default:" case, just to be sure.gstein2000-11-251-7/+20
* Fix the Win32 linker .def for APR (for my last several commits), andwrowe2000-08-091-5/+12
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-3/+3
* prefix libapr functions and types with apr_dougm2000-08-021-6/+6
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-2/+2
* call ap_initialize() and ap_terminate()trawick2000-04-031-0/+3
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Update the test programs so they work with ap_getopt again.rbb2000-03-151-1/+1
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-1/+1
* Clean up the getopt stuff a bit. Basically, I am removing the #define's,rbb1999-11-221-4/+3
* With the removal of the signalling logic, this should have gone away too.rbb1999-11-221-1/+0
* Under Linux, I always got amartin1999-11-201-0/+1
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-1/+1
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-1/+1
* Initial revisionrbb1999-08-171-0/+95