| Commit message (Expand) | Author | Age | Files | Lines |
* | OS/2: const'ifying the args to apr_create_process() has a ripple effect.... | Brian Havard | 2000-11-26 | 1 | -4/+4 |
* | The arguments to apr_create_process() should be "const" since we aren't | Greg Stein | 2000-11-26 | 4 | -12/+16 |
* | More fixes to get BeOS building and a few missing functions to try and | David Reid | 2000-11-19 | 4 | -1/+72 |
* | Get this working on BeOS again after the arch changes. | David Reid | 2000-11-18 | 4 | -4/+6 |
* | Get exports.c symbols to compile even if the declaration is hidden in | Jeff Trawick | 2000-11-17 | 2 | -0/+102 |
* | OS/2 changes to the way dependencies are built in APR makefiles | Jeff Trawick | 2000-11-15 | 1 | -56/+2 |
* | BeOS changes to the way dependencies are built in APR makefiles | Jeff Trawick | 2000-11-15 | 1 | -53/+2 |
* | axe some old comments | Jeff Trawick | 2000-11-15 | 1 | -5/+0 |
* | This patch removes the dependencies from Makefile.in. Dependencies | Jeff Trawick | 2000-11-15 | 1 | -58/+2 |
* | Fix OS/2 build after the move of private APR headers to the include/arch/ | Brian Havard | 2000-11-14 | 5 | -36/+52 |
* | Move all of the threadproc private header files to an arch directory under | Ryan Bloom | 2000-11-09 | 23 | -507/+56 |
* | I'm pretty sure we only need to include this once... | David Reid | 2000-10-30 | 1 | -1/+0 |
* | BONE allows fork() so we might as well make use of it! | David Reid | 2000-10-23 | 1 | -1/+1 |
* | Fix piped logs in 2.0. This basically: | Ryan Bloom | 2000-10-18 | 1 | -4/+3 |
* | Completed review for new tests: | William A. Rowe Jr | 2000-10-06 | 1 | -1/+4 |
* | Here it is, the Win32 part of the big canonical errors patch. | William A. Rowe Jr | 2000-10-06 | 4 | -10/+10 |
* | The lots of little ones... APR_IS_STATUS_condition(rv) conditional macros | William A. Rowe Jr | 2000-10-05 | 1 | -1/+1 |
* | Add some .cvsignore goodness... | David Reid | 2000-09-16 | 1 | -0/+2 |
* | Fix a bug in apr_create_process() for Unix. The NULL signifying | Jeff Trawick | 2000-09-15 | 1 | -1/+1 |
* | this was deleted on April 14th, but got resuscitated somehow | Greg Stein | 2000-09-09 | 1 | -114/+0 |
* | Allow dso builds with pthreads enabled to work on platforms which don't have | Greg Ames | 2000-08-31 | 1 | -0/+2 |
* | We need to test specifically for setrlimit/getrlimit instead of | Jim Jagielski | 2000-08-23 | 1 | -6/+7 |
* | Include apr_strings.h in a bunch more places that need it. | Brian Havard | 2000-08-06 | 1 | -0/+1 |
* | Add an OS/2 apr_signal(), pretty much copied from unix/signals.c | Brian Havard | 2000-08-06 | 1 | -0/+19 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 6 | -19/+22 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 20 | -442/+442 |
* | Fix some problems with which error code to use after a pthread_ failure. | Jeff Trawick | 2000-07-31 | 1 | -0/+15 |
* | ap_setprocattr_limit() was broken due to missing break statements. | Jeff Trawick | 2000-07-29 | 1 | -0/+3 |
* | Changes to get Win32 compiling again, including substituting | William A. Rowe Jr | 2000-07-25 | 1 | -1/+4 |
* | Move the ap_signal code form apr_signal.c in lib to signals.c in | Ryan Bloom | 2000-07-24 | 1 | -0/+27 |
* | Update dependancies. | Ryan Bloom | 2000-07-24 | 1 | -6/+0 |
* | Update dependencies. | Roy T. Fielding | 2000-07-23 | 1 | -0/+6 |
* | Update dependencies | Sascha Schumann | 2000-07-23 | 1 | -8/+3 |
* | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 | 1 | -0/+1 |
* | OS/2: Fix a canonical error mismatch, allowing .exe files to be spawned | Brian Havard | 2000-07-14 | 1 | -1/+1 |
* | OS/2: Add implementation of ap_wait_all_procs(). | Brian Havard | 2000-07-14 | 1 | -0/+28 |
* | Fix ap_get_os_threadkey. | Ryan Bloom | 2000-07-10 | 2 | -4/+2 |
* | Fix ap_get_os_thread. This should work on Windows and Unix now. | Ryan Bloom | 2000-07-10 | 2 | -6/+4 |
* | Make depend. | Ben Laurie | 2000-07-09 | 1 | -0/+6 |
* | a while back, we said "segfault on invalid params rather than returning an | Greg Stein | 2000-07-08 | 4 | -67/+14 |
* | const-ify the userdata interfaces | Greg Stein | 2000-07-08 | 4 | -9/+12 |
* | Update dependancies in APR | Ryan Bloom | 2000-07-07 | 1 | -31/+28 |
* | Win32: First cut at implementing non-blocking pipes with timeout on Windows NT. | Bill Stoddard | 2000-07-03 | 1 | -27/+40 |
* | Tidy up a definition to stop a warning. | David Reid | 2000-06-26 | 1 | -1/+1 |
* | Cleanup yesterday's patch to make APR use APR namespace protected macros. | Ryan Bloom | 2000-06-22 | 2 | -2/+2 |
* | Big commit. Basically, if APR defines a public feature macro, then APR | Ryan Bloom | 2000-06-22 | 3 | -7/+10 |
* | ap_create_pipe was changed to return a pipe with both handles | Jeff Trawick | 2000-06-20 | 4 | -36/+111 |
* | Remove unixd_detach function, because it is provided by APR as ap_detach. | Ryan Bloom | 2000-06-20 | 3 | -14/+9 |
* | Tidy up some warnings in the threadproc directory. | David Reid | 2000-06-17 | 4 | -7/+5 |
* | This gets BeOS working again but I need to look at the whole | David Reid | 2000-06-12 | 1 | -0/+18 |