| Commit message (Expand) | Author | Age | Files | Lines |
* | Even if the build doesn't support OTHER_CHILD functionality, we still need the | Bradley Nicholes | 2003-03-04 | 1 | -3/+3 |
* | If we no longer have proc->hproc, the proc itself is now useless. | William A. Rowe Jr | 2003-02-25 | 1 | -0/+2 |
* | This is what Unix does, but I'm revisiting the entire ->hproc | William A. Rowe Jr | 2003-02-24 | 1 | -2/+4 |
* | Several good changes. We replaced the following functions: | William A. Rowe Jr | 2003-02-24 | 1 | -65/+117 |
* | APR_NOPROC is sort of bogus (we don't check args, remember?) but it really | William A. Rowe Jr | 2003-02-24 | 1 | -0/+2 |
* | Added a new module, apr_env, for manipulating the environment. The new | Branko Čibej | 2003-02-17 | 3 | -1/+336 |
* | Performance enhancement by trying to create and cache path contexts so | Bradley Nicholes | 2003-02-07 | 1 | -0/+23 |
* | Remove the stat info caching for NetWare | Bradley Nicholes | 2003-01-14 | 1 | -65/+0 |
* | While this is a 'proper' change, it breaks 64 bit platforms. | William A. Rowe Jr | 2003-01-13 | 3 | -1/+13 |
* | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | Thom May | 2003-01-07 | 5 | -5/+5 |
* | Namespace protection for include/arch/ header files | Thom May | 2003-01-06 | 12 | -21/+21 |
* | This clears up the win32 testoc case... please review for accuracy | William A. Rowe Jr | 2003-01-03 | 1 | -4/+18 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 | 17 | -17/+17 |
* | Fixed prototype mismatch | Bradley Nicholes | 2002-12-20 | 1 | -1/+1 |
* | Define SHUT_RDWR to 2 if it's not already defined. | Wilfredo Sanchez | 2002-12-17 | 1 | -0/+4 |
* | Update the definition apr_generate_random_bytes to match jorton's prototype | Branko Čibej | 2002-12-16 | 1 | -1/+1 |
* | Changes to apr_generate_random_bytes: | Joe Orton | 2002-12-13 | 1 | -13/+25 |
* | Moving the application global data management structure to APR.hnw to | Bradley Nicholes | 2002-12-02 | 1 | -7/+3 |
* | As pointed out by Marcel Mann <Marcel.Mann@dbaudio.com>, we were | William A. Rowe Jr | 2002-11-25 | 1 | -0/+6 |
* | *) Renames done (deprecated functions wrapped): | Thom May | 2002-11-20 | 1 | -4/+4 |
* | Implemented the new OS language API for NetWare. This is a temporary | Bradley Nicholes | 2002-11-16 | 1 | -0/+72 |
* | - define DEV_RANDOM as a string literal so it doesn't have to be | Joe Orton | 2002-11-14 | 1 | -5/+1 |
* | Introduced apr_os_default_encoding and apr_os_locale_encoding, with | Branko Čibej | 2002-11-12 | 3 | -1/+198 |
* | Just a nit | William A. Rowe Jr | 2002-10-13 | 1 | -1/+1 |
* | Kill a small and mostly insignificant leak. | William A. Rowe Jr | 2002-09-15 | 1 | -0/+2 |
* | PR: | Jeff Trawick | 2002-09-13 | 1 | -3/+8 |
* | Fix bug reported as PR 11854. | William A. Rowe Jr | 2002-08-20 | 1 | -3/+10 |
* | Expand the error code spaces: | Karl Fogel | 2002-08-15 | 1 | -1/+1 |
* | fix the 'elseif' style by adding some curly brakets | Ian Holsman | 2002-08-02 | 1 | -17/+27 |
* | The documentation within include/apr_getopt.h says that the name | Ian Holsman | 2002-08-02 | 1 | -4/+6 |
* | de-tab this sucker | Ian Holsman | 2002-08-02 | 1 | -79/+79 |
* | Divided the cstat() memory pool into per processor memory pools to avoid having | Bradley Nicholes | 2002-07-24 | 2 | -8/+15 |
* | Outch. The most important part, stop dragging in troublesome includes. | William A. Rowe Jr | 2002-07-17 | 1 | -3/+1 |
* | A few semirandom fixes to a mode that isn't used by much of anyone yet. | William A. Rowe Jr | 2002-07-17 | 1 | -1/+1 |
* | Skip the entire CoAPI garbage and go right for UuidCreate(), which on | William A. Rowe Jr | 2002-07-17 | 1 | -2/+5 |
* | Move UUID. Not the simplest thing in the world. Note that almost | William A. Rowe Jr | 2002-07-17 | 5 | -458/+23 |
* | Move the win32-only utf8 support [for the Unicode filesystem] out of | William A. Rowe Jr | 2002-07-17 | 1 | -0/+292 |
* | Continue the Bill Rowe apr_size_t crusade. | Victor J. Orlikowski | 2002-07-10 | 2 | -8/+8 |
* | Inspired by the OpenSSL guys, this allows the --with-egd parameter to | Victor J. Orlikowski | 2002-07-10 | 1 | -55/+66 |
* | Hadn't saved the file complete when committing. apr_oslevel_get will no | William A. Rowe Jr | 2002-07-09 | 1 | -1/+1 |
* | apr_oslevel_get() is an internal function. Correct it to no longer pass | William A. Rowe Jr | 2002-07-09 | 2 | -7/+7 |
* | fix a compiler warning | Brian Pane | 2002-07-05 | 1 | -0/+1 |
* | Call apr_atomic_init() during apr_initialize() in case we're | Brian Pane | 2002-07-05 | 1 | -0/+4 |
* | Removed the ReadWrite mutex that protects the stat cache table. Instead impl... | Bradley Nicholes | 2002-06-26 | 2 | -6/+18 |
* | Type mismatch causes AIX build breakage....news at 11. | Victor J. Orlikowski | 2002-06-25 | 1 | -1/+1 |
* | Permit us to use very Win32 specific i18n macros and extensions so that | William A. Rowe Jr | 2002-06-24 | 1 | -1/+1 |
* | Use apr_ischar() ... especially within apr itself! | William A. Rowe Jr | 2002-06-23 | 1 | -2/+3 |
* | report the right error code after I/O with the | Jeff Trawick | 2002-06-21 | 1 | -4/+7 |
* | Fix a compile error in the EGD support in rand.c on older Solaris | Jeff Trawick | 2002-06-21 | 1 | -1/+1 |
* | fix typo | Cliff Woolley | 2002-06-12 | 1 | -1/+1 |