summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-2237-12/+75
* Workaround for Linux header snafujwoolley2002-04-201-0/+1
* Reverting the Sparc v8plus check because it broke other thingsbrianp2002-04-201-2/+0
* When compiling on an UltraSparc, ask the assembler to supportbrianp2002-04-201-0/+2
* Tru64: Stop leaving zombies in APR apps like mod_cgid whichtrawick2002-04-192-0/+14
* Add back >>2 that was unintentionally removed in previous commit.jerenkrantz2002-04-191-1/+1
* template is a reserved word in C++, so don't use ittrawick2002-04-191-2/+2
* Make this match the new unix version.jwoolley2002-04-181-7/+1
* Fix a compile break:jwoolley2002-04-181-2/+2
* Ensure that the ATOMIC_HASH can not be negative.jerenkrantz2002-04-182-2/+4
* Fix a problem with eof reporting with Unix file I/O ontrawick2002-04-182-0/+4
* Fix a bad sed script - previously would leave the trailing slash on whichjerenkrantz2002-04-181-1/+1
* Allow VPATH builds to succeed when configured from an empty directory.jerenkrantz2002-04-181-2/+2
* Reverting the 1.88 commit. We have to think about this a bit more.brane2002-04-171-1/+1
* standardize some apr_foo_close() functions (call apr_pool_cleanup_run())trawick2002-04-164-19/+4
* Match the declaration in the .c file and the doc, which is "template".aaron2002-04-161-1/+1
* On Windows, ERROR_PATH_NOT_FOUND is an ENOENT, not an ENOTDIR -- same as OS/2.brane2002-04-161-1/+1
* Merge in latest GNU config.guess and config.sub files. Synchronize alljerenkrantz2002-04-162-503/+814
* Get us installing with autoconf 2.53 when builddir == srcdir.striker2002-04-151-1/+4
* Fix doc. The child cleanup is called when the child is being taken downstoddard2002-04-151-2/+2
* On platforms where the nonblocking flag on a listener socket isbrianp2002-04-151-0/+5
* Added a test to determine whether the O_NONBLOCK socket flagbrianp2002-04-153-0/+119
* Per rename_pendings, rename apr_explode_time to apr_time_exp_tz.jerenkrantz2002-04-156-13/+14
* OS/2: Fix apr_os_put_sock() to set local address as unknown & timeout to -1.bjh2002-04-141-0/+3
* OS/2: Set up local_addr of accepted socketbjh2002-04-141-2/+9
* Significant overhaul to respect all four flavors of APR_PROCESS, _ENV,wrowe2002-04-131-22/+54
* Correct const'ification of apr_app_initialize and internal relatedwrowe2002-04-136-12/+25
* A comment that made no sense.wrowe2002-04-131-2/+0
* We don't need seperate global_mutex's.dreid2002-04-132-97/+1
* Beos locks are global.dreid2002-04-131-0/+1
* Rename apr_explode_localtime to apr_time_exp_lt.striker2002-04-137-7/+6
* Change wrongly assumed vote. Presented in a different contextstriker2002-04-131-2/+4
* My comment has nothing to do with versioning but rather a tendencyjerenkrantz2002-04-131-2/+4
* * STATUS: Add an item about the apr_md5* api discussion.kfogel2002-04-131-1/+25
* Set precompiler for Solaris atomics when using GNU binutils.jerenkrantz2002-04-122-1/+5
* allow the testlock program to continue on systems where read/write lockstrawick2002-04-111-3/+9
* Still working on the spawning process and wiring up the pipes. Changedbnicholes2002-04-112-17/+36
* Added mmap APIs to the NetWare buildbnicholes2002-04-112-0/+6
* AIX: Fix breakage with 64-bit builds on versions of AIX priortrawick2002-04-112-4/+8
* systems where sigsuspend() is used in lieu of sigwait() needtrawick2002-04-115-3/+7
* Solaris version of the code that inserts a select before thebrianp2002-04-111-0/+21
* Added APR_INCOMPLETE_WRITEbrianp2002-04-111-0/+2
* If a socket write or sendfile call writes less than the requestedbrianp2002-04-112-2/+39
* get the setting of the shared library environment variable nametrawick2002-04-101-1/+4
* Sanitize some return types.jwoolley2002-04-102-8/+12
* Fix a problem with the is_owner handling in the Unix and MMAP code thatjwoolley2002-04-102-22/+16
* Finished removing the locks API on NetWarebnicholes2002-04-093-3/+0
* Removed locks.c from the project buildbnicholes2002-04-091-0/+0
* Thanks to Aaron for the proposed patch, thanks to Sebastian for validating.wrowe2002-04-092-24/+0
* get apr_atomic.h to compile again; decls for some APRtrawick2002-04-091-0/+2