summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
...
* Commit two fixes while I'm considering Jeff's comments.wrowe2000-08-091-0/+1
* Eliminate apr_opt*** symbols from the namespace, and allow parallelwrowe2000-08-091-52/+55
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-065-57/+58
* prefix libapr functions and types with apr_dougm2000-08-0210-61/+61
* Win32: Return error codes on ap_generate_random()stoddard2000-07-311-10/+2
* Changes to get Win32 compiling again, including substitutingwrowe2000-07-251-1/+1
* Update dependenciessascha2000-07-231-3/+4
* Move all APR functions related to strings to their own directory, andrbb2000-07-212-0/+2
* damn. went through all that work to const-ify "key" but missed the data.gstein2000-07-082-4/+7
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-081-52/+46
* const-ify the userdata interfacesgstein2000-07-081-2/+2
* Update dependancies in APRrbb2000-07-071-20/+17
* Add a needed header file.rbb2000-07-051-0/+1
* Cleanup yesterday's patch to make APR use APR namespace protected macros.rbb2000-06-221-3/+3
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-222-4/+5
* Continuing the cleanup of beos code.dreid2000-06-171-0/+3
* ap_bwrite_xlate() now handles the case where it was passed a partialtrawick2000-06-131-0/+2
* Update dependencies.ben2000-06-111-19/+21
* Fix building with DSO support. If any module is configured to berbb2000-06-011-1/+3
* Rework DSO error reporting to be more flexible & informative.bjh2000-05-311-2/+5
* Update the ap_dso_error API to work with other platforms.rbb2000-05-291-1/+2
* PR:wrowe2000-05-281-2/+2
* Fixup a couple of rename's missed APR_VAR_EXPORT->APR_EXPORT_VARrbb2000-05-271-2/+2
* PR:wrowe2000-05-271-2/+2
* Fix the dso error handling.rbb2000-05-271-3/+2
* PR:wrowe2000-05-271-0/+2
* PR:wrowe2000-05-261-1/+3
* Fix error handling for DSO opening. This probably doesn't fix allrbb2000-05-261-1/+4
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-263-7/+7
* Remove ap_destroy_context from Apache 2.0. With the name change back torbb2000-05-221-6/+0
* Common files are the wrong way to solve this for Win32. The correctrbb2000-05-171-61/+0
* Merging windows and Unix common misc files.rbb2000-05-1710-671/+152
* Remove the misc/os2 directory completely. IF the directory isn't there,rbb2000-05-172-56/+0
* Remove the separate beos directory and add support to the unix directoryrbb2000-05-168-568/+14
* Add a couple of necessary brackets to the windows version of getoptrbb2000-05-161-2/+4
* Create a true misc.c for ap_get_oslevel and ap_load_dll_func,wrowe2000-05-123-94/+151
* I'm sure Mr. Stoddard will recognize this, so I'm committing it.wrowe2000-05-121-0/+5
* Add a new function to APR, ap_wait_all_procs. This waits for any currentrbb2000-05-041-3/+9
* Fix various return code problems in APR on Win32. For most oftrawick2000-05-011-12/+1
* Use ap_pcalloc instead of ap_palloc where it makes sense.rbb2000-04-301-1/+1
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-302-2/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-302-2/+2
* Teach ap_strerror() on Unix to handle resolver error codes.trawick2000-04-281-4/+34
* apr_errno.h:trawick2000-04-282-29/+29
* back out APR_ prefix for TRUE,FALSEdougm2000-04-282-12/+12
* Win32:trawick2000-04-281-2/+4
* prefix TRUE,FALSE with APR_dougm2000-04-282-12/+12
* extremely minor cleanup:trawick2000-04-281-3/+0
* Eliminate redundant calls to initialize the Winsock.stoddard2000-04-271-15/+16
* Fix ap_strerror. It should both fill the user supplied buffer with thestoddard2000-04-262-43/+71