| Commit message (Expand) | Author | Age | Files | Lines |
* | Follow up to r1763665: use correct array initializer. | Yann Ylavic | 2016-10-06 | 1 | -2/+2 |
* | crypto: provide apr_crypto_memzero, garanteed to not be optimized out by | Yann Ylavic | 2016-10-06 | 1 | -0/+53 |
* | * configure.in: Detect mkostemp, mkostemp64. | Joe Orton | 2015-06-04 | 1 | -2/+2 |
* | Switch to generic atomics for (unpatched) Solaris 10 not exporting some atomic | Yann Ylavic | 2015-04-23 | 1 | -1/+14 |
* | Don't use mkstemp() on HP-UX. It is limited to creation | Jeff Trawick | 2015-04-04 | 1 | -2/+18 |
* | build: Correctly use AC_(PATH|CHECK)_TOOL to support cross compilation. | Jeff Trawick | 2015-04-04 | 1 | -2/+2 |
* | locks: introduce apr_{thread,proc,global}_mutex_timedlock(). | Yann Ylavic | 2015-03-19 | 1 | -8/+18 |
* | Add option to use guard pages | Stefan Fritsch | 2014-05-09 | 1 | -1/+14 |
* | Option to detect concurrent accesses to pools | Stefan Fritsch | 2014-05-09 | 1 | -0/+8 |
* | Revert sys/attr.h test for the time being, reapplying later as a complete patch | William A. Rowe Jr | 2014-02-12 | 1 | -1/+0 |
* | Correct nonsense test for non-exported sys/stat.h autoconf flag | William A. Rowe Jr | 2014-02-12 | 1 | -0/+1 |
* | Maintain ordering but use OVERRIDE if enabled AND found | Jim Jagielski | 2014-01-25 | 1 | -5/+8 |
* | *) Fix POSIX shared memory (shm_open) use for named shared memory. | Jim Jagielski | 2014-01-25 | 1 | -5/+9 |
* | Follow up to r1535027 and r1535157: | Jeff Trawick | 2013-11-13 | 1 | -1/+1 |
* | Fix fcntl(fd, F_GETFL) call in r1539374 | Stefan Fritsch | 2013-11-06 | 1 | -3/+3 |
* | Use fcntl instead of SOCK_NONBLOCK to make socket nonblocking | Stefan Fritsch | 2013-11-06 | 1 | -2/+6 |
* | * configure.in: Fix r1535027 for Linux kernel versions x.0.y. | Joe Orton | 2013-10-23 | 1 | -1/+1 |
* | * configure.in: Fix Linux kernel version detection, which did not | Joe Orton | 2013-10-23 | 1 | -8/+16 |
* | Trick autoconf into printing the correct default prefix in the help | Stefan Fritsch | 2013-05-03 | 1 | -0/+3 |
* | Mark apr_dbd_freetds as unsupported and remove it from all builds | Nick Kew | 2013-03-30 | 1 | -1/+0 |
* | Add valgrind support | Stefan Fritsch | 2013-01-26 | 1 | -0/+16 |
* | Resolve these warnings when linking test programs with the MinGW/MSYS toolchain: | Jeff Trawick | 2012-08-14 | 1 | -6/+13 |
* | * configure.in: Use AC_MSG_* rather than direct echo, making --quiet mode | Joe Orton | 2012-06-06 | 1 | -26/+39 |
* | z/OS "threadsafe" apr_pollset_poll depends on async i/o feeding an | Greg Ames | 2012-04-13 | 1 | -0/+19 |
* | support for thread-hopping apr_pollset_* using z/OS async i/o. | Greg Ames | 2012-04-03 | 1 | -0/+2 |
* | apr_crypto: Crypto library detection runs twice (from main configure logic | Graham Leggett | 2011-12-14 | 1 | -2/+0 |
* | Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list. | William A. Rowe Jr | 2011-05-31 | 1 | -6/+0 |
* | Fix badly misplaced SUBST | William A. Rowe Jr | 2011-05-29 | 1 | -0/+4 |
* | Begin refactoring to prepare for ldap removal | William A. Rowe Jr | 2011-05-29 | 1 | -0/+1 |
* | indentation fix | Jeff Trawick | 2011-04-17 | 1 | -12/+11 |
* | improve sync between apr.h and apr.hw | Jeff Trawick | 2011-04-09 | 1 | -1/+12 |
* | MinGW/MSYS: Support shared builds of APR, other general improvements | Jeff Trawick | 2011-04-02 | 1 | -9/+21 |
* | fix a bit of 'if FOO'/'ifdef FOO' confusion | Jeff Trawick | 2011-03-29 | 1 | -1/+1 |
* | axe some commented-out mingw logic | Jeff Trawick | 2011-03-29 | 1 | -13/+0 |
* | Fixed apr_ino_t typedef for MinGW builds. | Guenter Knauf | 2011-03-29 | 1 | -8/+17 |
* | Fixed mingw platform identifier to catch all cross compilers. | Guenter Knauf | 2011-03-27 | 1 | -2/+2 |
* | Moved platform-specific stuff to build/apr_hints.m4. | Guenter Knauf | 2011-03-27 | 1 | -5/+0 |
* | Removed duplicate already set in build/apr_hints.m4. | Guenter Knauf | 2011-03-27 | 1 | -1/+0 |
* | Revert r1085937 per Jeff's suggestion. | Guenter Knauf | 2011-03-27 | 1 | -1/+0 |
* | Set APR_HAS_OS_UUID=1 for Windows builds. | Guenter Knauf | 2011-03-27 | 1 | -0/+1 |
* | Fixed process.h detection with configure builds. | Guenter Knauf | 2011-03-26 | 1 | -0/+1 |
* | Support selection of libxml2 vs expat in autoconf build. | Nick Kew | 2011-03-25 | 1 | -2/+3 |
* | MinGW improvements: | Jeff Trawick | 2011-03-19 | 1 | -4/+14 |
* | Fix definition of apr_ino_t to be independent of _FILE_OFFSET_BITS even | Stefan Fritsch | 2011-03-07 | 1 | -6/+10 |
* | * Remove empty [ ] block as it causes an empty "else fi" block that the | Ruediger Pluem | 2011-03-02 | 1 | -4/+3 |
* | Add new configure option --enable-allocator-uses-mmap to use mmap | Stefan Fritsch | 2011-02-18 | 1 | -0/+12 |
* | Minor update for Darwin | Jim Jagielski | 2011-01-17 | 1 | -6/+0 |
* | now that we treat OS X special, revert ordering change back | Jim Jagielski | 2010-12-20 | 1 | -33/+32 |
* | (Try to) support Darwin's "universal" builds by allowing for | Jim Jagielski | 2010-12-18 | 1 | -0/+60 |
* | Re-arrange sizing tests to go from largest to | Jim Jagielski | 2010-12-17 | 1 | -32/+33 |