summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_35(no author)2002-04-053-259/+0
* Fix a problem where we were walking off the end of the string.jwoolley2002-04-051-8/+8
* Be a bit more clear about the FIXME statement and the exactjim2002-04-052-6/+14
* Typojim2002-04-041-1/+1
* fix some typos in existing posixsem logictrawick2002-04-041-3/+25
* Support for Posix semaphores for locking has been added. This usesjim2002-04-0411-8/+319
* Fixed a precedence problembnicholes2002-04-041-2/+2
* Force the spawned NLM into the same address spacebnicholes2002-04-041-1/+1
* A better explanation of APR_INCOMPLETE as used today.wrowe2002-04-042-4/+3
* Make the loaded module local to the address space so that it can resolvebnicholes2002-04-021-1/+1
* FreeBSD: switch to FLOCK serialization by default (thanks, Jeff!) andgregames2002-04-012-11/+2
* FreeBSD: use fcntl cross-process locks by default. Make note of problemsgregames2002-04-012-1/+11
* Get flock-based mutexes to work in apps like Apache. Use thetrawick2002-04-012-4/+10
* Fix apr-config so that it will not attempt to cd to bindir if it doesn'tjerenkrantz2002-04-012-1/+8
* Fix win32 compile breakstoddard2002-04-011-1/+1
* simplify sockaddr manipulation code a little bittrawick2002-04-012-61/+18
* rename internal function apr_set_sockaddr_vars() to apr_sockaddr_vars_set()trawick2002-04-015-10/+10
* Minor tweaks to expose things in the apr_allocator API needed to implementjwoolley2002-04-012-18/+14
* Fix a logic bug.striker2002-03-311-1/+1
* Removed email address on request - as obviscation was slammed down on the lis...dirkx2002-03-291-1/+1
* Hmmm... this forces srcdir to exist herejim2002-03-291-2/+3
* Typo - thanks RMjim2002-03-291-1/+1
* srcdir is bogus at present... this, at least, allows it tojim2002-03-291-3/+3
* Added apr_buckets_alloc.c to the project buildbnicholes2002-03-291-0/+0
* Get VPATH builds to work with solaris atomics again.aaron2002-03-281-2/+2
* clean up the unix networking code by creating a new functiontrawick2002-03-285-75/+34
* Brain dead mistake. I meant to _dec instead of _incbnicholes2002-03-281-1/+1
* define _XOPEN_SOURCE_EXTENDED on HP-UX 11; that gets us the sockettrawick2002-03-281-1/+1
* Added the NetWare version of atomic.c to the project buildbnicholes2002-03-271-0/+0
* Added the NetWare version of atomic.c to the buildbnicholes2002-03-274-1/+117
* Would help to know the error :)jim2002-03-271-1/+1
* Change the ordering of the lock method to what's been "standard"jim2002-03-272-8/+16
* Improve detection of the INT64_C macro to prevent problems with HP-UX'sjerenkrantz2002-03-262-4/+23
* Fixed up the access paths for building the code generation utilitiesbnicholes2002-03-261-0/+0
* Fixed the inlining for NetWarebnicholes2002-03-261-2/+2
* Not certain this patch is strictly necessary, but I recall some abnormalwrowe2002-03-251-1/+1
* Make sure gethostbyname() can handle 255.255.255.255. Otherwise,trawick2002-03-242-0/+11
* OS/390: only remove -g if CFLAGS wasn't set on entry to configure.gregames2002-03-231-3/+5
* get APR_PATH_RELATIVE() to work on Tru64 and Solaris 8 againtrawick2002-03-231-1/+1
* get rid of the -g compiler flag on OS/390, unless this is a debug orgregames2002-03-221-0/+11
* adding Makefile.ingregames2002-03-221-0/+12
* spell-check a commenttrawick2002-03-221-1/+1
* apr_atomic_add: sync up parameter types with header filegregames2002-03-221-1/+1
* nippy todaygregames2002-03-221-3/+3
* add apr atomic support for OS/390gregames2002-03-222-0/+106
* get this working on OS/390.gregames2002-03-221-1/+1
* Stub in the warning and observations.wrowe2002-03-221-0/+5
* This appears correct, but I need at least three more pairs of eyes thatwrowe2002-03-221-34/+116
* Address several issues. c_is_fnchar must be namespace protected [forwrowe2002-03-226-15/+35
* Namespace protect the "local" variables in this m4/autoconf macro.aaron2002-03-211-10/+10