| Commit message (Expand) | Author | Age | Files | Lines |
* | Completed review for new tests: | wrowe | 2000-10-06 | 1 | -1/+4 |
* | Here it is, the Win32 part of the big canonical errors patch. | wrowe | 2000-10-06 | 4 | -10/+10 |
* | The lots of little ones... APR_IS_STATUS_condition(rv) conditional macros | wrowe | 2000-10-05 | 1 | -1/+1 |
* | Add some .cvsignore goodness... | dreid | 2000-09-16 | 1 | -0/+2 |
* | Fix a bug in apr_create_process() for Unix. The NULL signifying | trawick | 2000-09-15 | 1 | -1/+1 |
* | this was deleted on April 14th, but got resuscitated somehow | gstein | 2000-09-09 | 1 | -114/+0 |
* | Allow dso builds with pthreads enabled to work on platforms which don't have | gregames | 2000-08-31 | 1 | -0/+2 |
* | We need to test specifically for setrlimit/getrlimit instead of | jim | 2000-08-23 | 1 | -6/+7 |
* | Include apr_strings.h in a bunch more places that need it. | bjh | 2000-08-06 | 1 | -0/+1 |
* | Add an OS/2 apr_signal(), pretty much copied from unix/signals.c | bjh | 2000-08-06 | 1 | -0/+19 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | wrowe | 2000-08-06 | 6 | -19/+22 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 20 | -442/+442 |
* | Fix some problems with which error code to use after a pthread_ failure. | trawick | 2000-07-31 | 1 | -0/+15 |
* | ap_setprocattr_limit() was broken due to missing break statements. | trawick | 2000-07-29 | 1 | -0/+3 |
* | Changes to get Win32 compiling again, including substituting | wrowe | 2000-07-25 | 1 | -1/+4 |
* | Move the ap_signal code form apr_signal.c in lib to signals.c in | rbb | 2000-07-24 | 1 | -0/+27 |
* | Update dependancies. | rbb | 2000-07-24 | 1 | -6/+0 |
* | Update dependencies. | fielding | 2000-07-23 | 1 | -0/+6 |
* | Update dependencies | sascha | 2000-07-23 | 1 | -8/+3 |
* | Move all APR functions related to strings to their own directory, and | rbb | 2000-07-21 | 1 | -0/+1 |
* | OS/2: Fix a canonical error mismatch, allowing .exe files to be spawned | bjh | 2000-07-14 | 1 | -1/+1 |
* | OS/2: Add implementation of ap_wait_all_procs(). | bjh | 2000-07-14 | 1 | -0/+28 |
* | Fix ap_get_os_threadkey. | rbb | 2000-07-10 | 2 | -4/+2 |
* | Fix ap_get_os_thread. This should work on Windows and Unix now. | rbb | 2000-07-10 | 2 | -6/+4 |
* | Make depend. | ben | 2000-07-09 | 1 | -0/+6 |
* | a while back, we said "segfault on invalid params rather than returning an | gstein | 2000-07-08 | 4 | -67/+14 |
* | const-ify the userdata interfaces | gstein | 2000-07-08 | 4 | -9/+12 |
* | Update dependancies in APR | rbb | 2000-07-07 | 1 | -31/+28 |
* | Win32: First cut at implementing non-blocking pipes with timeout on Windows NT. | stoddard | 2000-07-03 | 1 | -27/+40 |
* | Tidy up a definition to stop a warning. | dreid | 2000-06-26 | 1 | -1/+1 |
* | Cleanup yesterday's patch to make APR use APR namespace protected macros. | rbb | 2000-06-22 | 2 | -2/+2 |
* | Big commit. Basically, if APR defines a public feature macro, then APR | rbb | 2000-06-22 | 3 | -7/+10 |
* | ap_create_pipe was changed to return a pipe with both handles | trawick | 2000-06-20 | 4 | -36/+111 |
* | Remove unixd_detach function, because it is provided by APR as ap_detach. | rbb | 2000-06-20 | 3 | -14/+9 |
* | Tidy up some warnings in the threadproc directory. | dreid | 2000-06-17 | 4 | -7/+5 |
* | This gets BeOS working again but I need to look at the whole | dreid | 2000-06-12 | 1 | -0/+18 |
* | Update dependencies. | ben | 2000-06-11 | 1 | -9/+11 |
* | Decry the horrible state the completion of ap_proc_t has left some | wrowe | 2000-06-10 | 1 | -1/+5 |
* | Remove waitpid from the config checks and all calls to waitpid from the | rbb | 2000-06-09 | 1 | -0/+21 |
* | Add the resource limiting code back to Apache 2.0. This only works on | rbb | 2000-06-06 | 2 | -0/+87 |
* | Fix problems introduced as part of the "Convert ap_proc_t to a complete | trawick | 2000-06-06 | 1 | -4/+4 |
* | 2 weeks and so many changes to catch up on... | dreid | 2000-06-01 | 2 | -68/+15 |
* | Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols. | wrowe | 2000-05-26 | 1 | -1/+1 |
* | OS/2: Adapt to new ap_proc_t type & add missing ap_setprocattr_child* | bjh | 2000-05-25 | 2 | -54/+65 |
* | Win32: Convert ap_proc_t to tranparent type. | stoddard | 2000-05-24 | 3 | -90/+18 |
* | Rename stdin, stdout, stderr from new ap_proc_t to in, out, and err because | rbb | 2000-05-24 | 1 | -9/+9 |
* | Convert ap_proc_t to a complete type. This lets us access the pid directly. | rbb | 2000-05-23 | 3 | -111/+22 |
* | Fixes to allow Apache to run as a Win95 service... highlights | wrowe | 2000-05-19 | 1 | -1/+3 |
* | First function removed from Unix MPM's and moved to a common file. This | rbb | 2000-05-18 | 1 | -0/+6 |
* | Fix problem where the Unix mpms had an unitialized variable for | trawick | 2000-05-18 | 1 | -19/+10 |