| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Moved hints.m4, apr_common.m4, and helpers/apr-conf.m4 into the | fielding | 2001-02-17 | 1 | -0/+4 |
* | Get apr_sendfile() working on HP-UX. This gets APR to build on | trawick | 2001-02-16 | 1 | -0/+3 |
* | Force FreeBSD to compile without threads by default. To enable | rbb | 2001-02-16 | 1 | -0/+4 |
* | result(?) What result? Stop mauling the size_t arg and overwrite the | wrowe | 2001-02-11 | 1 | -0/+3 |
* | Moved the prototypes for apr_snprintf and apr_vsnprintf to the | rbb | 2001-02-11 | 1 | -0/+4 |
* | Change the macro name to APR_COMPILE_NO_WARNING and make it | fielding | 2001-02-09 | 1 | -3/+3 |
* | Add APR_TRY_GCC_WARNING macro to dynamically test the iconv prototype | fielding | 2001-02-09 | 1 | -0/+5 |
* | Fix a problem in configure with the getaddrinfo check. We need to include | rbb | 2001-02-07 | 1 | -0/+4 |
* | Win32: (IsLeapYear): New macro for quickly figgerin' out if a given year is a | stoddard | 2001-02-02 | 1 | -0/+6 |
* | Refactor out the 'extras' [not returned by the atomic get info call] | wrowe | 2001-01-29 | 1 | -0/+2 |
* | Document these here, where I should have put them in the first place &-/ | wrowe | 2001-01-28 | 1 | -0/+10 |
* | User and Group goodness. If anyone objects to the non-typesafe unix | wrowe | 2001-01-28 | 1 | -1/+6 |
* | Remove --with-optim option in favor of OPTIM env variable. | fielding | 2001-01-28 | 1 | -0/+4 |
* | Time to clean my contacts. | fielding | 2001-01-28 | 1 | -1/+1 |
* | Eliminate the APR_SIG* aliases for standard signal names, | fielding | 2001-01-28 | 1 | -0/+3 |
* | Some win32 user and group handling functions | wrowe | 2001-01-28 | 1 | -1/+25 |
* | Add apr_open_stdout. This mirrors apr_open_stderr, except it works | rbb | 2001-01-27 | 1 | -0/+3 |
* | Fix a declaration of dirent to struct dirent in file_io/unix/dir.c | rbb | 2001-01-23 | 1 | -0/+7 |
* | The APR_FINFO_wanted declaration changes for apr_stat/lstat/getfileinfo. | wrowe | 2001-01-20 | 1 | -0/+5 |
* | Fix make depend. | rbb | 2001-01-19 | 1 | -0/+2 |
* | All platforms now register a cleanup when a DSO is loaded. This just | rbb | 2001-01-19 | 1 | -0/+5 |
* | Add linkage declarations to the DSO functions. | rbb | 2001-01-12 | 1 | -0/+3 |
* | Document that we honor CFLAGS in the normal autoconf way | jim | 2001-01-12 | 1 | -0/+3 |
* | Add APR_DECLARE to some of APR's function declarations. This helps with | rbb | 2001-01-11 | 1 | -0/+3 |
* | Libtool-ize APR. | gstein | 2001-01-09 | 1 | -0/+3 |
* | We don't actually use os_cork or os_uncork on FreeBSD, so we shouldn't | rbb | 2001-01-07 | 1 | -0/+5 |
* | Keep apr_terminate from seg faulting on terminate. This is | rbb | 2001-01-06 | 1 | -0/+7 |
* | Remove the ability to allocate out of a NULL pool. This was always a bad | rbb | 2001-01-02 | 1 | -0/+3 |
* | Add an APR_GET_POOL macro to get a pool from any APR type that has | rbb | 2001-01-02 | 1 | -0/+4 |
* | Begin to remove the ability to allocate out of NULL pools. The first | rbb | 2000-12-31 | 1 | -0/+9 |
* | Fix a couple of places where copied code wasn't modified correctly. This | rbb | 2000-12-30 | 1 | -0/+3 |
* | FreeBSD's sendfile does not work if the FreeBSD version is less than | rbb | 2000-12-28 | 1 | -0/+4 |
* | On FreeBSD, it is possible for the first call to sendfile to | rbb | 2000-12-22 | 1 | -0/+8 |
* | Cleanups so that the support programs build cleanly. The Win32 values | rbb | 2000-12-22 | 1 | -1/+4 |
* | Cleanup a group of apr compil warnings on Solaris | rbb | 2000-12-21 | 1 | -0/+4 |
* | apr_getaddrinfo() can now return multiple addresses for a host via | trawick | 2000-12-18 | 1 | -0/+3 |
* | Axe apr_get_hostname(). Use apr_getnameinfo() instead. | trawick | 2000-12-18 | 1 | -1/+1 |
* | Tighten up the check for getaddrinfo(). If it can't figure out | trawick | 2000-12-17 | 1 | -0/+5 |