summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add apr_pool_owner_set function to allow use of pool debugging with threadssf2013-03-237-4/+47
* change pool debugging messages to be uniquesf2013-03-231-3/+3
* fix warning: parameter 'flags' set but not usedsf2013-03-231-3/+0
* fix warning: comparison of distinct pointer types lacks a castsf2013-03-221-2/+4
* remove ignored rvtrawick2013-03-141-2/+1
* Fix detection of O_NONBLOCK inheritance.rjung2013-02-251-0/+31
* Add testcases for extended crypt algorithmssf2013-02-231-0/+36
* Fix password validation failure for all cryptrjung2013-02-231-13/+12
* Update config.guess and config.sub fromrjung2013-02-062-54/+50
* fix memory leakgregames2013-02-021-1/+10
* Don't corrupt the bucket allocator in out-of-mem situationsf2013-01-261-0/+1
* Minor fixes to quiet valgrind warningssf2013-01-262-2/+2
* Only fill in apr_sockaddr_vars_set if we have valid datasf2013-01-261-1/+8
* Add valgrind supportsf2013-01-265-22/+177
* Don't leak memnodes in apr_pvsprintf() if out of memory and no pool abortsf2013-01-261-13/+13
* no functional change, just flesh out the commentgregames2013-01-231-1/+1
* initialize flags fields to avoid JRAsyncAuthErrgregames2013-01-221-1/+4
* * don't just initialize cancel_a, use it for the asyncio AIO_CANCEL callgregames2013-01-211-1/+2
* Revert r789061, r758414, and r758398 which are leftovers of the palloc usessf2013-01-191-8/+28
* apr_pollset_remove: use a separate aiocb pointing to the original for cancell...gregames2013-01-181-1/+3
* * create/set new state ASIO_COMPLETE to track when async i/o is completegregames2013-01-171-13/+28
* change asyncio to take a struct aiocb input arggregames2013-01-171-7/+7
* rename state to ASIO_REMOVED to match the name of the apr_pollset_remove API ...gregames2013-01-171-4/+4
* no functional change, whitespace only. remove trailing blanksgregames2013-01-171-65/+65
* give John Brooks credit for his design, but don't feed hisgregames2013-01-081-1/+2
* Fix docs for apr_queue_trypopsf2012-12-281-1/+1
* Fixup r1422413 so that memset is used on non-glibc platformssf2012-12-281-5/+10
* doc fixessf2012-12-222-6/+6
* Split glibc version detection in two #if directives.sf2012-12-151-1/+4
* * random/unix/sha2.c (apr__SHA256_Final): Avoid C pointer aliasingjorton2012-12-111-1/+8
* * random/unix/: Remove unused SHA-384/SHA-512 implementations.jorton2012-12-112-508/+2
* Fix top_builddir in installed apr_rules.mk.rjung2012-11-211-1/+1
* apr_socket_accept_filter: Return success when trying to again set the filtertrawick2012-11-071-2/+19
* Make sure we abort, even if the abortfunc returnssf2012-11-061-2/+1
* * network_io/unix/sockaddr.c (apr_ipsubnet_test): Fix false positivejorton2012-11-053-2/+6
* apr_socket_accept_filter(): The 2nd and 3rd arguments are now trawick2012-11-033-4/+7
* If out of mem, abort instead of crashing. Use the pool's abort functionsf2012-10-271-4/+7
* Make apr_brigade_(v)putstrs more efficient by using apr_brigade_writevsf2012-10-272-4/+41
* remove another entry that is already included in a releasesf2012-10-271-2/+0
* remove a few entries that already have been included in a apr/apr-util releasesf2012-10-271-17/+0
* Fix potential data corruption in apr_brigade_write() and friends ifsf2012-10-273-3/+34
* Remove duplicated logic in apr_brigade_puts().sf2012-10-272-23/+4
* Document that some string functions check that the input string is not NULLsf2012-10-271-4/+4
* Fix Linux 3.x detectionsf2012-10-191-9/+1
* apr_crypto: Add a native CommonCrypto implementation for iOS and OSXminfrin2012-10-0511-42/+1286
* Revert r1390526; ttl is in microsecondstrawick2012-09-271-1/+1
* Longer term Darwin/OSX solution... Assume Darwin 1?.*jim2012-09-261-1/+1
* apr_memcache_server_create(): Fix handling of the ttl parameter.trawick2012-09-261-1/+1
* Fix dead server retry logic.trawick2012-09-261-1/+1
* memcache test: log a message in verbose mode if memcached isn't runningtrawick2012-09-261-2/+7