summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change size_t to ap_size_t on ap_strerror(). Sorry about missing this thestoddard2000-04-262-5/+5
* Get rid of ap_pool_t argument on ap_strerrorstoddard2000-04-262-12/+14
* Win32: Get ap_strerror working on Windows (for Win32 system errors anyway)stoddard2000-04-261-2/+26
* Add the status parameter back to the Other Child logic.rbb2000-04-242-11/+12
* Get rid of the new line.stoddard2000-04-241-1/+1
* Fix some problems on systems where EAGAIN != EWOULDBLOCK (e.g., OS/390).trawick2000-04-231-0/+5
* Add error code into BeOS.dreid2000-04-222-2/+3
* Bring BeOS APR back into a working state.dreid2000-04-222-8/+2
* Remove EBADARGS to fix compile breakstoddard2000-04-221-2/+0
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-227-13/+32
* Win32: Get mod_auth_digest compiling and added to the Windowsstoddard2000-04-211-0/+2
* Eliminate compile warningstoddard2000-04-211-0/+1
* Win32: Begin adding ap_strerror and ap_canonicalize_error to APR. Serverstoddard2000-04-212-0/+232
* Remove the invalid data checking from APR's file I/O on Unix.rbb2000-04-211-2/+0
* Win32: Ooops, forgot aprlib.c to make the linker happy.stoddard2000-04-212-0/+14
* misc/unix is used on OS/2 as well, prevent unix ap_canonical_error() frombjh2000-04-211-0/+4
* Get rid of the nasty side-effect macro.gstein2000-04-201-17/+16
* Fix an ugly macro.rbb2000-04-201-3/+3