summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove .cvsignore files.APR_0_9_BRANCHJoe Orton2004-11-2039-270/+0
* tweak textCliff Woolley2004-11-201-1/+1
* * include/apr_version.h: Bump to 0.9.6-dev.Justin Erenkrantz2004-11-161-2/+2
* * include/apr_version.h: Remove -isdev #define in preparation for 0.9.5.Justin Erenkrantz2004-11-161-1/+1
* Merge r71501 from trunk:Joe Orton2004-11-151-1/+1
* Merged trunk r65572 to APU_0_9_BRANCH.Branko Čibej2004-11-142-1/+14
* added define to enable writev capabilities in NetWareJean-Jacques Clar2004-10-081-0/+2
* removed the O_EXCL bit from the passed-in flag to allow create then open on t...Jean-Jacques Clar2004-10-081-1/+1
* fix apr_file_dup and apr_file_dup2 win32 implementationsStas Bekman2004-09-242-0/+17
* Remove DOS line endings. Can not believe I've committed that.Mladen Turk2004-09-231-22/+22
* WIN32 Thread join changes.Mladen Turk2004-09-231-1/+6
* Backport from HEAD.Mladen Turk2004-09-231-18/+32
* Comment tweak as per HEAD.Joe Orton2004-09-221-4/+4
* The apr/test/Makefile.win is missing a target to build a readchild.exeGraham Leggett2004-09-192-1/+9
* * build/apr_hints.m4 (APR_PRELOAD): NetBSD fcntl() confoundsJoe Orton2004-09-141-2/+4
* * misc/unix/errorcodes.c (native_strerror): Gracefully handleJoe Orton2004-09-092-1/+13
* Fixed apr_atomic_dec on NetWare to be thread safeJean-Jacques Clar2004-09-021-2/+1
* * buildconf, apr-config.in: Relicense.Joe Orton2004-09-012-98/+22
* Backport from HEAD:Joe Orton2004-09-015-43/+29
* If available, use 'readlink -f' to resolve symlinks in apr-config.Justin Erenkrantz2004-08-302-3/+13
* * build/config.guess, build/config.sub: Merge changes for DragonFlyJoe Orton2004-08-282-2/+5
* * build/apr_hints.m4 (APR_PRELOAD): Override the test for O_NONBLOCKJoe Orton2004-08-281-0/+3
* tweak coding style to match what was committed to HEADBill Stoddard2004-08-251-6/+6
* Win32: Implement apr_procattr_child_errfn_set()and apr_procattr_error_check_s...Bill Stoddard2004-08-252-2/+40
* Since this code only applies to sendfile, make sure that it is properly #ifde...Bradley Nicholes2004-07-262-0/+4
* Win32: Fix bug in apr_socket_sendfile that interferred with LSPs. PR: 23982Bill Stoddard2004-07-214-31/+30
* thread id is not always a scalarGreg Ames2004-07-201-1/+3
* apr_proc_create() on Unix: Remove unnecessary check for readJeff Trawick2004-07-202-1/+6
* Win32: Fix bug in tracking the file pointer in files opened for overlapped/xt...Bill Stoddard2004-07-192-1/+6
* * include/apr_atomic.h: Fix FreeBSD atomics.Joe Orton2004-07-132-4/+6
* Backport from HEAD:Joe Orton2004-07-131-0/+3
* Make sure that Winsock is started up properly for all NLMs that link to aprli...Bradley Nicholes2004-07-064-15/+104
* Simplify cwd creation on beosWilliam A. Rowe Jr2004-06-281-4/+2
* Avoid any edge case or clib bug that might result in a stringWilliam A. Rowe Jr2004-06-281-3/+6
* Simplify excessive copies when the string isn't transformed to upper.William A. Rowe Jr2004-06-281-6/+7
* Fix apr_snprintf() to respect precision for small floating pointJeff Trawick2004-06-273-1/+24
* Backport from HEAD:Joe Orton2004-06-251-3/+3
* backport this from 1.0-dev:Jeff Trawick2004-06-235-8/+25
* Backport from HEAD:Joe Orton2004-06-223-10/+9
* Don't try to enable run-time linking on AIX < 4.2, as thisJeff Trawick2004-06-112-1/+11
* Backport from HEAD:Joe Orton2004-06-062-7/+7
* As per HEAD:Joe Orton2004-06-041-15/+11
* * configure.in: Safer check for fstat64; fix HP-UX 11 build.Joe Orton2004-05-271-1/+17
* backport this from 1.0-dev:Jeff Trawick2004-05-241-5/+4
* * configure.in: Check for fstat64.Joe Orton2004-05-243-3/+16
* OS/2: Include APR_FINFO_LINK in the valid flags by default. As OS/2 doesn'tBrian Havard2004-05-221-1/+1
* OS/2: In apr_file_info_get(), flush any unwritten buffered data before queryingBrian Havard2004-05-221-1/+10
* OS/2: Fix incorrect return of APR_EOF when a 0 length read is requestedBrian Havard2004-05-221-1/+1
* backport this from 1.0-devJeff Trawick2004-05-214-79/+7
* * build/apr_hints.m4: Don't add -lprot for *-sco3.2v5*, thanks toJoe Orton2004-05-191-1/+0