summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a test for a timeout, but with a socket recently read from inside the pol...pollcb-devPaul Querna2006-03-311-0/+28
* Add a new timeout testcase, which makes sure that with no sockets inside the ...Paul Querna2006-03-311-0/+13
* Add a simple Callback testcase, to make sure it kind-of-works. YMMV :)Paul Querna2006-03-311-0/+41
* Add a first revision of the Pollset Callback API.Paul Querna2006-03-313-0/+155
* Create a development branch for the new apr_pollcb API.Paul Querna2006-03-310-0/+0
* Part three of the read_with_timeout refactoring.William A. Rowe Jr2006-03-231-29/+35
* Fix with additional notes for older PSDK winbase.h headers.William A. Rowe Jr2006-03-231-3/+4
* Minor typo fix to previous commit.William A. Rowe Jr2006-03-231-1/+1
* Part 2 of the necessary read_with_timeout() fixes. Catch theWilliam A. Rowe Jr2006-03-231-1/+1
* Part 1 of many read_with_timeout logic fixes. Stop polluting oneWilliam A. Rowe Jr2006-03-231-12/+12
* The original value before seek() certainly could be at the upper boundsWilliam A. Rowe Jr2006-03-231-2/+9
* * test/testsockets.cGarrett Rooney2006-03-221-0/+5
* Note one of interest to several reporters.William A. Rowe Jr2006-03-221-0/+6
* A few more useful things to avoid cr/lf'ingWilliam A. Rowe Jr2006-03-221-3/+3
* Mac OS X, why do you hate kqueue so much?Garrett Rooney2006-03-211-11/+4
* Close a kernel layer segfault when the user attempts to lockWilliam A. Rowe Jr2006-03-181-1/+2
* * build/apr_hints.m4: Reenable kqueue on current versions of Mac OS X,Garrett Rooney2006-03-151-2/+12
* Fix a longstanding missunderstanding in our kqueue pollset code. It turnsGarrett Rooney2006-03-153-6/+25
* Refactor the win32 apr_file_gets logic to close a newly William A. Rowe Jr2006-03-131-8/+7
* Distinguish rc from rv (DWORD v.s. apr_status_t) - a 64bit-ism.William A. Rowe Jr2006-03-131-6/+5
* Similar to the patches for unix/netware/os - percolate theWilliam A. Rowe Jr2006-03-134-2/+12
* There are -so- many reasons this code -could- fail, and anyWilliam A. Rowe Jr2006-03-131-3/+2
* * locks/unix/proc_mutex.c (proc_mutex_no_tryacquire): RemovedJoe Orton2006-03-132-12/+102
* fix compile break on systems like AIX 4.3.3 whichJeff Trawick2006-03-111-1/+1
* Identify a mutex unprotected flush on netwareWilliam A. Rowe Jr2006-03-101-0/+1
* Identify several mutex-unprotected flushesWilliam A. Rowe Jr2006-03-103-0/+3
* Identify - one 2Xtransformed error result, several missing mutex sectionsWilliam A. Rowe Jr2006-03-104-2/+8
* One more evolution of the uuid header detection code.William A. Rowe Jr2006-03-102-17/+17
* Restyle this code, slightly, to avoid code-not-reached warnings fromWilliam A. Rowe Jr2006-03-101-4/+4
* * configure.in: Set LT_NO_INSTALL to -no-install on all platforms butJoe Orton2006-03-102-3/+13
* * memory/unix/apr_pools.c (apr_pool_create_ex): Revert previousJoe Orton2006-03-101-1/+5
* Throw away a horrible change; each time we layer on more garbage to libtoolWilliam A. Rowe Jr2006-03-101-3/+3
* * memory/unix/apr_pools.c (apr_pool_create_ex): Remove a redundantJoe Orton2006-03-091-1/+1
* 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
* * build/MakeEtags: Convert to be useful for APR and APR-util as well as HTTPD.Max Oliver Bowsher2006-03-031-5/+7
* Fix a typo caught by maxbWilliam A. Rowe Jr2006-03-021-1/+1
* The second half of the last commit. Follow the only API we foundWilliam A. Rowe Jr2006-03-021-1/+5
* Address bug 37999 and other exceptions to the existing uuid detection code;William A. Rowe Jr2006-03-022-5/+57
* After a bit of discussion on list, it seems this flag's behaviorWilliam A. Rowe Jr2006-03-021-1/+5
* Revert 239927 and simplify a much more basic optimizationWilliam A. Rowe Jr2006-03-011-12/+11
* Close bug 38801; add optimization but test the slash delimit forWilliam A. Rowe Jr2006-03-011-9/+10
* * test/testnames.c (root_from_cwd_and_back): Fix segfault onJoe Orton2006-03-011-1/+1
* Usse a future-proof configure check for the robust mutex support:Joe Orton2006-03-013-11/+41
* Proveup: Bug 38801 reported by <kevin_wise motorola.com>William A. Rowe Jr2006-03-011-0/+33
* This patch needs additional pairs of eyeballs before consideringWilliam A. Rowe Jr2006-03-011-5/+10
* Quiet the only warning in apr build on Studio 2005, /GX deprecated.William A. Rowe Jr2006-03-017-12/+24
* Undo dangerous, potentially lethal casts.William A. Rowe Jr2006-03-011-3/+3
* Several readwrite fixes require this code to become legible,William A. Rowe Jr2006-02-281-14/+19
* * configure.in: Remove bogus check to test whether definingJoe Orton2006-02-232-19/+10