summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Even if the build doesn't support OTHER_CHILD functionality, we still need theBradley Nicholes2003-03-041-3/+3
* If we no longer have proc->hproc, the proc itself is now useless.William A. Rowe Jr2003-02-251-0/+2
* This is what Unix does, but I'm revisiting the entire ->hprocWilliam A. Rowe Jr2003-02-241-2/+4
* Several good changes. We replaced the following functions:William A. Rowe Jr2003-02-241-65/+117
* APR_NOPROC is sort of bogus (we don't check args, remember?) but it reallyWilliam A. Rowe Jr2003-02-241-0/+2
* Added a new module, apr_env, for manipulating the environment. The newBranko Čibej2003-02-173-1/+336
* Performance enhancement by trying to create and cache path contexts soBradley Nicholes2003-02-071-0/+23
* Remove the stat info caching for NetWareBradley Nicholes2003-01-141-65/+0
* While this is a 'proper' change, it breaks 64 bit platforms.William A. Rowe Jr2003-01-133-1/+13
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-075-5/+5
* Namespace protection for include/arch/ header filesThom May2003-01-0612-21/+21
* This clears up the win32 testoc case... please review for accuracyWilliam A. Rowe Jr2003-01-031-4/+18
* Update copyright notices to 2003.Thom May2003-01-0117-17/+17
* Fixed prototype mismatchBradley Nicholes2002-12-201-1/+1
* Define SHUT_RDWR to 2 if it's not already defined.Wilfredo Sanchez2002-12-171-0/+4
* Update the definition apr_generate_random_bytes to match jorton's prototypeBranko Čibej2002-12-161-1/+1
* Changes to apr_generate_random_bytes:Joe Orton2002-12-131-13/+25
* Moving the application global data management structure to APR.hnw toBradley Nicholes2002-12-021-7/+3
* As pointed out by Marcel Mann <Marcel.Mann@dbaudio.com>, we wereWilliam A. Rowe Jr2002-11-251-0/+6
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-4/+4
* Implemented the new OS language API for NetWare. This is a temporaryBradley Nicholes2002-11-161-0/+72
* - define DEV_RANDOM as a string literal so it doesn't have to beJoe Orton2002-11-141-5/+1
* Introduced apr_os_default_encoding and apr_os_locale_encoding, withBranko Čibej2002-11-123-1/+198
* Just a nitWilliam A. Rowe Jr2002-10-131-1/+1
* Kill a small and mostly insignificant leak.William A. Rowe Jr2002-09-151-0/+2
* PR:Jeff Trawick2002-09-131-3/+8
* Fix bug reported as PR 11854.William A. Rowe Jr2002-08-201-3/+10
* Expand the error code spaces:Karl Fogel2002-08-151-1/+1
* fix the 'elseif' style by adding some curly braketsIan Holsman2002-08-021-17/+27
* The documentation within include/apr_getopt.h says that the nameIan Holsman2002-08-021-4/+6
* de-tab this suckerIan Holsman2002-08-021-79/+79
* Divided the cstat() memory pool into per processor memory pools to avoid havingBradley Nicholes2002-07-242-8/+15
* Outch. The most important part, stop dragging in troublesome includes.William A. Rowe Jr2002-07-171-3/+1
* A few semirandom fixes to a mode that isn't used by much of anyone yet.William A. Rowe Jr2002-07-171-1/+1
* Skip the entire CoAPI garbage and go right for UuidCreate(), which onWilliam A. Rowe Jr2002-07-171-2/+5
* Move UUID. Not the simplest thing in the world. Note that almostWilliam A. Rowe Jr2002-07-175-458/+23
* Move the win32-only utf8 support [for the Unicode filesystem] out ofWilliam A. Rowe Jr2002-07-171-0/+292
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-102-8/+8
* Inspired by the OpenSSL guys, this allows the --with-egd parameter toVictor J. Orlikowski2002-07-101-55/+66
* Hadn't saved the file complete when committing. apr_oslevel_get will noWilliam A. Rowe Jr2002-07-091-1/+1
* apr_oslevel_get() is an internal function. Correct it to no longer passWilliam A. Rowe Jr2002-07-092-7/+7
* fix a compiler warningBrian Pane2002-07-051-0/+1
* Call apr_atomic_init() during apr_initialize() in case we'reBrian Pane2002-07-051-0/+4
* Removed the ReadWrite mutex that protects the stat cache table. Instead impl...Bradley Nicholes2002-06-262-6/+18
* Type mismatch causes AIX build breakage....news at 11.Victor J. Orlikowski2002-06-251-1/+1
* Permit us to use very Win32 specific i18n macros and extensions so thatWilliam A. Rowe Jr2002-06-241-1/+1
* Use apr_ischar() ... especially within apr itself!William A. Rowe Jr2002-06-231-2/+3
* report the right error code after I/O with theJeff Trawick2002-06-211-4/+7
* Fix a compile error in the EGD support in rand.c on older SolarisJeff Trawick2002-06-211-1/+1
* fix typoCliff Woolley2002-06-121-1/+1