summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove all uses of the apr_lock.h API from the tests.Aaron Bannert2002-04-096-372/+12
* pick up Brian Havard's fix to the Apache copy of this fileJeff Trawick2002-04-081-1/+1
* Fix some daylight savings time breakage on (at least) AIX,Jeff Trawick2002-04-082-1/+4
* apr_proc_detach():Jeff Trawick2002-04-081-10/+5
* make sure apr_sockaddr_t->port gets filled in after the kernelJeff Trawick2002-04-052-0/+4
* Fix a problem where we were walking off the end of the string.Cliff Woolley2002-04-051-8/+8
* Be a bit more clear about the FIXME statement and the exactJim Jagielski2002-04-052-6/+14
* TypoJim Jagielski2002-04-041-1/+1
* fix some typos in existing posixsem logicJeff Trawick2002-04-041-3/+25
* Support for Posix semaphores for locking has been added. This usesJim Jagielski2002-04-0411-8/+319
* Fixed a precedence problemBradley Nicholes2002-04-041-2/+2
* Force the spawned NLM into the same address spaceBradley Nicholes2002-04-041-1/+1
* A better explanation of APR_INCOMPLETE as used today.William A. Rowe Jr2002-04-042-4/+3
* Make the loaded module local to the address space so that it can resolveBradley Nicholes2002-04-021-1/+1
* FreeBSD: switch to FLOCK serialization by default (thanks, Jeff!) andGreg Ames2002-04-012-11/+2
* FreeBSD: use fcntl cross-process locks by default. Make note of problemsGreg Ames2002-04-012-1/+11
* Get flock-based mutexes to work in apps like Apache. Use theJeff Trawick2002-04-012-4/+10
* Fix apr-config so that it will not attempt to cd to bindir if it doesn'tJustin Erenkrantz2002-04-012-1/+8
* Fix win32 compile breakBill Stoddard2002-04-011-1/+1
* simplify sockaddr manipulation code a little bitJeff Trawick2002-04-012-61/+18
* rename internal function apr_set_sockaddr_vars() to apr_sockaddr_vars_set()Jeff Trawick2002-04-015-10/+10
* Minor tweaks to expose things in the apr_allocator API needed to implementCliff Woolley2002-04-012-18/+14
* Fix a logic bug.Sander Striker2002-03-311-1/+1
* Removed email address on request - as obviscation was slammed down on the lis...Dirk-Willem van Gulik2002-03-291-1/+1
* Hmmm... this forces srcdir to exist hereJim Jagielski2002-03-291-2/+3
* Typo - thanks RMJim Jagielski2002-03-291-1/+1
* srcdir is bogus at present... this, at least, allows it toJim Jagielski2002-03-291-3/+3
* Added apr_buckets_alloc.c to the project buildBradley Nicholes2002-03-291-0/+0
* Get VPATH builds to work with solaris atomics again.Aaron Bannert2002-03-281-2/+2
* clean up the unix networking code by creating a new functionJeff Trawick2002-03-285-75/+34
* Brain dead mistake. I meant to _dec instead of _incBradley Nicholes2002-03-281-1/+1
* define _XOPEN_SOURCE_EXTENDED on HP-UX 11; that gets us the socketJeff Trawick2002-03-281-1/+1
* Added the NetWare version of atomic.c to the project buildBradley Nicholes2002-03-271-0/+0
* Added the NetWare version of atomic.c to the buildBradley Nicholes2002-03-274-1/+117
* Would help to know the error :)Jim Jagielski2002-03-271-1/+1
* Change the ordering of the lock method to what's been "standard"Jim Jagielski2002-03-272-8/+16
* Improve detection of the INT64_C macro to prevent problems with HP-UX'sJustin Erenkrantz2002-03-262-4/+23
* Fixed up the access paths for building the code generation utilitiesBradley Nicholes2002-03-261-0/+0
* Fixed the inlining for NetWareBradley Nicholes2002-03-261-2/+2
* Not certain this patch is strictly necessary, but I recall some abnormalWilliam A. Rowe Jr2002-03-251-1/+1
* Make sure gethostbyname() can handle 255.255.255.255. Otherwise,Jeff Trawick2002-03-242-0/+11
* OS/390: only remove -g if CFLAGS wasn't set on entry to configure.Greg Ames2002-03-231-3/+5
* get APR_PATH_RELATIVE() to work on Tru64 and Solaris 8 againJeff Trawick2002-03-231-1/+1
* get rid of the -g compiler flag on OS/390, unless this is a debug orGreg Ames2002-03-221-0/+11
* adding Makefile.inGreg Ames2002-03-221-0/+12
* spell-check a commentJeff Trawick2002-03-221-1/+1
* apr_atomic_add: sync up parameter types with header fileGreg Ames2002-03-221-1/+1
* nippy todayGreg Ames2002-03-221-3/+3
* add apr atomic support for OS/390Greg Ames2002-03-222-0/+106
* get this working on OS/390.Greg Ames2002-03-221-1/+1