summaryrefslogtreecommitdiff
path: root/test/testargs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-6/+6
* Renamed optarg -> opt_arg to avoid name clashes with system-own optarg.Guenter Knauf2010-10-041-18/+18
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-13/+13
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-53/+53
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Migreate testargs to the new test suite.Ryan Bloom2002-12-061-32/+190
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* change some of the test programs to use exit status 0 forJeff Trawick2001-08-011-1/+1
* These are (thankfully) now irrelevant stubs. apr_terminate is definedWilliam A. Rowe Jr2001-06-081-6/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-2/+2
* Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.Jeff Trawick2001-01-231-1/+1
* Commit a bunch of cleanups to get win32 going again. Note the apr.dspWilliam A. Rowe Jr2001-01-231-1/+6
* Add an extra const into the getopt functions. We never attempt to modify anyGreg Stein2000-11-291-1/+1
* add a "default:" case, just to be sure.Greg Stein2000-11-251-7/+20
* Fix the Win32 linker .def for APR (for my last several commits), andWilliam A. Rowe Jr2000-08-091-5/+12
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-3/+3
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-6/+6
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* call ap_initialize() and ap_terminate()Jeff Trawick2000-04-031-0/+3
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+31
* Update the test programs so they work with ap_getopt again.Ryan Bloom2000-03-151-1/+1
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Fix the logic in blocking vs non-blocking pipes to children. It onlyRyan Bloom1999-12-031-1/+1
* Clean up the getopt stuff a bit. Basically, I am removing the #define's,Ryan Bloom1999-11-221-4/+3
* With the removal of the signalling logic, this should have gone away too.Ryan Bloom1999-11-221-1/+0
* Under Linux, I always got aMartin Kraemer1999-11-201-0/+1
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-1/+1
* A change to how APR uses user data. Now, user data is a linked list thatRyan Bloom1999-09-141-1/+1
* Initial revisionRyan Bloom1999-08-171-0/+95