| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix building with DSO support. If any module is configured to be | rbb | 2000-06-01 | 1 | -1/+3 |
* | Rework DSO error reporting to be more flexible & informative. | bjh | 2000-05-31 | 1 | -2/+5 |
* | Update the ap_dso_error API to work with other platforms. | rbb | 2000-05-29 | 1 | -1/+2 |
* | PR: | wrowe | 2000-05-28 | 1 | -2/+2 |
* | Fixup a couple of rename's missed APR_VAR_EXPORT->APR_EXPORT_VAR | rbb | 2000-05-27 | 1 | -2/+2 |
* | PR: | wrowe | 2000-05-27 | 1 | -2/+2 |
* | Fix the dso error handling. | rbb | 2000-05-27 | 1 | -3/+2 |
* | PR: | wrowe | 2000-05-27 | 1 | -0/+2 |
* | PR: | wrowe | 2000-05-26 | 1 | -1/+3 |
* | Fix error handling for DSO opening. This probably doesn't fix all | rbb | 2000-05-26 | 1 | -1/+4 |
* | Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols. | wrowe | 2000-05-26 | 3 | -7/+7 |
* | Remove ap_destroy_context from Apache 2.0. With the name change back to | rbb | 2000-05-22 | 1 | -6/+0 |
* | Common files are the wrong way to solve this for Win32. The correct | rbb | 2000-05-17 | 1 | -61/+0 |
* | Merging windows and Unix common misc files. | rbb | 2000-05-17 | 10 | -671/+152 |
* | Remove the misc/os2 directory completely. IF the directory isn't there, | rbb | 2000-05-17 | 2 | -56/+0 |
* | Remove the separate beos directory and add support to the unix directory | rbb | 2000-05-16 | 8 | -568/+14 |
* | Add a couple of necessary brackets to the windows version of getopt | rbb | 2000-05-16 | 1 | -2/+4 |
* | Create a true misc.c for ap_get_oslevel and ap_load_dll_func, | wrowe | 2000-05-12 | 3 | -94/+151 |
* | I'm sure Mr. Stoddard will recognize this, so I'm committing it. | wrowe | 2000-05-12 | 1 | -0/+5 |
* | Add a new function to APR, ap_wait_all_procs. This waits for any current | rbb | 2000-05-04 | 1 | -3/+9 |
* | Fix various return code problems in APR on Win32. For most of | trawick | 2000-05-01 | 1 | -12/+1 |
* | Use ap_pcalloc instead of ap_palloc where it makes sense. | rbb | 2000-04-30 | 1 | -1/+1 |
* | Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter can | sascha | 2000-04-30 | 2 | -2/+0 |
* | Update comment for depend target. The template makefiles are now called | sascha | 2000-04-30 | 2 | -2/+2 |
* | Teach ap_strerror() on Unix to handle resolver error codes. | trawick | 2000-04-28 | 1 | -4/+34 |
* | apr_errno.h: | trawick | 2000-04-28 | 2 | -29/+29 |
* | back out APR_ prefix for TRUE,FALSE | dougm | 2000-04-28 | 2 | -12/+12 |
* | Win32: | trawick | 2000-04-28 | 1 | -2/+4 |
* | prefix TRUE,FALSE with APR_ | dougm | 2000-04-28 | 2 | -12/+12 |
* | extremely minor cleanup: | trawick | 2000-04-28 | 1 | -3/+0 |
* | Eliminate redundant calls to initialize the Winsock. | stoddard | 2000-04-27 | 1 | -15/+16 |
* | Fix ap_strerror. It should both fill the user supplied buffer with the | stoddard | 2000-04-26 | 2 | -43/+71 |
* | Change size_t to ap_size_t on ap_strerror(). Sorry about missing this the | stoddard | 2000-04-26 | 2 | -5/+5 |
* | Get rid of ap_pool_t argument on ap_strerror | stoddard | 2000-04-26 | 2 | -12/+14 |
* | Win32: Get ap_strerror working on Windows (for Win32 system errors anyway) | stoddard | 2000-04-26 | 1 | -2/+26 |
* | Add the status parameter back to the Other Child logic. | rbb | 2000-04-24 | 2 | -11/+12 |
* | Get rid of the new line. | stoddard | 2000-04-24 | 1 | -1/+1 |
* | Fix some problems on systems where EAGAIN != EWOULDBLOCK (e.g., OS/390). | trawick | 2000-04-23 | 1 | -0/+5 |
* | Add error code into BeOS. | dreid | 2000-04-22 | 2 | -2/+3 |
* | Bring BeOS APR back into a working state. | dreid | 2000-04-22 | 2 | -8/+2 |
* | Remove EBADARGS to fix compile break | stoddard | 2000-04-22 | 1 | -2/+0 |
* | Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw. | rbb | 2000-04-22 | 7 | -13/+32 |
* | Win32: Get mod_auth_digest compiling and added to the Windows | stoddard | 2000-04-21 | 1 | -0/+2 |
* | Eliminate compile warning | stoddard | 2000-04-21 | 1 | -0/+1 |
* | Win32: Begin adding ap_strerror and ap_canonicalize_error to APR. Server | stoddard | 2000-04-21 | 2 | -0/+232 |
* | Remove the invalid data checking from APR's file I/O on Unix. | rbb | 2000-04-21 | 1 | -2/+0 |
* | Win32: Ooops, forgot aprlib.c to make the linker happy. | stoddard | 2000-04-21 | 2 | -0/+14 |
* | misc/unix is used on OS/2 as well, prevent unix ap_canonical_error() from | bjh | 2000-04-21 | 1 | -0/+4 |
* | Get rid of the nasty side-effect macro. | gstein | 2000-04-20 | 1 | -17/+16 |
* | Fix an ugly macro. | rbb | 2000-04-20 | 1 | -3/+3 |