| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix sequencing for older autoconf/libtool. Thanks for the report, Jeff. | wrowe | 2009-11-14 | 1 | -1/+1 |
* | bump to 2.59 baseline for autoconf (it -was- 5 yrs old, this year) | wrowe | 2009-11-13 | 1 | -1/+1 |
* | These are needed in 2.2.6 libtool to correctly libtoolize --copy | wrowe | 2009-11-12 | 1 | -0/+3 |
* | Just punt for now... | jim | 2009-10-13 | 1 | -4/+9 |
* | More Darwin mojo magic. Use Apple's apr.h edits as a guide | jim | 2009-10-13 | 1 | -9/+11 |
* | Backport all poll changes from r734707 up to now | jim | 2009-10-02 | 1 | -0/+122 |
* | Merge r809745, r810472 from trunk: | jim | 2009-09-10 | 1 | -0/+9 |
* | Backport r794485 and r795267 from the trunk. | bojan | 2009-07-17 | 1 | -1/+106 |
* | Backport r793192 and r794118 from the trunk. | bojan | 2009-07-16 | 1 | -0/+3 |
* | Initialize several non-crosscompile decisions; Backports: r790392 | wrowe | 2009-07-01 | 1 | -0/+3 |
* | Backport r747990, r748361, r748371, r748565, r748988, r749810, r783958 | bojan | 2009-06-12 | 1 | -0/+17 |
* | Merge r733052 from trunk: | jim | 2009-02-09 | 1 | -0/+4 |
* | Backport r731783 from the trunk. | bojan | 2009-01-06 | 1 | -0/+3 |
* | Fix APR_PID_T_FMT detection on Solaris. | bojan | 2008-08-08 | 1 | -16/+16 |
* | resolve testprocmutex failures on AIX and HP-UX by recognizing EACCES | covener | 2008-06-26 | 1 | -0/+64 |
* | Back out the 2.60 requirement, adopt conditional handling for the | wrowe | 2008-06-20 | 1 | -1/+6 |
* | Autoconf 2.60's 2nd birthday this coming thursday. As this | wrowe | 2008-06-20 | 1 | -2/+1 |
* | Using AC_CACHE_CHECK. So avoid warning about: | jim | 2008-06-09 | 1 | -3/+3 |
* | Fix PR44367. | bojan | 2008-05-29 | 1 | -1/+14 |
* | Avert the pid "ld" format when building to huge-longs on solaris 64 bit. | wrowe | 2008-05-02 | 1 | -1/+5 |
* | * configure.in: Prefer /dev/urandom over /dev/random. | jorton | 2008-05-02 | 1 | -1/+1 |
* | ignore /dev/*random on z/OS < V1R7 | trawick | 2007-11-18 | 1 | -1/+17 |
* | add missing autoconf/m4 quoting to correct the dso implementation | trawick | 2007-11-03 | 1 | -3/+3 |
* | On Darwin 9.0 the NSLoad... dyld API is deprecated; use dlopen. | wrowe | 2007-11-02 | 1 | -5/+26 |
* | Radical change that corrects a horrible misassumption; the feature | wrowe | 2007-10-29 | 1 | -0/+4 |
* | size_t is unsigned long on AIX | trawick | 2007-10-29 | 1 | -1/+1 |
* | * configure.in: Move the ino_t test outside the enable_lfs=yes branch, | jorton | 2007-10-29 | 1 | -8/+18 |
* | Define apr_ino_t in such a way that it doesn't change definition | wrowe | 2007-10-24 | 1 | -0/+9 |
* | Pick up AIX 5.2 onwards | wrowe | 2007-10-17 | 1 | -1/+2 |
* | Fill in apr_fileinfo_t member st_csize on Netware and Unix | wrowe | 2007-10-17 | 1 | -2/+19 |
* | * configure.in, Makefile.in: Define the libtool versioning hint in the | jorton | 2007-09-25 | 1 | -1/+2 |
* | Improve detection of the printf format identifiers for apr_ssize_t and apr_si... | davi | 2007-07-10 | 1 | -47/+65 |
* | open(2) reads: mode must be specified when O_CREAT is in the flags. | davi | 2007-07-05 | 1 | -1/+1 |
* | New apr_atomic implementation for PowerPC native atomic operations. | davi | 2007-07-04 | 1 | -0/+9 |
* | Given a modern compiler, this patch provides fast atomic operations on various | davi | 2007-07-04 | 1 | -0/+42 |
* | This patch tries to address some of the apr_atomic problems by reorganizing | davi | 2007-07-04 | 1 | -1/+1 |
* | Properly quote case pattern. | davi | 2007-06-30 | 1 | -1/+1 |
* | Define SEM_FAILED if it isn't already defined, as the proc mutex | davi | 2007-06-29 | 1 | -0/+9 |
* | Some rare autoconf/m4 environments translitate differently and are dropping | wrowe | 2006-09-08 | 1 | -1/+1 |
* | Make apr compile on FreeBSD-4.x | martin | 2006-07-18 | 1 | -1/+2 |
* | Provide suitable hints to autoconf that mingw (Win32)'s process locks and | jerenkrantz | 2006-07-14 | 1 | -0/+1 |
* | Link to librpcrt4.a. | jerenkrantz | 2006-07-14 | 1 | -0/+1 |
* | Allow APR_HAS_PROC_INVOKED to be overriden for mingw by autoconf. | jerenkrantz | 2006-07-13 | 1 | -0/+6 |
* | Move some of the mingw-specific checks into the hints m4 file instead. | jerenkrantz | 2006-07-13 | 1 | -11/+3 |
* | Allow mingw to have access to the Win32 'unicode' FS system. | jerenkrantz | 2006-07-12 | 1 | -0/+11 |
* | Define struct iovec for mingw. | jerenkrantz | 2006-07-12 | 1 | -0/+8 |
* | Move the autoconf check for type 'in_addr' into a macro, and improve it to work | jerenkrantz | 2006-07-12 | 1 | -11/+6 |
* | Set up apr.h and apr_private.h so that mingw can compile. | jerenkrantz | 2006-07-12 | 1 | -0/+14 |
* | Allow configure to complete successfully on mingw. | jerenkrantz | 2006-07-11 | 1 | -9/+51 |
* | Implement apr_thread_yield on Unix in terms of pthread_yield or sched_yield. | rooneg | 2006-06-30 | 1 | -1/+7 |