| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop trying to provide cross-process pthread mutexes on systems where | trawick | 2001-07-05 | 1 | -0/+19 |
* | Cleanup the detection of pthread_rwlock_t. Let autoconf play with | jerenkrantz | 2001-07-01 | 1 | -0/+1 |
* | Ugh... cd .. is not nice. Now this still needs a touch of work, but at | wrowe | 2001-06-28 | 1 | -1/+0 |
* | VC 64-bit compiler complains that /FD is invalid, add a new conversion | wrowe | 2001-06-10 | 1 | -0/+33 |
* | Revert Victor's patch for the _XOPEN_SOURCE (handled by configure now). | jerenkrantz | 2001-06-01 | 1 | -5/+1 |
* | Linux needs these options for the posix rwlocks to work. | orlikowski | 2001-06-01 | 1 | -2/+4 |
* | Include recently added ap_hook_get_* functions in list of exports. | bjh | 2001-05-20 | 1 | -0/+1 |
* | Get the compile flag types right and in order. | fielding | 2001-05-18 | 1 | -5/+5 |
* | I wish I'd thought of this first... | fielding | 2001-05-17 | 1 | -15/+30 |
* | Do the cleans in test and build the right way, like apr-util. | fielding | 2001-05-17 | 2 | -16/+6 |
* | I missed this previously. Basically the latest BeOS beta has changed the ver... | dreid | 2001-05-13 | 1 | -1/+5 |
* | Allow LTFLAGS to be overridden by the configure command-line | fielding | 2001-05-12 | 1 | -2/+2 |
* | Minor nit. We know that 'test -z' is OK, since | jim | 2001-05-11 | 1 | -1/+1 |
* | Hum. On systems that don't necessarily have gcc, this is a breakage. | orlikowski | 2001-05-11 | 1 | -1/+5 |
* | Remove useless cruft and make it unnecessary for clients of APR | fielding | 2001-05-11 | 2 | -11/+2 |
* | In trying to get as many modules as possible building this flag is required | dreid | 2001-05-09 | 1 | -1/+1 |
* | Only make test recursively for the *clean targets. | fielding | 2001-05-04 | 2 | -6/+11 |
* | ignore generated file "Makefile" | trawick | 2001-05-01 | 1 | -0/+1 |
* | Be careful not to override what was set by configure for ALL_LIBS | fielding | 2001-05-01 | 1 | -1/+1 |
* | Add the test and build directories (when present) to the recursive | fielding | 2001-05-01 | 2 | -6/+23 |
* | This option needs to be set for all versions of beos, not just BONE. | dreid | 2001-04-29 | 1 | -2/+3 |
* | Make --mode=install work for OS/2 DLLs. | bjh | 2001-04-29 | 1 | -15/+39 |
* | Completely revamp configure so that it preserves the standard make | fielding | 2001-04-29 | 4 | -80/+169 |
* | This change gets BeOS building again. We have sigsuspend but we certainly | dreid | 2001-04-27 | 1 | -3/+3 |
* | This changes the TCP_NODELAY test to use the loopback address on BeOS | dreid | 2001-04-27 | 1 | -0/+6 |
* | clean up *.obj files, generated by OS/2 build using aplibtool. | bjh | 2001-04-23 | 1 | -1/+1 |
* | Change COMPILE macro to make sure that APR includes are before the CFLAGS | jfclere | 2001-04-20 | 1 | -1/+1 |
* | Enable rhapsody | wsanchez | 2001-04-19 | 1 | -3/+3 |
* | Back out -DSIGPROCMASK_SETS_THREAD_MASK flag for Darwin. | wsanchez | 2001-04-19 | 1 | -1/+1 |
* | Add -DSIGPROCMASK_SETS_THREAD_MASK for Darwin for now | wsanchez | 2001-04-18 | 1 | -1/+1 |
* | Fix make depend in APR. mkdep.sh wasn't getting passed any include paths. | bjh | 2001-04-17 | 1 | -2/+2 |
* | Add -w3 -w4 options to toggle all .dsp files to build with higher or | wrowe | 2001-04-12 | 1 | -8/+73 |
* | Replace the libtool version check (once again) with something that | fielding | 2001-04-12 | 1 | -8/+19 |
* | APR_FLAG_HEADERS: Don't try to set variable with '-' in its name; do the same... | wsanchez | 2001-04-07 | 1 | -2/+2 |
* | - When linking a dll, automatically build an import library from the .def file | bjh | 2001-04-07 | 1 | -1/+39 |
* | execute from the source tree root (e.g. httpd-2.0 or apr itself) with | wrowe | 2001-04-07 | 3 | -89/+94 |
* | Make libtool a configure-time option. This is done with --without-libtool. | rbb | 2001-04-06 | 1 | -3/+3 |
* | Change the order of the flags of COMPILE to make sure that our includes are b... | jfclere | 2001-04-06 | 1 | -1/+1 |
* | Recognize systems where the TCP_NODELAY setting is inherited from | trawick | 2001-04-05 | 1 | -0/+105 |
* | Change the getnameinfo check so that it should work on Tru64. | dreid | 2001-04-05 | 1 | -0/+54 |
* | Add a simple configuration macro to determine how APR itself was built. | rbb | 2001-04-03 | 1 | -0/+11 |
* | Generate config.nice for easy re-run of configure, because Ryan wanted it. | fielding | 2001-04-03 | 1 | -0/+19 |
* | Find glibtool | wsanchez | 2001-04-03 | 1 | -1/+2 |
* | Define preprocessor options in CPPFLAGS instead of CFLAGS | fielding | 2001-04-03 | 4 | -101/+108 |
* | Libtool 1.3b, the current alpha release, is needed for creating DSOs | trawick | 2001-04-02 | 1 | -1/+1 |
* | Add ability to generate .def files on the fly for dlls that export all symbols | bjh | 2001-04-02 | 1 | -7/+91 |
* | We can't use this after all. | fielding | 2001-03-31 | 1 | -10/+0 |
* | Revert last change -- I forgot that buildconf is run before we create | fielding | 2001-03-31 | 1 | -0/+1 |
* | oops -- didn't notice the missing bracket until the commit message. | fielding | 2001-03-31 | 1 | -1/+1 |
* | A cheap replacement for libtool.m4 on OS/2 -- copied to ../aclocal.m4 | fielding | 2001-03-31 | 1 | -0/+10 |