summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* Note this (substantial) behavior change.William A. Rowe Jr2007-08-281-0/+6
* Note the change to utf8 encodingWilliam A. Rowe Jr2007-08-281-1/+2
* Fix people-name encodingWilliam A. Rowe Jr2007-08-271-18/+21
* Add table cloning (deep copy) convenience function named apr_table_clone().Davi Arnaut2007-06-301-0/+3
* Sync up changes of the win32 CV code.Davi Arnaut2007-06-291-0/+8
* Define SEM_FAILED if it isn't already defined, as the proc mutexDavi Arnaut2007-06-291-0/+5
* Sync up changes of r550877Davi Arnaut2007-06-261-0/+4
* NotesWilliam A. Rowe Jr2007-06-041-1/+12
* Synch with 1.2.x branch.Joe Orton2007-05-251-7/+0
* Discard file buffers when running cleanups for exec.Bojan Smojver2007-05-151-0/+3
* Improve thread safety of assorted file_io functions.Bojan Smojver2007-05-121-0/+3
* Fix credits for apr_file_gets() deadlockBojan Smojver2007-04-181-1/+1
* Clarify impact of the apr_file_gets deadlock.Joe Orton2007-04-021-1/+2
* Fix locking bug with apr_file_read()/apr_file_gets()Bojan Smojver2007-03-311-0/+2
* Add the apr_pollcb API.Paul Querna2007-02-191-0/+3
* * memory/unix/apr_pools.c (apr_pool_initialize): Fix possible crashJoe Orton2007-01-071-0/+4
* * network_io/unix/multicast.c (find_if_index): Fix build ifJoe Orton2007-01-071-0/+3
* Backout R434327, R437115, which...William A. Rowe Jr2006-11-221-4/+0
* Correctly retrieve 'empty' environment values with apr_env_getWilliam A. Rowe Jr2006-11-061-0/+5
* Portably check for EEXIST in the mktemp code.Garrett Rooney2006-10-261-0/+2
* Fixes for the implementation, documentation and test case forJoe Orton2006-10-251-0/+4
* Fix bug in pollset creation error checking.Garrett Rooney2006-10-091-5/+3
* Fix error checking in epoll version of apr_pollset_create.Garrett Rooney2006-10-091-1/+4
* Fix PR 40662.Garrett Rooney2006-10-031-0/+3
* Document the variant of globbing implemented by apr_fnmatch.Garrett Rooney2006-09-181-0/+3
* Add an apr_hash_clear() API for clearing the contents of existing hashGarrett Rooney2006-09-121-0/+1
* Don't try to build apr_app.c on MinGW.Garrett Rooney2006-09-121-0/+3
* Fix the conversion of the timeout paremeter into a timespce for the kqueue po...Paul Querna2006-09-021-0/+3
* Implement apr_threadkey_private destructors on WIN32Mladen Turk2006-08-241-0/+4
* It compiles, links, and the test cases (mostly) pass. Ship it!Justin Erenkrantz2006-07-141-0/+2
* Implement apr_thread_yield on Unix in terms of pthread_yield or sched_yield.Garrett Rooney2006-06-301-0/+3
* Provide folding in autogenerated .manifest files for Win32 buildersWilliam A. Rowe Jr2006-06-211-0/+3
* Implement apr_atomics using Solaris' native atomic API.Colm MacCarthaigh2006-06-131-0/+3
* Make apr_socket_recvfrom set the port in the from sockaddr.Garrett Rooney2006-04-271-0/+3
* Synch with 1.2.x branch.Joe Orton2006-04-101-9/+18
* * threadproc/unix/signals.c (apr_signal, avoid_zombies): Use theJoe Orton2006-04-051-0/+3
* Note one of interest to several reporters.William A. Rowe Jr2006-03-221-0/+6
* Fix a longstanding missunderstanding in our kqueue pollset code. It turnsGarrett Rooney2006-03-151-0/+4
* * locks/unix/proc_mutex.c (proc_mutex_no_tryacquire): RemovedJoe Orton2006-03-131-0/+3
* On trunk, move CHANGES items that have been backported to 1.2.x down intoMax Oliver Bowsher2006-03-071-33/+33
* Copy CHANGES entries present in 1.2.x but not in trunk into trunk.Max Oliver Bowsher2006-03-071-0/+8
* * CHANGES: Note the apr_file_t filePtr change.Garrett Rooney2006-02-081-0/+4
* Fix bug #38438, seeks are broken for files opened for append in xthreadGarrett Rooney2006-01-301-0/+3
* Keep testpipe.c from hanging on win32. Because of the way win32 pipesGarrett Rooney2006-01-221-0/+2
* Fix an assert that occurs when you destroy a rwlock on win32 and later clearGarrett Rooney2006-01-221-0/+3
* Document the change for users.Colm MacCarthaigh2005-12-151-0/+3
* Remove /usr/local/apache2 from the paths the APR_FIND_APR[R|U] macros searchColm MacCarthaigh2005-12-131-0/+3
* Remove some at symbols; I'm tired of getting spam.Colm MacCarthaigh2005-12-131-16/+16
* Clean up the documentation surrounding the APR_INCOMPLETE status code,Garrett Rooney2005-12-131-0/+5
* Cause apr_file_write_full on win32 to consider the timeout value set by William A. Rowe Jr2005-12-101-3/+5