summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the apr_proc_create for win32. In order to do so, this patchwrowe2001-09-091-5/+13
* Add the new thread read/write API to APR. This doesn't change anyrbb2001-09-081-0/+6
* On platforms where neither HAVE_GMTOFF nor HAVE___OFFSET is defined,jerenkrantz2001-08-311-0/+4
* It's warm tonight in the midwestwrowe2001-08-301-0/+2
* fix a problem with buffered files on unix which was exposedtrawick2001-08-291-0/+2
* Error codes from getaddrinfo() need their own range within thetrawick2001-08-291-0/+2
* Add an apr_thread_once function to allow a program to make sure thatrbb2001-08-271-0/+5
* APR is now Doxygen'edianh2001-08-241-0/+2
* Thanks for the help, Cliff :-)wrowe2001-08-241-0/+2
* at least apr_ungetc() appears to work on Unix :)trawick2001-08-241-0/+3
* i didnt make this change (and sure didnt choose the new name! :)dougm2001-08-191-1/+1
* Rename XtOffset to APR_XtOffset. This namespace protectionrbb2001-08-191-0/+4
* Introduce a new --disable-ipv6 option to disable IPv6 support.trawick2001-08-171-0/+4
* Fix the new shared memory code. We need to pass a pointer torbb2001-08-141-0/+4
* Fix the new shared memory configure script. The APR_DECIDErbb2001-08-141-0/+8
* Move the necessary shared memory code from MM into APR and remove ourjerenkrantz2001-08-131-0/+4
* Get apr_file_lock and apr_file_unlock working on Win9x. Not tested.stoddard2001-08-131-0/+2