| Commit message (Expand) | Author | Age | Files | Lines |
* | The lots of little ones... APR_IS_STATUS_condition(rv) conditional macros | wrowe | 2000-10-05 | 1 | -1/+1 |
* | Include apr_strings.h in a bunch more places that need it. | bjh | 2000-08-06 | 1 | -0/+1 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | wrowe | 2000-08-06 | 1 | -2/+2 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 1 | -67/+67 |
* | 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 |
* | ap_create_pipe was changed to return a pipe with both handles | trawick | 2000-06-20 | 1 | -12/+24 |
* | OS/2: Adapt to new ap_proc_t type & add missing ap_setprocattr_child* | bjh | 2000-05-25 | 1 | -47/+65 |
* | back out APR_ prefix for TRUE,FALSE | dougm | 2000-04-28 | 1 | -6/+6 |
* | prefix TRUE,FALSE with APR_ | dougm | 2000-04-28 | 1 | -6/+6 |
* | Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw. | rbb | 2000-04-22 | 1 | -1/+1 |
* | OS/2: Now that we have non-blocking pipes, set them to blocking if requested | bjh | 2000-04-20 | 1 | -0/+27 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | rbb | 2000-04-14 | 1 | -4/+4 |
* | First stage of migrating OS/2 code to new error code mappings, define & use | bjh | 2000-04-08 | 1 | -1/+1 |
* | Finish the APR naming cleanup. This removes the struct's from | rbb | 2000-04-03 | 1 | -17/+17 |
* | fix the rest of the struct foo_t to struct ap_foo_t. Next is removing the | rbb | 2000-04-03 | 1 | -17/+17 |
* | Update to Apache Software License version 1.1 | fielding | 2000-03-31 | 1 | -32/+31 |
* | Fix all the License issues. Including: | rbb | 2000-03-10 | 1 | -9/+9 |
* | OS/2: Use native API for process waits. | bjh | 2000-01-10 | 1 | -18/+13 |
* | Use always ap_signal() in APR to avoid redefining the system call signal() | sascha | 1999-12-31 | 1 | -1/+1 |
* | Adapt to change where arg[0] to ap_create_process() now contains the | bjh | 1999-12-19 | 1 | -1/+2 |
* | Some fixes for OS/2 process creation: | bjh | 1999-11-03 | 1 | -11/+18 |
* | OS/2: Put support for detached processes back into ap_create_process(), | bjh | 1999-10-26 | 1 | -1/+4 |
* | OS/2: Make ap_create_process() work with scripts, allowing mod_cgi to work | bjh | 1999-10-26 | 1 | -26/+148 |
* | OS/2: Add ap_get_os_proc(). | bjh | 1999-10-19 | 1 | -0/+11 |
* | OS/2: Add some 'const's to match prototypes. | bjh | 1999-10-14 | 1 | -3/+2 |
* | This finishes the argument swaps. The docs haven't been updated, and | rbb | 1999-10-11 | 1 | -2/+2 |
* | OS/2: Implement detached processes & fix some parameter ordering. | bjh | 1999-10-11 | 1 | -8/+16 |
* | First patch to re-order function parameters. This one gets the low hanging | rbb | 1999-10-04 | 1 | -5/+5 |
* | Fix build of APR on OS/2 | bjh | 1999-08-28 | 1 | -0/+1 |
* | Initial revision | rbb | 1999-08-17 | 1 | -0/+321 |