summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix OS/2 build after the move of private APR headers to the include/arch/Brian Havard2000-11-141-15/+17
* Move all of the misc private header files to an arch directory underRyan Bloom2000-11-093-221/+55
* The start of the canonical name stuff.William A. Rowe Jr2000-10-231-2/+2
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-163-7/+7
* Fix some types in the latest tree, so that AIX builds cleanly again.Ryan Bloom2000-10-091-2/+2
* Add some headers needed for a clean compile on OS/2.Brian Havard2000-10-081-0/+5
* doc nit and I missed a change to Makefile.in.Greg Stein2000-10-071-1/+1
* Here it is, the Win32 part of the big canonical errors patch.William A. Rowe Jr2000-10-061-2/+2
* One more underlying change to highlight of the Win32 canonical errors.William A. Rowe Jr2000-10-061-10/+1
* some nits that I forgot first time around.Greg Stein2000-10-061-0/+2
* add UUID generation/formatting/parsing to APRGreg Stein2000-10-064-1/+416
* Thanks Jeff.William A. Rowe Jr2000-09-201-3/+3
* Clean up a potential leak.William A. Rowe Jr2000-09-201-1/+3
* Fix some warnings from initopt and getopt.Ryan Bloom2000-08-171-1/+1
* Tweak apr_getopt() and its use in ab to avoid compiler warnings.Jeff Trawick2000-08-101-1/+1
* Commit two fixes while I'm considering Jeff's comments.William A. Rowe Jr2000-08-091-0/+1
* Eliminate apr_opt*** symbols from the namespace, and allow parallelWilliam A. Rowe Jr2000-08-091-52/+55
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-065-57/+58
* prefix libapr functions and types with apr_Doug MacEachern2000-08-0210-61/+61
* Win32: Return error codes on ap_generate_random()Bill Stoddard2000-07-311-10/+2
* Changes to get Win32 compiling again, including substitutingWilliam A. Rowe Jr2000-07-251-1/+1
* Update dependenciesSascha Schumann2000-07-231-3/+4
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-212-0/+2
* damn. went through all that work to const-ify "key" but missed the data.Greg Stein2000-07-082-4/+7