| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clean up Win32 locks when the pool goes away. | trawick | 2001-06-13 | 1 | -0/+3 |
* | apr_get_home_directory is here | wrowe | 2001-06-10 | 1 | -2/+4 |
* | *) Complete the implementation of LARGEFILE support on Win32, although | wrowe | 2001-06-06 | 1 | -0/+6 |
* | Implement read write locks. This commit will support POSIX pthread | jerenkrantz | 2001-05-31 | 1 | -0/+4 |
* | Add apr_file_open_stdin - which allows the stdin file handle to be | jerenkrantz | 2001-05-31 | 1 | -0/+3 |
* | Add apr_strtok(), a thread-safe flavor of strtok() which has the | trawick | 2001-05-23 | 1 | -0/+4 |
* | Add APR_HAS_OTHER_CHILD support to Win32 | stoddard | 2001-05-17 | 1 | -0/+1 |
* | Automatically remove other-child registrations when the | trawick | 2001-05-16 | 1 | -0/+5 |
* | Allow LTFLAGS to be overridden by the configure command-line | fielding | 2001-05-12 | 1 | -0/+3 |
* | As I'm off to work again tomorrow, here is the final batch of memory changes | dreid | 2001-05-11 | 1 | -0/+6 |
* | Only make test recursively for the *clean targets. | fielding | 2001-05-04 | 1 | -1/+2 |
* | fix a problem with the FreeBSD flavor of apr_sendfile(); we could | trawick | 2001-05-03 | 1 | -0/+3 |
* | Fix a problem on unixware where clearing h_errno wouldn't work. | trawick | 2001-05-02 | 1 | -0/+3 |
* | Add the test and build directories (when present) to the recursive | fielding | 2001-05-01 | 1 | -0/+3 |
* | Make the apr_mmap_create() function use the native_flags variable. | rbb | 2001-04-30 | 1 | -0/+4 |
* | Completely revamp configure so that it preserves the standard make | fielding | 2001-04-29 | 1 | -0/+9 |
* | Fix DSO support on HPUX. We have to use ==, not = and it helps to return | rbb | 2001-04-27 | 1 | -0/+4 |
* | Clean up conditionals in unix DSO code so that we decide based on the | wsanchez | 2001-04-19 | 1 | -0/+5 |
* | *** empty log message *** | wsanchez | 2001-04-18 | 1 | -0/+3 |
* | I actually remembered to add an entry to the CHANGES file and here is a | dreid | 2001-04-12 | 1 | -0/+3 |
* | Carefully select an appropriate native type for apr_int64_t and | fielding | 2001-04-12 | 1 | -0/+4 |
* | Make clean, distclean, and extraclean consistently according to the | fielding | 2001-04-11 | 1 | -0/+3 |
* | Implement specific to win32, validate the actual root requested (to avoid | wrowe | 2001-04-10 | 1 | -0/+6 |
* | Change --with-libtool to --enable-libtool | rbb | 2001-04-09 | 1 | -2/+2 |
* | Cleanup the --with-libtool option. The test directory now compiles cleanly | rbb | 2001-04-09 | 1 | -0/+4 |
* | Note sigsuspend() change | wsanchez | 2001-04-07 | 1 | -0/+3 |
* | Make libtool a configure-time option. This is done with --without-libtool. | rbb | 2001-04-06 | 1 | -0/+3 |
* | Recognize systems where the TCP_NODELAY setting is inherited from | trawick | 2001-04-05 | 1 | -0/+6 |
* | Allow APR to be installed using `make install` | rbb | 2001-04-03 | 1 | -0/+2 |
* | Generate config.nice for easy re-run of configure, because Ryan wanted it. | fielding | 2001-04-03 | 1 | -0/+2 |
* | Define preprocessor options in CPPFLAGS instead of CFLAGS | fielding | 2001-04-03 | 1 | -0/+3 |
* | This patch sets the dso/aix subdirectory to be used for older versions | trawick | 2001-04-02 | 1 | -0/+4 |
* | Libtool 1.3b, the current alpha release, is needed for creating DSOs | trawick | 2001-04-02 | 1 | -0/+2 |
* | Flush any data still unwritten when the file is closed. | trawick | 2001-03-31 | 1 | -0/+5 |
* | Provide a fall-back definition of TRUSTEE_IS_WELL_KNOWN_GROUP so | trawick | 2001-03-31 | 1 | -0/+3 |
* | First draft implementation of unix apr_filepath_ get, set, merge, and | wrowe | 2001-03-31 | 1 | -0/+3 |
* | Revert last change -- I forgot that buildconf is run before we create | fielding | 2001-03-31 | 1 | -3/+0 |
* | Make it easier to replace libtool on OS/2 by copying libtool.m4 into | fielding | 2001-03-31 | 1 | -0/+3 |
* | Add apr_ipsubnet_create() and apr_ipsubnet_test() for testing | trawick | 2001-03-15 | 1 | -0/+3 |
* | One day I'll remember to do this when I actually commit :) | dreid | 2001-03-08 | 1 | -0/+3 |
* | Allow a way to get the password from the system password database. | rbb | 2001-03-08 | 1 | -0/+3 |
* | Make APR look for header files in the APR paths before looking in system | rbb | 2001-03-07 | 1 | -0/+4 |
* | Add a --with-sendfile option, so that people without a sendfile | rbb | 2001-03-06 | 1 | -0/+4 |
* | Change the check for netinet/tcp.h to work around an issue with | trawick | 2001-03-05 | 1 | -0/+4 |
* | Remove some duplicate calls to strchr(), and remove a typo as a side-effect | jwoolley | 2001-02-22 | 1 | -1/+1 |
* | Missing the apr_pool_t arg required for more complex queries of uid/gid | wrowe | 2001-02-21 | 1 | -0/+3 |
* | In apr_shm_init(), check the retcode from mm_malloc(). Previously, | trawick | 2001-02-20 | 1 | -0/+5 |
* | Name protected the autoconf macros defined by APR. Moved the | fielding | 2001-02-20 | 1 | -0/+6 |
* | Cope with BSDi installations where the default make has been | trawick | 2001-02-19 | 1 | -0/+3 |
* | Enable use of the new build directory. | fielding | 2001-02-18 | 1 | -0/+10 |