| Commit message (Expand) | Author | Age | Files | Lines |
* | un-rearrange some of the header file includes | trawick | 2003-03-07 | 1 | -2/+3 |
* | Rebalance our exposed headers such that everything is nested properly | wrowe | 2003-03-05 | 38 | -683/+884 |
* | Even if the build doesn't support OTHER_CHILD functionality, we still need the | bnicholes | 2003-03-04 | 1 | -2/+0 |
* | Brad Nicholes points out that I unconditionally stubbed the functions | wrowe | 2003-03-03 | 1 | -2/+4 |
* | Better documentation of what/how/where we deal with hproc, and note a real | wrowe | 2003-02-27 | 1 | -2/+9 |
* | fix a typo in a comment | trawick | 2003-02-27 | 1 | -1/+1 |
* | Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com> | wrowe | 2003-02-24 | 2 | -13/+25 |
* | MAXIMUM_WAIT_OBJECTS has no basis in APR, and is defined for Win32 within | wrowe | 2003-02-24 | 1 | -12/+0 |
* | And with the last commit, we aught to have Win32 otherchildren once again | wrowe | 2003-02-24 | 1 | -1/+1 |
* | Several good changes. We replaced the following functions: | wrowe | 2003-02-24 | 1 | -19/+51 |
* | APR_NOPROC is sort of bogus (we don't check args, remember?) but it really | wrowe | 2003-02-24 | 1 | -0/+5 |
* | clarify where the storage comes from with apr_sockaddr_ip_get() | trawick | 2003-02-17 | 1 | -1/+2 |
* | Added a new module, apr_env, for manipulating the environment. The new | brane | 2003-02-17 | 1 | -0/+107 |
* | Move the apr_filepath_list_split_impl and apr_filepath_list_merge_impl | brane | 2003-02-16 | 4 | -8/+85 |
* | Clarify the changeover with APR 1.0 | wrowe | 2003-02-16 | 1 | -2/+4 |
* | Several problems here; licenses were missing, and generally consistify | wrowe | 2003-02-16 | 3 | -24/+117 |
* | get the prototypes for these functions in the right place | trawick | 2003-02-13 | 1 | -0/+9 |
* | Revert bogus commit of revision 1.100. | brane | 2003-02-12 | 1 | -3/+0 |
* | Added two new functions, apr_filepath_list_split and apr_filepath_list_merge, | brane | 2003-02-12 | 2 | -0/+34 |
* | Implemented apr_proc_wait and apr_wait_all_procs for NetWare | bnicholes | 2003-02-11 | 1 | -2/+3 |
* | add apr_procattr_error_check_set() for telling apr_proc_create() to | trawick | 2003-02-07 | 2 | -0/+15 |
* | Performance enhancement by trying to create and cache path contexts so | bnicholes | 2003-02-07 | 1 | -0/+18 |
* | Moved the APP_DATA structure and other private elements to apr_private.h | bnicholes | 2003-02-07 | 1 | -14/+0 |
* | Allow apr_proc_create() to call an app-provided error reporting | trawick | 2003-02-06 | 2 | -0/+26 |
* | fix a typo in a comment | trawick | 2003-02-04 | 1 | -1/+1 |
* | As documented to the dev@apr list; the Win32 fork of the otherchild | wrowe | 2003-01-28 | 1 | -1/+1 |
* | Removed some unnecessary #defines from apr.hnw | bnicholes | 2003-01-27 | 1 | -16/+0 |
* | No code changes. Augment documentation for apr_file_open_std*. | fitz | 2003-01-24 | 1 | -0/+30 |
* | Eliminate open_nt_process_pipe and give apr_create_nt_pipe a very similar | wrowe | 2003-01-24 | 1 | -1/+23 |
* | Only include sys/syslimits.h if we don't have limits.h | thommay | 2003-01-22 | 1 | -2/+3 |
* | OS/2: Enable inline assembly version of atomics as they work well with EMX GCC. | bjh | 2003-01-14 | 1 | -1/+1 |
* | Remove the stat info caching for NetWare | bnicholes | 2003-01-14 | 2 | -8/+0 |
* | Brane is 100% on target... I leave this turned on (myself) but it shouldn't | wrowe | 2003-01-14 | 1 | -1/+1 |
* | A binary-safe patch that satisfies Jerenkrantz's original desire for | wrowe | 2003-01-13 | 1 | -1/+1 |
* | While this is a 'proper' change, it breaks 64 bit platforms. | wrowe | 2003-01-13 | 1 | -3/+8 |
* | Catch up on some new apr.h.in flags for consistency. | wrowe | 2003-01-13 | 2 | -2/+22 |
* | Replaced the apr_atomic_dec function and the apr_atomic_casptr macro | bnicholes | 2003-01-10 | 1 | -4/+16 |
* | When one does not use the value of the apr_atomic_cas macro, | sascha | 2003-01-09 | 1 | -1/+1 |
* | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | thommay | 2003-01-07 | 7 | -3/+3 |
* | Finish off the rename of include/arch | thommay | 2003-01-07 | 7 | -9/+9 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 53 | -0/+0 |
* | Added a new function, apr_filepath_encoding, to determine the character | brane | 2003-01-03 | 1 | -0/+26 |
* | Change to the correct 64-bit format string. | bnicholes | 2003-01-02 | 1 | -1/+1 |
* | OS/2 can return ERROR_ACCESS_DENIED when creating an already existing directory | bjh | 2003-01-02 | 1 | -2/+4 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 89 | -89/+89 |
* | APR_STATUS_IS_FOO() tests must provide at _least_ the canonical test for | wrowe | 2002-12-31 | 1 | -3/+7 |
* | Use apr_uint32_t rather than apr_size_t for the maximum hash table size. | jerenkrantz | 2002-12-30 | 1 | -1/+1 |
* | Get the new DSO error values working on Windows. Windows now passes all | rbb | 2002-12-29 | 1 | -0/+8 |
* | Close the last testdir emit by always calling FindFirstFile on open/rewind | wrowe | 2002-12-29 | 1 | -0/+1 |
* | Add the new error codes for DSO failures. | rbb | 2002-12-29 | 1 | -0/+5 |