summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue when compiling serf due to odd defines.fuankg2011-03-211-1/+0
* Fixed some NetWare compiler warnings.fuankg2011-03-101-0/+11
* Added missing prototypes for NetWare.fuankg2011-03-101-0/+1
* zero bytes is a LEGAL length of an envvar valuewrowe2007-10-121-4/+1
* Solve win32 inherited pipe leaks by leveraging OS2 port's solution.wrowe2007-08-281-1/+4
* Apparently xcompiles on unix are depending on lower case names, and ofwrowe2007-06-011-1/+1
* apr_app_initialize performs manipulation of environment variables (in particularwrowe2007-06-011-1/+5
* apr_env_get, apr_env_set and apr_env_delete to return APR_ENOTIMPL on Windows...wrowe2007-06-011-2/+13
* WinCE exception to deal with local code page (in unicode, no less)wrowe2007-05-311-2/+14
* Link to librpcrt4.a.wrowe2007-05-311-1/+2
* nl_langinfo() may be transient, pstrdup it.wrowe2007-04-171-1/+1
* Correctly retrieve 'empty' environment values with apr_env_getwrowe2006-11-061-2/+17
* Update license header.jorton2006-09-2020-120/+120
* Disable some default LibC debugging code when compiling optimizedbnicholes2005-04-291-2/+3
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-0420-20/+40
* Remove .cvsignore files.APR_0_9_BRANCHjorton2004-11-201-4/+0
* * misc/unix/errorcodes.c (native_strerror): Gracefully handlejorton2004-09-091-1/+7
* Make sure that Winsock is started up properly for all NLMs that link to aprli...bnicholes2004-07-062-15/+95
* Allow support for random bytes on older hardwarebnicholes2004-03-101-1/+37
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-1320-941/+204
* provide an error string for APR_EPATHWILDtrawick2003-11-121-0/+2
* Remove an unused system import from the NetWare buildbnicholes2003-10-021-1/+0
* * misc/unix/start.cstriker2003-09-271-3/+6
* Silence a compiler warning on BeOS.dreid2003-07-061-0/+9
* [PORTING] Bug workaround for OSD/POSIXmartin2003-05-281-1/+6
* add a hint that may help somebod get apr_env_delete() working on theirtrawick2003-04-161-0/+7
* Tidy up langinfo checks: the results of these checks aren't exportedjorton2003-03-101-1/+1
* Check for nl_langinfo and friends at configure time, and includebrane2003-03-071-0/+1
* Even if the build doesn't support OTHER_CHILD functionality, we still need thebnicholes2003-03-041-3/+3
* If we no longer have proc->hproc, the proc itself is now useless.wrowe2003-02-251-0/+2
* This is what Unix does, but I'm revisiting the entire ->hprocwrowe2003-02-241-2/+4
* Several good changes. We replaced the following functions:wrowe2003-02-241-65/+117
* APR_NOPROC is sort of bogus (we don't check args, remember?) but it reallywrowe2003-02-241-0/+2
* Added a new module, apr_env, for manipulating the environment. The newbrane2003-02-173-1/+336
* Performance enhancement by trying to create and cache path contexts sobnicholes2003-02-071-0/+23
* Remove the stat info caching for NetWarebnicholes2003-01-141-65/+0
* While this is a 'proper' change, it breaks 64 bit platforms.wrowe2003-01-133-1/+13
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-075-5/+5
* Namespace protection for include/arch/ header filesthommay2003-01-0612-21/+21
* This clears up the win32 testoc case... please review for accuracywrowe2003-01-031-4/+18
* Update copyright notices to 2003.thommay2003-01-0117-17/+17
* Fixed prototype mismatchbnicholes2002-12-201-1/+1
* Define SHUT_RDWR to 2 if it's not already defined.wsanchez2002-12-171-0/+4
* Update the definition apr_generate_random_bytes to match jorton's prototypebrane2002-12-161-1/+1
* Changes to apr_generate_random_bytes:jorton2002-12-131-13/+25
* Moving the application global data management structure to APR.hnw tobnicholes2002-12-021-7/+3
* As pointed out by Marcel Mann <Marcel.Mann@dbaudio.com>, we werewrowe2002-11-251-0/+6
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-4/+4
* Implemented the new OS language API for NetWare. This is a temporarybnicholes2002-11-161-0/+72
* - define DEV_RANDOM as a string literal so it doesn't have to bejorton2002-11-141-5/+1