summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* Add support for EGD-compatible entropy gatherers (such as EGD or PRNGd).jerenkrantz2002-01-081-0/+3
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-291-0/+5
* nonshowstoppers--aaron2001-12-271-0/+5
* Add apr_sockaddr_equal() for comparing APR sockaddrs.trawick2001-12-261-0/+4
* Win32: apr_sendfile() should return APR_ENOTIMPL if oslevel < WINNTstoddard2001-12-201-0/+2
* Put new pools code in place which allows applications tostriker2001-12-141-0/+6
* apr-config is a shell script modeled after glib-config et al that allowsjerenkrantz2001-12-121-0/+6
* fix segv in apr_table_overlapianh2001-12-091-0/+2
* optimize the apr_array_copy call by remvoing the zero fillianh2001-12-081-0/+2
* don't try to use getaddrinfo() on systems without gai_strerror()trawick2001-12-071-0/+3
* Fix a problem in Unix apr_file_dup() which caused 0 to be returnedtrawick2001-12-061-0/+3
* Fix a buglet that caused APR_FILE_BASED_SHM to be set inadvertentlytrawick2001-11-261-0/+4
* Canonicalize the formatting of these entries.jwoolley2001-11-261-10/+9
* Um, Brain? :)jwoolley2001-11-261-4/+4
* Speed up table operations.ianh2001-11-261-0/+4
* Speed up apr_pool_userdata_set[n] by letting apr_hash_set/get figure out theianh2001-11-231-0/+4
* New APR function apr_mmap_dup.ianh2001-11-211-0/+5
* Tweak apr_gethostname() so that it detects truncation of thetrawick2001-11-201-0/+3
* Update *ressym on success in the Darwin DSO load path.jerenkrantz2001-11-201-0/+2
* Fix apr_setup_signal_thread() to grab the right error code fromtrawick2001-11-161-0/+4
* Fix the Unix HAVE_POLL flavor of apr_poll_socket_mask() so thattrawick2001-11-131-3/+7
* Fix apr_setup_signal_thread() so that threads don't blocktrawick2001-11-121-2/+8
* Argh.. water damage all over our new building ;(ianh2001-11-121-0/+4
* Use strerror_r() where available, since strerror() isn't alwaystrawick2001-11-121-0/+4
* Fix some file cleanup problems in apr_proc_create() which couldtrawick2001-11-111-1/+5
* Add 2 new hash functions.ianh2001-11-091-0/+4
* Introduce the apr_pool_userdata_setn() variant that doesn't strdup the key.wrowe2001-10-291-0/+4
* Fix the reporting for child processes that die. This removesrbb2001-10-231-0/+5
* Come on Aaron, you can think of a better commit log message than this!aaron2001-10-191-0/+4
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byaaron2001-10-171-0/+6
* read_with_timeout in apr/file_io/win32/readwrite.c incorrectlytrawick2001-10-161-0/+6
* The pipe creation code used by mod_cgi in Apache 2.0trawick2001-10-161-0/+6
* Add support for QNX 6.trawick2001-10-161-0/+2
* Almost forgot this...aaron2001-10-161-0/+6
* Added the cond_timedwait function (and a new test for it as well).aaron2001-10-121-0/+3
* Many fixes to apr_file_mktemp when !HAVE_MKSTEMP to (a) make it workjwoolley2001-10-061-0/+3
* Fix a segfault in apr_poll_clear on Unix. Also fix the logicrbb2001-10-021-0/+4
* Even though it's not unusual for temporary files to be unlinked as soon asjwoolley2001-10-011-0/+5
* Fix a potential segfault on Unix when apr_file_close() is called and thejwoolley2001-10-011-0/+5
* Introduce apr_pool_lock for debugging, in combination withwrowe2001-09-281-0/+5
* optimize apr_pstrcat by storing the lengths of the first 6 stringsianh2001-09-281-0/+3
* Add pool accessors to the apr_thread_mutex_t datatype.rbb2001-09-261-0/+3
* Add the apr_file_mktemp function. This creates and opens arbb2001-09-241-0/+5
* Simplify apr_proc_wait_all_procs and consolidate apr_proc_wait.jerenkrantz2001-09-211-0/+5
* Add a test for the new process mutex, and a CHANGES entry about therbb2001-09-191-0/+2
* Add my name to this CHANGES entryrbb2001-09-191-1/+1
* Forgot this CHANGES entry.rbb2001-09-181-0/+2
* Add condition variables to the APR set of locking functions.rbb2001-09-131-0/+4
* Don't search for IPv6 names in apr_sockaddr_info_get() if thetrawick2001-09-121-1/+6
* Undo comments lost in my update (!?!)wrowe2001-09-091-1/+7