summaryrefslogtreecommitdiff
path: root/misc/unix
Commit message (Expand)AuthorAgeFilesLines
* nl_langinfo() may be transient, pstrdup it.wrowe2007-04-171-1/+1
* Update license header.jorton2006-09-207-42/+42
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-047-7/+14
* Remove .cvsignore files.APR_0_9_BRANCHjorton2004-11-201-4/+0
* * misc/unix/errorcodes.c (native_strerror): Gracefully handlejorton2004-09-091-1/+7
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-137-343/+70
* provide an error string for APR_EPATHWILDtrawick2003-11-121-0/+2
* * 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-172-1/+129
* While this is a 'proper' change, it breaks 64 bit platforms.wrowe2003-01-131-0/+4
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-065-8/+8
* This clears up the win32 testoc case... please review for accuracywrowe2003-01-031-4/+18
* Update copyright notices to 2003.thommay2003-01-016-6/+6
* Define SHUT_RDWR to 2 if it's not already defined.wsanchez2002-12-171-0/+4
* Changes to apr_generate_random_bytes:jorton2002-12-131-13/+25
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-4/+4
* - define DEV_RANDOM as a string literal so it doesn't have to bejorton2002-11-141-5/+1
* Introduced apr_os_default_encoding and apr_os_locale_encoding, withbrane2002-11-122-1/+117
* Just a nitwrowe2002-10-131-1/+1
* PR:trawick2002-09-131-3/+8
* Expand the error code spaces:kfogel2002-08-151-1/+1
* fix the 'elseif' style by adding some curly braketsianh2002-08-021-17/+27
* The documentation within include/apr_getopt.h says that the nameianh2002-08-021-4/+6
* de-tab this suckerianh2002-08-021-79/+79
* Move UUID. Not the simplest thing in the world. Note that almostwrowe2002-07-173-376/+1
* Inspired by the OpenSSL guys, this allows the --with-egd parameter toorlikowski2002-07-101-55/+66
* fix a compiler warningbrianp2002-07-051-0/+1
* Call apr_atomic_init() during apr_initialize() in case we'rebrianp2002-07-051-0/+4
* Type mismatch causes AIX build breakage....news at 11.orlikowski2002-06-251-1/+1
* report the right error code after I/O with thetrawick2002-06-211-4/+7
* Fix a compile error in the EGD support in rand.c on older Solaristrawick2002-06-211-1/+1
* fix typojwoolley2002-06-121-1/+1
* Renames:jwoolley2002-05-181-1/+1
* Move APR_STRINGIFY to a common place (apr_general.h). Remove thestriker2002-04-221-0/+1
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Correct const'ification of apr_app_initialize and internal relatedwrowe2002-04-131-1/+3
* ** DEPRECATE old lock API: apr_lock.h **aaron2002-04-091-2/+0
* A better explanation of APR_INCOMPLETE as used today.wrowe2002-04-041-1/+1