summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename the apr_opendir symbol to apr_dir_open. This makes more sense,rbb2000-12-171-0/+1
* apr_snprintf()'s %pI format string now takes apr_sockaddr_t *trawick2000-12-161-0/+3
* Fix a bug in apr_accept() for Win32 and Unix where the localtrawick2000-12-141-0/+5
* Add apr_getnameinfo(), which uses getnameinfo() when APR_HAVE_IPV6 istrawick2000-12-131-0/+6
* Just a forward pointerwrowe2000-12-121-0/+5
* Only support IPv6 if getaddrinfo() exists, because that is thetrawick2000-12-121-0/+3
* Add apr_parse_addr_port() for parsing the hostname:port portion oftrawick2000-12-071-0/+2
* Implement Win32 MMAP support.wrowe2000-12-071-0/+3
* Allow APR programmers to determine if an MMAP is read-only or if it shouldrbb2000-12-071-0/+4
* Check more carefully for getaddrinfo(). Accept those thattrawick2000-12-051-0/+4
* Add apr_make_os_sock() for constructing a fully-capable APRtrawick2000-12-041-0/+3
* MPMs that require multiple segments of shared memory now just use tworbb2000-12-021-0/+5
* Add APR_SIZE_T_FMT to help work around the fact that apr_size_t/trawick2000-12-011-0/+3
* Get rid of apr_get_socket_inaddr(), apr_get_remote_name(), andtrawick2000-12-011-0/+3
* New config variable apr_process_lock_is_global specifies that the selectedtrawick2000-12-011-1/+5
* Remove some left overs from a merge.rbb2000-12-011-1/+0
* Stop generating the exports file with a make target, instead just do itrbb2000-12-011-1/+1
* Add a CHANGES log and make sure that apr.exports is removed whenrbb2000-12-011-0/+7
* Lock config changes:trawick2000-11-301-0/+6