| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge r387603 from trunk to the 1.2.x branch. | rooneg | 2006-03-21 | 1 | -11/+4 |
* | Merge r386202 from trunk into the 1.2.x branch. | rooneg | 2006-03-16 | 1 | -2/+12 |
* | Merge r232572 from trunk to the 1.2.x branch. | rooneg | 2006-03-11 | 1 | -0/+2 |
* | Disable poll() on all Darwin versions for now, because it is either broken or... | wsanchez | 2005-05-31 | 1 | -6/+1 |
* | - Fix darwin version matching | pquerna | 2005-05-26 | 1 | -1/+1 |
* | Disable poll() only on Mac OS X < 10.4. Before 10.4, poll was emulated using... | pquerna | 2005-05-26 | 1 | -2/+6 |
* | * build/apr_hints.m4 (APR_PRELOAD): Prevent use of poll() on Darwin. | jorton | 2005-05-25 | 1 | -0/+2 |
* | Committed to 0.9.x but missing from HEAD: | jorton | 2005-05-06 | 1 | -0/+2 |
* | * build/*apr*.m4: Add copyright headers. | jorton | 2005-01-13 | 1 | -0/+15 |
* | * build/apr_hints.m4 (APR_PRELOAD): Override the test for O_NONBLOCK | jorton | 2004-08-28 | 1 | -0/+3 |
* | * build/apr_hints.m4 (APR_PRELOAD): Don't preempt APR_PTHREADS_CHECK | jorton | 2004-08-12 | 1 | -1/+1 |
* | * build/apr_hints.m4 (APR_PRELOAD): Really, do, use a full path to | jorton | 2004-07-08 | 1 | -1/+1 |
* | * build/apr_hints.m4 (APR_PRELOAD): Use full path to sysctl in case | jorton | 2004-07-08 | 1 | -1/+5 |
* | * build/apr_hints.m4 (APR_PRELOAD): Prevent use of kqueue before | jorton | 2004-07-07 | 1 | -1/+5 |
* | Support threading on FreeBSD 5.x where kern.osreldate >= 502102. | jerenkrantz | 2004-07-04 | 1 | -7/+9 |
* | * configure.in: Don't use POSIX semaphores or cross-process pthread | jorton | 2004-06-14 | 1 | -0/+1 |
* | Don't try to enable run-time linking on AIX < 4.2, as this | trawick | 2004-06-11 | 1 | -1/+7 |
* | * build/apr_hints.m4: Don't add -lprot for *-sco3.2v5*, thanks to | jorton | 2004-05-19 | 1 | -1/+0 |
* | Stop messing around with _FOO_SOURCE things mid-configure: enable | jorton | 2004-03-13 | 1 | -2/+2 |
* | Fixup for library usage by apr. | dreid | 2004-03-09 | 1 | -4/+4 |
* | a fairly recent config fix changed default mutex mechanism from | trawick | 2004-03-07 | 1 | -0/+1 |
* | * build/apr_hints.m4: Disable use of POSIX process-shared mutexes on | jorton | 2004-02-24 | 1 | -0/+2 |
* | Revert to using i386-pc-os2-emx on OS/2 rather than non-standard | jorton | 2004-02-18 | 1 | -1/+1 |
* | the iconv hint is picked up from apr-util/apu-hints.m4, not | trawick | 2003-12-22 | 1 | -2/+0 |
* | * build/apr_hints.m4 (APR_PRELOAD): Fix patterns which | jorton | 2003-11-20 | 1 | -3/+3 |
* | Define _THREAD_SAFE for all compilations on AIX. Previously | trawick | 2003-06-02 | 1 | -1/+1 |
* | BS2000 needs an extra #define _KMEMUSER for <sys/shm.h> | martin | 2003-05-28 | 1 | -1/+1 |
* | reflect actual host-triple | martin | 2003-05-02 | 1 | -2/+5 |
* | don't bother j random user with missing function prototype warnings | trawick | 2003-04-04 | 1 | -1/+1 |
* | make a few changes to warnings with native compiler for AIX: | trawick | 2003-02-19 | 1 | -1/+1 |
* | Don't add -Oacgiltz to CFLAGS for GCC on *-sco3.2v[234]*, probable fix | jorton | 2003-02-04 | 1 | -1/+3 |
* | Fix overzealous s/-lcrypt// in r1.17 for some SCO platforms (untested). | jorton | 2003-02-04 | 1 | -2/+2 |
* | This was at best simply the wrong patch (aught to have been -Wl,+s) but | wrowe | 2002-10-18 | 1 | -3/+0 |
* | When we build HP-UX applications, they must be able to follow the | wrowe | 2002-10-17 | 1 | -0/+3 |
* | Added support for SCO OpenServer 5 | brianp | 2002-09-22 | 1 | -3/+3 |
* | Darwin: Global mutexes don't need an intraprocess mutex when Posix | trawick | 2002-05-09 | 1 | -0/+1 |
* | AIX: Global mutexes don't need an intraprocess mutex when SysV | trawick | 2002-05-09 | 1 | -0/+1 |
* | Fix a problem with global mutexes on OS/390 when something other | trawick | 2002-05-09 | 1 | -1/+1 |
* | Beos locks are global. | dreid | 2002-04-13 | 1 | -0/+1 |
* | FreeBSD: switch to FLOCK serialization by default (thanks, Jeff!) and | gregames | 2002-04-01 | 1 | -5/+1 |
* | FreeBSD: use fcntl cross-process locks by default. Make note of problems | gregames | 2002-04-01 | 1 | -0/+5 |
* | define _XOPEN_SOURCE_EXTENDED on HP-UX 11; that gets us the socket | trawick | 2002-03-28 | 1 | -1/+1 |
* | update for Mac OS X. -traditional-cpp is no longer recommended. | fitz | 2002-03-07 | 1 | -1/+1 |
* | move all setting of CC to the APR_CC_HINTS mechanism. | gregames | 2002-02-18 | 1 | -9/+27 |
* | provide APR_CC_HINTS. This allows us to specify a default compiler | gregames | 2002-02-15 | 1 | -2/+16 |
* | The rest of this issue is undecided, but this patch gets us | aaron | 2002-01-23 | 1 | -1/+0 |
* | switch Apache/apr/apr-util to use run-time linking on AIX | trawick | 2001-12-12 | 1 | -0/+1 |
* | Add a proper check for xlc on AIX. | orlikowski | 2001-12-03 | 1 | -3/+3 |
* | simplify the setting of some magic symbols on AIX | trawick | 2001-11-29 | 1 | -33/+11 |
* | get rid of cruft associated with 1.3-era symbols USEBCOPY and | trawick | 2001-11-29 | 1 | -7/+7 |