summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* Add apr_ipsubnet_create() and apr_ipsubnet_test() for testingtrawick2001-03-151-0/+3
* One day I'll remember to do this when I actually commit :)dreid2001-03-081-0/+3
* Allow a way to get the password from the system password database.rbb2001-03-081-0/+3
* Make APR look for header files in the APR paths before looking in systemrbb2001-03-071-0/+4
* Add a --with-sendfile option, so that people without a sendfilerbb2001-03-061-0/+4
* Change the check for netinet/tcp.h to work around an issue withtrawick2001-03-051-0/+4
* Remove some duplicate calls to strchr(), and remove a typo as a side-effectjwoolley2001-02-221-1/+1
* Missing the apr_pool_t arg required for more complex queries of uid/gidwrowe2001-02-211-0/+3
* In apr_shm_init(), check the retcode from mm_malloc(). Previously,trawick2001-02-201-0/+5
* Name protected the autoconf macros defined by APR. Moved thefielding2001-02-201-0/+6
* Cope with BSDi installations where the default make has beentrawick2001-02-191-0/+3
* Enable use of the new build directory.fielding2001-02-181-0/+10
* Moved hints.m4, apr_common.m4, and helpers/apr-conf.m4 into thefielding2001-02-171-0/+4
* Get apr_sendfile() working on HP-UX. This gets APR to build ontrawick2001-02-161-0/+3
* Force FreeBSD to compile without threads by default. To enablerbb2001-02-161-0/+4
* result(?) What result? Stop mauling the size_t arg and overwrite thewrowe2001-02-111-0/+3
* Moved the prototypes for apr_snprintf and apr_vsnprintf to therbb2001-02-111-0/+4
* Change the macro name to APR_COMPILE_NO_WARNING and make itfielding2001-02-091-3/+3
* Add APR_TRY_GCC_WARNING macro to dynamically test the iconv prototypefielding2001-02-091-0/+5
* Fix a problem in configure with the getaddrinfo check. We need to includerbb2001-02-071-0/+4
* Win32: (IsLeapYear): New macro for quickly figgerin' out if a given year is astoddard2001-02-021-0/+6
* Refactor out the 'extras' [not returned by the atomic get info call]wrowe2001-01-291-0/+2
* Document these here, where I should have put them in the first place &-/wrowe2001-01-281-0/+10
* User and Group goodness. If anyone objects to the non-typesafe unixwrowe2001-01-281-1/+6
* Remove --with-optim option in favor of OPTIM env variable.fielding2001-01-281-0/+4
* Time to clean my contacts.fielding2001-01-281-1/+1
* Eliminate the APR_SIG* aliases for standard signal names,fielding2001-01-281-0/+3
* Some win32 user and group handling functionswrowe2001-01-281-1/+25
* Add apr_open_stdout. This mirrors apr_open_stderr, except it worksrbb2001-01-271-0/+3
* Fix a declaration of dirent to struct dirent in file_io/unix/dir.crbb2001-01-231-0/+7
* The APR_FINFO_wanted declaration changes for apr_stat/lstat/getfileinfo.wrowe2001-01-201-0/+5
* Fix make depend.rbb2001-01-191-0/+2
* All platforms now register a cleanup when a DSO is loaded. This justrbb2001-01-191-0/+5
* Add linkage declarations to the DSO functions.rbb2001-01-121-0/+3
* Document that we honor CFLAGS in the normal autoconf wayjim2001-01-121-0/+3
* Add APR_DECLARE to some of APR's function declarations. This helps withrbb2001-01-111-0/+3
* Libtool-ize APR.gstein2001-01-091-0/+3
* We don't actually use os_cork or os_uncork on FreeBSD, so we shouldn'trbb2001-01-071-0/+5
* Keep apr_terminate from seg faulting on terminate. This isrbb2001-01-061-0/+7
* Remove the ability to allocate out of a NULL pool. This was always a badrbb2001-01-021-0/+3
* Add an APR_GET_POOL macro to get a pool from any APR type that hasrbb2001-01-021-0/+4
* Begin to remove the ability to allocate out of NULL pools. The firstrbb2000-12-311-0/+9
* Fix a couple of places where copied code wasn't modified correctly. Thisrbb2000-12-301-0/+3
* FreeBSD's sendfile does not work if the FreeBSD version is less thanrbb2000-12-281-0/+4
* On FreeBSD, it is possible for the first call to sendfile torbb2000-12-221-0/+8
* Cleanups so that the support programs build cleanly. The Win32 valuesrbb2000-12-221-1/+4
* Cleanup a group of apr compil warnings on Solarisrbb2000-12-211-0/+4
* apr_getaddrinfo() can now return multiple addresses for a host viatrawick2000-12-181-0/+3
* Axe apr_get_hostname(). Use apr_getnameinfo() instead.trawick2000-12-181-1/+1
* Tighten up the check for getaddrinfo(). If it can't figure outtrawick2000-12-171-0/+5