summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* axe APR_ENOFILEJeff Trawick2001-06-071-2/+0
* Solve the linkage issue with a native-C (nonstd convention) declarationWilliam A. Rowe Jr2001-06-061-1/+6
* * Remove the unnecessary parameter checks and the extra error codes thatCliff Woolley2001-06-041-4/+0
* Some more tidying up.David Reid2001-05-191-3/+0
* More cleanup and improvement of the memory code...David Reid2001-05-191-1/+8
* Add APR_HAS_OTHER_CHILD support to Win32Bill Stoddard2001-05-171-1/+39
* Remove apr_proc_probe_writable_fdsBill Stoddard2001-05-161-50/+0
* Automatically remove other-child registrations when theJeff Trawick2001-05-161-8/+29
* Sing, "we are apr"... and make all hash functions accept apr_ssize_tWilliam A. Rowe Jr2001-05-161-1/+1
* Those aren't DWORDs, they are apr_size_t.William A. Rowe Jr2001-05-161-3/+2
* get otherchild.c to compile when !APR_HAS_OTHER_CHILDJeff Trawick2001-05-041-0/+5
* *) Make the apr_pool_t structure private.Greg Stein2001-04-261-6/+0
* Further problems to resolve for Win32 in VC98; reported by Bill StoddardWilliam A. Rowe Jr2001-04-131-9/+2
* Point out a possible issue, and clean up the includes sequence.William A. Rowe Jr2001-04-121-2/+18
* Hmmm... some missing messages (my bad)William A. Rowe Jr2001-04-081-6/+15
* Add apr_ipsubnet_create() and apr_ipsubnet_test() for testingJeff Trawick2001-03-151-0/+4
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-253-3/+3
* OS/2: Add a crypto strength randomness generator.Brian Havard2001-02-242-0/+173
* Update copyright to 2001Roy T. Fielding2001-02-1610-10/+10
* *) add apr_signal_get_description() to that platforms (which have signals)Greg Stein2001-02-111-2/+8
* renaming various functions for consistency sakeDoug MacEachern2001-02-086-16/+16
* OS2 was chasing os2errno.h which we hid in a private platform directory,William A. Rowe Jr2001-01-281-2/+0
* Eliminate another warning.Roy T. Fielding2001-01-281-0/+3
* Eliminate warning and redundant exit conditions.Roy T. Fielding2001-01-281-7/+9
* No longer needed, we don't build libapr.dll from apr.lib anymoreWilliam A. Rowe Jr2001-01-181-7/+0
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-185-8/+11
* Libtool-ize APR.Greg Stein2001-01-092-24/+10
* Begin to remove the ability to allocate out of NULL pools. The firstRyan Bloom2000-12-311-3/+7
* These two patches for apr and apr-util fix compile warnings on Solaris forJeff Trawick2000-12-221-1/+1
* Cleanup a group of apr compil warnings on SolarisRyan Bloom2000-12-211-0/+3
* The Win32 overhaul, in summary;William A. Rowe Jr2000-12-211-7/+0
* 2000-12-19 Bill Tutt <rassilon@lima.mudlib.org>Branko Čibej2000-12-211-2/+5
* put the pool functions in the pool code.Greg Stein2000-12-061-58/+6
* fix apr_get_userdata(): return NULL if the userdata hash table isn't thereGreg Stein2000-12-061-2/+5
* Remove canonerr.cRyan Bloom2000-12-051-1/+1
* Eliminate apr_canonical_error as an apr symbol ... it still exists asWilliam A. Rowe Jr2000-12-052-69/+2
* My imagination, or was this a bad thing?William A. Rowe Jr2000-12-051-1/+1
* When creating a sub-pool, we should inherit the parent pool's apr_abortRyan Bloom2000-12-031-2/+6
* Increment "initialize" every time a new APR user starts, so locks aren'tGreg Ames2000-11-291-2/+1
* Add an extra const into the getopt functions. We never attempt to modify anyGreg Stein2000-11-291-6/+4
* Fix recent header reorg break on win32William A. Rowe Jr2000-11-291-1/+4
* Make apr_pool_t's use hashes instead of the hacked up datastruct thatRyan Bloom2000-11-291-44/+15
* apr_initialize should only setup apr if this is the first call, andRyan Bloom2000-11-271-3/+16
* (apr_initopt): null-terminate the copy of argv. Again, from GregKarl Fogel2000-11-251-1/+2
* More changes from Greg Hudson <ghudson@mit.edu>, w/ small doc tweaksKarl Fogel2000-11-251-5/+15
* Changes from Greg Hudson <ghudson@mit.edu> (with minor meddling fromKarl Fogel2000-11-251-81/+153
* Add "const" to keep the working set smaller.Greg Stein2000-11-211-2/+2
* As reported by Jeff Trawick, winsock errors simply don't run throughWilliam A. Rowe Jr2000-11-201-1/+67
* include/apr_getopt.h:Greg Stein2000-11-171-11/+101
* This patch removes the dependencies from Makefile.in. DependenciesJeff Trawick2000-11-151-77/+2