summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a test for a timeout, but with a socket recently read from inside the pol...pollcb-devpquerna2006-03-311-0/+28
* Add a new timeout testcase, which makes sure that with no sockets inside the ...pquerna2006-03-311-0/+13
* Add a simple Callback testcase, to make sure it kind-of-works. YMMV :)pquerna2006-03-311-0/+41
* Add a first revision of the Pollset Callback API.pquerna2006-03-313-0/+155
* Create a development branch for the new apr_pollcb API.pquerna2006-03-310-0/+0
* Part three of the read_with_timeout refactoring.wrowe2006-03-231-29/+35
* Fix with additional notes for older PSDK winbase.h headers.wrowe2006-03-231-3/+4
* Minor typo fix to previous commit.wrowe2006-03-231-1/+1
* Part 2 of the necessary read_with_timeout() fixes. Catch thewrowe2006-03-231-1/+1
* Part 1 of many read_with_timeout logic fixes. Stop polluting onewrowe2006-03-231-12/+12
* The original value before seek() certainly could be at the upper boundswrowe2006-03-231-2/+9
* * test/testsockets.crooneg2006-03-221-0/+5
* Note one of interest to several reporters.wrowe2006-03-221-0/+6
* A few more useful things to avoid cr/lf'ingwrowe2006-03-221-3/+3
* Mac OS X, why do you hate kqueue so much?rooneg2006-03-211-11/+4
* Close a kernel layer segfault when the user attempts to lockwrowe2006-03-181-1/+2
* * build/apr_hints.m4: Reenable kqueue on current versions of Mac OS X,rooneg2006-03-151-2/+12
* Fix a longstanding missunderstanding in our kqueue pollset code. It turnsrooneg2006-03-153-6/+25
* Refactor the win32 apr_file_gets logic to close a newly wrowe2006-03-131-8/+7
* Distinguish rc from rv (DWORD v.s. apr_status_t) - a 64bit-ism.wrowe2006-03-131-6/+5
* Similar to the patches for unix/netware/os - percolate thewrowe2006-03-134-2/+12
* There are -so- many reasons this code -could- fail, and anywrowe2006-03-131-3/+2
* * locks/unix/proc_mutex.c (proc_mutex_no_tryacquire): Removedjorton2006-03-132-12/+102
* fix compile break on systems like AIX 4.3.3 whichtrawick2006-03-111-1/+1
* Identify a mutex unprotected flush on netwarewrowe2006-03-101-0/+1
* Identify several mutex-unprotected flusheswrowe2006-03-103-0/+3
* Identify - one 2Xtransformed error result, several missing mutex sectionswrowe2006-03-104-2/+8
* One more evolution of the uuid header detection code.wrowe2006-03-102-17/+17
* Restyle this code, slightly, to avoid code-not-reached warnings fromwrowe2006-03-101-4/+4
* * configure.in: Set LT_NO_INSTALL to -no-install on all platforms butjorton2006-03-102-3/+13
* * memory/unix/apr_pools.c (apr_pool_create_ex): Revert previousjorton2006-03-101-1/+5
* Throw away a horrible change; each time we layer on more garbage to libtoolwrowe2006-03-101-3/+3
* * memory/unix/apr_pools.c (apr_pool_create_ex): Remove a redundantjorton2006-03-091-1/+1
* On trunk, move CHANGES items that have been backported to 1.2.x down intomaxb2006-03-071-33/+33
* Copy CHANGES entries present in 1.2.x but not in trunk into trunk.maxb2006-03-071-0/+8
* * build/MakeEtags: Convert to be useful for APR and APR-util as well as HTTPD.maxb2006-03-031-5/+7
* Fix a typo caught by maxbwrowe2006-03-021-1/+1
* The second half of the last commit. Follow the only API we foundwrowe2006-03-021-1/+5
* Address bug 37999 and other exceptions to the existing uuid detection code;wrowe2006-03-022-5/+57
* After a bit of discussion on list, it seems this flag's behaviorwrowe2006-03-021-1/+5
* Revert 239927 and simplify a much more basic optimizationwrowe2006-03-011-12/+11
* Close bug 38801; add optimization but test the slash delimit forwrowe2006-03-011-9/+10
* * test/testnames.c (root_from_cwd_and_back): Fix segfault onjorton2006-03-011-1/+1
* Usse a future-proof configure check for the robust mutex support:jorton2006-03-013-11/+41
* Proveup: Bug 38801 reported by <kevin_wise motorola.com>wrowe2006-03-011-0/+33
* This patch needs additional pairs of eyeballs before consideringwrowe2006-03-011-5/+10
* Quiet the only warning in apr build on Studio 2005, /GX deprecated.wrowe2006-03-017-12/+24
* Undo dangerous, potentially lethal casts.wrowe2006-03-011-3/+3
* Several readwrite fixes require this code to become legible,wrowe2006-02-281-14/+19
* * configure.in: Remove bogus check to test whether definingjorton2006-02-232-19/+10