summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* a while back, we said "segfault on invalid params rather than returning anGreg Stein2000-07-081-52/+46
* const-ify the userdata interfacesGreg Stein2000-07-081-2/+2
* Update dependancies in APRRyan Bloom2000-07-071-20/+17
* Add a needed header file.Ryan Bloom2000-07-051-0/+1
* Cleanup yesterday's patch to make APR use APR namespace protected macros.Ryan Bloom2000-06-221-3/+3
* Big commit. Basically, if APR defines a public feature macro, then APRRyan Bloom2000-06-222-4/+5
* Continuing the cleanup of beos code.David Reid2000-06-171-0/+3
* ap_bwrite_xlate() now handles the case where it was passed a partialJeff Trawick2000-06-131-0/+2
* Update dependencies.Ben Laurie2000-06-111-19/+21
* Fix building with DSO support. If any module is configured to beRyan Bloom2000-06-011-1/+3
* Rework DSO error reporting to be more flexible & informative.Brian Havard2000-05-311-2/+5
* Update the ap_dso_error API to work with other platforms.Ryan Bloom2000-05-291-1/+2
* PR:William A. Rowe Jr2000-05-281-2/+2
* Fixup a couple of rename's missed APR_VAR_EXPORT->APR_EXPORT_VARRyan Bloom2000-05-271-2/+2
* PR:William A. Rowe Jr2000-05-271-2/+2
* Fix the dso error handling.Ryan Bloom2000-05-271-3/+2
* PR:William A. Rowe Jr2000-05-271-0/+2
* PR:William A. Rowe Jr2000-05-261-1/+3
* Fix error handling for DSO opening. This probably doesn't fix allRyan Bloom2000-05-261-1/+4
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.William A. Rowe Jr2000-05-263-7/+7
* Remove ap_destroy_context from Apache 2.0. With the name change back toRyan Bloom2000-05-221-6/+0
* Common files are the wrong way to solve this for Win32. The correctRyan Bloom2000-05-171-61/+0
* Merging windows and Unix common misc files.Ryan Bloom2000-05-1710-671/+152
* Remove the misc/os2 directory completely. IF the directory isn't there,Ryan Bloom2000-05-172-56/+0
* Remove the separate beos directory and add support to the unix directoryRyan Bloom2000-05-168-568/+14
* Add a couple of necessary brackets to the windows version of getoptRyan Bloom2000-05-161-2/+4
* William A. Rowe Jr2000-05-123-94/+151
* William A. Rowe Jr2000-05-121-0/+5
* Add a new function to APR, ap_wait_all_procs. This waits for any currentRyan Bloom2000-05-041-3/+9
* Fix various return code problems in APR on Win32. For most ofJeff Trawick2000-05-011-12/+1
* Use ap_pcalloc instead of ap_palloc where it makes sense.Ryan Bloom2000-04-301-1/+1
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter canSascha Schumann2000-04-302-2/+0
* Update comment for depend target. The template makefiles are now calledSascha Schumann2000-04-302-2/+2
* Teach ap_strerror() on Unix to handle resolver error codes.Jeff Trawick2000-04-281-4/+34
* apr_errno.h:Jeff Trawick2000-04-282-29/+29
* back out APR_ prefix for TRUE,FALSEDoug MacEachern2000-04-282-12/+12
* Win32:Jeff Trawick2000-04-281-2/+4
* prefix TRUE,FALSE with APR_Doug MacEachern2000-04-282-12/+12
* extremely minor cleanup:Jeff Trawick2000-04-281-3/+0
* Eliminate redundant calls to initialize the Winsock.Bill Stoddard2000-04-271-15/+16
* Fix ap_strerror. It should both fill the user supplied buffer with theBill Stoddard2000-04-262-43/+71
* Change size_t to ap_size_t on ap_strerror(). Sorry about missing this theBill Stoddard2000-04-262-5/+5
* Get rid of ap_pool_t argument on ap_strerrorBill Stoddard2000-04-262-12/+14
* Win32: Get ap_strerror working on Windows (for Win32 system errors anyway)Bill Stoddard2000-04-261-2/+26
* Add the status parameter back to the Other Child logic.Ryan Bloom2000-04-242-11/+12
* Get rid of the new line.Bill Stoddard2000-04-241-1/+1
* Fix some problems on systems where EAGAIN != EWOULDBLOCK (e.g., OS/390).Jeff Trawick2000-04-231-0/+5