| Commit message (Expand) | Author | Age | Files | Lines |
* | Note this (substantial) behavior change. | William A. Rowe Jr | 2007-08-28 | 1 | -0/+6 |
* | Note the change to utf8 encoding | William A. Rowe Jr | 2007-08-28 | 1 | -1/+2 |
* | Fix people-name encoding | William A. Rowe Jr | 2007-08-27 | 1 | -18/+21 |
* | Add table cloning (deep copy) convenience function named apr_table_clone(). | Davi Arnaut | 2007-06-30 | 1 | -0/+3 |
* | Sync up changes of the win32 CV code. | Davi Arnaut | 2007-06-29 | 1 | -0/+8 |
* | Define SEM_FAILED if it isn't already defined, as the proc mutex | Davi Arnaut | 2007-06-29 | 1 | -0/+5 |
* | Sync up changes of r550877 | Davi Arnaut | 2007-06-26 | 1 | -0/+4 |
* | Notes | William A. Rowe Jr | 2007-06-04 | 1 | -1/+12 |
* | Synch with 1.2.x branch. | Joe Orton | 2007-05-25 | 1 | -7/+0 |
* | Discard file buffers when running cleanups for exec. | Bojan Smojver | 2007-05-15 | 1 | -0/+3 |
* | Improve thread safety of assorted file_io functions. | Bojan Smojver | 2007-05-12 | 1 | -0/+3 |
* | Fix credits for apr_file_gets() deadlock | Bojan Smojver | 2007-04-18 | 1 | -1/+1 |
* | Clarify impact of the apr_file_gets deadlock. | Joe Orton | 2007-04-02 | 1 | -1/+2 |
* | Fix locking bug with apr_file_read()/apr_file_gets() | Bojan Smojver | 2007-03-31 | 1 | -0/+2 |
* | Add the apr_pollcb API. | Paul Querna | 2007-02-19 | 1 | -0/+3 |
* | * memory/unix/apr_pools.c (apr_pool_initialize): Fix possible crash | Joe Orton | 2007-01-07 | 1 | -0/+4 |
* | * network_io/unix/multicast.c (find_if_index): Fix build if | Joe Orton | 2007-01-07 | 1 | -0/+3 |
* | Backout R434327, R437115, which... | William A. Rowe Jr | 2006-11-22 | 1 | -4/+0 |
* | Correctly retrieve 'empty' environment values with apr_env_get | William A. Rowe Jr | 2006-11-06 | 1 | -0/+5 |
* | Portably check for EEXIST in the mktemp code. | Garrett Rooney | 2006-10-26 | 1 | -0/+2 |
* | Fixes for the implementation, documentation and test case for | Joe Orton | 2006-10-25 | 1 | -0/+4 |
* | Fix bug in pollset creation error checking. | Garrett Rooney | 2006-10-09 | 1 | -5/+3 |
* | Fix error checking in epoll version of apr_pollset_create. | Garrett Rooney | 2006-10-09 | 1 | -1/+4 |
* | Fix PR 40662. | Garrett Rooney | 2006-10-03 | 1 | -0/+3 |
* | Document the variant of globbing implemented by apr_fnmatch. | Garrett Rooney | 2006-09-18 | 1 | -0/+3 |
* | Add an apr_hash_clear() API for clearing the contents of existing hash | Garrett Rooney | 2006-09-12 | 1 | -0/+1 |
* | Don't try to build apr_app.c on MinGW. | Garrett Rooney | 2006-09-12 | 1 | -0/+3 |
* | Fix the conversion of the timeout paremeter into a timespce for the kqueue po... | Paul Querna | 2006-09-02 | 1 | -0/+3 |
* | Implement apr_threadkey_private destructors on WIN32 | Mladen Turk | 2006-08-24 | 1 | -0/+4 |
* | It compiles, links, and the test cases (mostly) pass. Ship it! | Justin Erenkrantz | 2006-07-14 | 1 | -0/+2 |
* | Implement apr_thread_yield on Unix in terms of pthread_yield or sched_yield. | Garrett Rooney | 2006-06-30 | 1 | -0/+3 |
* | Provide folding in autogenerated .manifest files for Win32 builders | William A. Rowe Jr | 2006-06-21 | 1 | -0/+3 |
* | Implement apr_atomics using Solaris' native atomic API. | Colm MacCarthaigh | 2006-06-13 | 1 | -0/+3 |
* | Make apr_socket_recvfrom set the port in the from sockaddr. | Garrett Rooney | 2006-04-27 | 1 | -0/+3 |
* | Synch with 1.2.x branch. | Joe Orton | 2006-04-10 | 1 | -9/+18 |
* | * threadproc/unix/signals.c (apr_signal, avoid_zombies): Use the | Joe Orton | 2006-04-05 | 1 | -0/+3 |
* | Note one of interest to several reporters. | William A. Rowe Jr | 2006-03-22 | 1 | -0/+6 |
* | Fix a longstanding missunderstanding in our kqueue pollset code. It turns | Garrett Rooney | 2006-03-15 | 1 | -0/+4 |
* | * locks/unix/proc_mutex.c (proc_mutex_no_tryacquire): Removed | Joe Orton | 2006-03-13 | 1 | -0/+3 |
* | On trunk, move CHANGES items that have been backported to 1.2.x down into | Max Oliver Bowsher | 2006-03-07 | 1 | -33/+33 |
* | Copy CHANGES entries present in 1.2.x but not in trunk into trunk. | Max Oliver Bowsher | 2006-03-07 | 1 | -0/+8 |
* | * CHANGES: Note the apr_file_t filePtr change. | Garrett Rooney | 2006-02-08 | 1 | -0/+4 |
* | Fix bug #38438, seeks are broken for files opened for append in xthread | Garrett Rooney | 2006-01-30 | 1 | -0/+3 |
* | Keep testpipe.c from hanging on win32. Because of the way win32 pipes | Garrett Rooney | 2006-01-22 | 1 | -0/+2 |
* | Fix an assert that occurs when you destroy a rwlock on win32 and later clear | Garrett Rooney | 2006-01-22 | 1 | -0/+3 |
* | Document the change for users. | Colm MacCarthaigh | 2005-12-15 | 1 | -0/+3 |
* | Remove /usr/local/apache2 from the paths the APR_FIND_APR[R|U] macros search | Colm MacCarthaigh | 2005-12-13 | 1 | -0/+3 |
* | Remove some at symbols; I'm tired of getting spam. | Colm MacCarthaigh | 2005-12-13 | 1 | -16/+16 |
* | Clean up the documentation surrounding the APR_INCOMPLETE status code, | Garrett Rooney | 2005-12-13 | 1 | -0/+5 |
* | Cause apr_file_write_full on win32 to consider the timeout value set by | William A. Rowe Jr | 2005-12-10 | 1 | -3/+5 |