| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop deprecated apr_proc_{...} functions with detailed CHANGES notes. | wrowe | 2003-11-20 | 1 | -25/+0 |
* | provide an error string for APR_EPATHWILD | trawick | 2003-11-12 | 1 | -0/+2 |
* | Time to turn on the protocol member for APR 1.0. | wrowe | 2003-10-15 | 1 | -4/+0 |
* | Remove an unused system import from the NetWare build | bnicholes | 2003-10-02 | 1 | -1/+0 |
* | Go ahead and sync up the API to the prototype since Codewarrior on NetWare | bnicholes | 2003-09-30 | 1 | -4/+0 |
* | * misc/unix/rand.c, include/apr_general.h (apr_generate_random_bytes): | jorton | 2003-09-29 | 1 | -4/+0 |
* | * misc/unix/start.c | striker | 2003-09-27 | 1 | -3/+6 |
* | Silence a compiler warning on BeOS. | dreid | 2003-07-06 | 1 | -0/+9 |
* | [PORTING] Bug workaround for OSD/POSIX | martin | 2003-05-28 | 1 | -1/+6 |
* | add a hint that may help somebod get apr_env_delete() working on their | trawick | 2003-04-16 | 1 | -0/+7 |
* | Tidy up langinfo checks: the results of these checks aren't exported | jorton | 2003-03-10 | 1 | -1/+1 |
* | Check for nl_langinfo and friends at configure time, and include | brane | 2003-03-07 | 1 | -0/+1 |
* | Even if the build doesn't support OTHER_CHILD functionality, we still need the | bnicholes | 2003-03-04 | 1 | -3/+3 |
* | If we no longer have proc->hproc, the proc itself is now useless. | wrowe | 2003-02-25 | 1 | -0/+2 |
* | This is what Unix does, but I'm revisiting the entire ->hproc | wrowe | 2003-02-24 | 1 | -2/+4 |
* | Several good changes. We replaced the following functions: | wrowe | 2003-02-24 | 1 | -65/+117 |
* | APR_NOPROC is sort of bogus (we don't check args, remember?) but it really | wrowe | 2003-02-24 | 1 | -0/+2 |
* | Added a new module, apr_env, for manipulating the environment. The new | brane | 2003-02-17 | 3 | -1/+336 |
* | Performance enhancement by trying to create and cache path contexts so | bnicholes | 2003-02-07 | 1 | -0/+23 |
* | Remove the stat info caching for NetWare | bnicholes | 2003-01-14 | 1 | -65/+0 |
* | While this is a 'proper' change, it breaks 64 bit platforms. | wrowe | 2003-01-13 | 3 | -1/+13 |
* | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | thommay | 2003-01-07 | 5 | -5/+5 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 12 | -21/+21 |
* | This clears up the win32 testoc case... please review for accuracy | wrowe | 2003-01-03 | 1 | -4/+18 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 17 | -17/+17 |
* | Fixed prototype mismatch | bnicholes | 2002-12-20 | 1 | -1/+1 |
* | Define SHUT_RDWR to 2 if it's not already defined. | wsanchez | 2002-12-17 | 1 | -0/+4 |
* | Update the definition apr_generate_random_bytes to match jorton's prototype | brane | 2002-12-16 | 1 | -1/+1 |
* | Changes to apr_generate_random_bytes: | jorton | 2002-12-13 | 1 | -13/+25 |
* | Moving the application global data management structure to APR.hnw to | bnicholes | 2002-12-02 | 1 | -7/+3 |
* | As pointed out by Marcel Mann <Marcel.Mann@dbaudio.com>, we were | wrowe | 2002-11-25 | 1 | -0/+6 |
* | *) Renames done (deprecated functions wrapped): | thommay | 2002-11-20 | 1 | -4/+4 |
* | Implemented the new OS language API for NetWare. This is a temporary | bnicholes | 2002-11-16 | 1 | -0/+72 |
* | - define DEV_RANDOM as a string literal so it doesn't have to be | jorton | 2002-11-14 | 1 | -5/+1 |
* | Introduced apr_os_default_encoding and apr_os_locale_encoding, with | brane | 2002-11-12 | 3 | -1/+198 |
* | Just a nit | wrowe | 2002-10-13 | 1 | -1/+1 |
* | Kill a small and mostly insignificant leak. | wrowe | 2002-09-15 | 1 | -0/+2 |
* | PR: | trawick | 2002-09-13 | 1 | -3/+8 |
* | Fix bug reported as PR 11854. | wrowe | 2002-08-20 | 1 | -3/+10 |
* | Expand the error code spaces: | kfogel | 2002-08-15 | 1 | -1/+1 |
* | fix the 'elseif' style by adding some curly brakets | ianh | 2002-08-02 | 1 | -17/+27 |
* | The documentation within include/apr_getopt.h says that the name | ianh | 2002-08-02 | 1 | -4/+6 |
* | de-tab this sucker | ianh | 2002-08-02 | 1 | -79/+79 |
* | Divided the cstat() memory pool into per processor memory pools to avoid having | bnicholes | 2002-07-24 | 2 | -8/+15 |
* | Outch. The most important part, stop dragging in troublesome includes. | wrowe | 2002-07-17 | 1 | -3/+1 |
* | A few semirandom fixes to a mode that isn't used by much of anyone yet. | wrowe | 2002-07-17 | 1 | -1/+1 |
* | Skip the entire CoAPI garbage and go right for UuidCreate(), which on | wrowe | 2002-07-17 | 1 | -2/+5 |
* | Move UUID. Not the simplest thing in the world. Note that almost | wrowe | 2002-07-17 | 5 | -458/+23 |
* | Move the win32-only utf8 support [for the Unicode filesystem] out of | wrowe | 2002-07-17 | 1 | -0/+292 |
* | Continue the Bill Rowe apr_size_t crusade. | orlikowski | 2002-07-10 | 2 | -8/+8 |