summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_40(no author)2002-08-093-259/+0
* OS/2: Add APR_ENOTIMPL stubs for apr_pollset_*() functions so that we canbjh2002-08-092-0/+105
* In apr_signal_thread() remove synchronous signals from the masktrawick2002-08-082-0/+8
* Changed apr_poll_socket_remove() and apr_poll() to avoidbrianp2002-08-072-3/+28
* Fixed a comment to accurately reflect what the "clear" function doesbrianp2002-08-061-1/+1
* Solve the elusive .pdf failure on Win32.wrowe2002-08-061-14/+17
* Added more detailed checking of the apr_pollset_poll resultsbrianp2002-08-061-3/+18
* Set the result array in the select-based version of apr_pollset_poll()brianp2002-08-061-0/+1
* Rollback the API change to NXFileRangeLock() and NXFileRangeUnlock()bnicholes2002-08-051-10/+0
* Added apr_reslist to the NetWare build projectbnicholes2002-08-052-0/+1
* Fix buggy substitutionmartin2002-08-051-2/+2
* Docs are always good, especially when it's this obscure.wrowe2002-08-041-0/+3
* Time in exact ms intervals can be very useful in benchmarking... thiswrowe2002-08-043-0/+34
* c is the valid first digit, must use it for the first iterationwrowe2002-08-041-2/+3
* One more update to the pollset API before we start using itbrianp2002-08-043-3/+7
* fix an uninitialized variablebrianp2002-08-041-0/+1
* Remove unnecessary brackets and replace "-a" throughsascha2002-08-041-1/+1
* apr_get_netos_error() must be implemented on all platforms. Aren'twrowe2002-08-042-5/+11
* Roll-our-own apr_strtoi64 [based on the bsd, factoring out the div/modwrowe2002-08-032-6/+137
* Get strtoq detection working.wrowe2002-08-031-2/+2
* Change config.nice generation to always expand variables.jerenkrantz2002-08-032-0/+4
* Fix two problems... if this pid/off are longlongs, WTF aren't we followingwrowe2002-08-031-2/+8
* Clarify the comment and remove the evil tabwrowe2002-08-031-1/+2
* Out of time and at the end of my config-foo. This should get us thewrowe2002-08-035-7/+30
* Step one, rename from the meaningless 'll' to 'i64'.wrowe2002-08-033-7/+12
* On systems without poll, limit apr_pollset's capacity tobrianp2002-08-032-1/+7
* Test apr_poll() with larger numbers of descriptorsbrianp2002-08-021-1/+20
* NetWare can't handle mixed descriptor sets. Added code to make sure thatbnicholes2002-08-021-4/+55
* Introducing a new API for resolving the file name to diskbnicholes2002-08-021-3/+11
* fix a compile break on stock FreeBSD 3.4 (gcc 2.7.2.3)trawick2002-08-021-1/+1
* Features, not platforms, correct?wrowe2002-08-023-6/+14
* Cleanup the last emit ... one final fd-as-socket problem.wrowe2002-08-021-0/+4
* Added a "client data" void* to the poll API so that an appbrianp2002-08-021-0/+4
* We safely ignore palloc failures [we can segv in the allocator].wrowe2002-08-021-0/+8
* use apr_os_sock_t for socket descriptor variablesbrianp2002-08-021-26/+7
* Remove the memory leak from the apr_poll implementation. On all systems,rbb2002-08-023-10/+29
* hard to belive that english is my natural languageianh2002-08-021-1/+2
* fix the 'elseif' style by adding some curly braketsianh2002-08-021-17/+27
* check for null in getoptianh2002-08-021-0/+3
* The documentation within include/apr_getopt.h says that the nameianh2002-08-021-4/+6
* de-tab this suckerianh2002-08-021-79/+79
* more win32 socket descriptor signedness fixesbrianp2002-08-021-5/+5
* More test cases and error diagnosticsbrianp2002-08-021-13/+26
* One more fix for socket/file incompatibility on win32brianp2002-08-021-1/+5
* Avoid trying to turn file handles into sockets on win32 (wherebrianp2002-08-021-2/+14
* c/unsigned int/SOCKET/ for win32ianh2002-08-021-0/+20
* UuidCreate demanded yet another .libwrowe2002-08-021-1/+1
* Remove some assumptions about file descriptors being integersbrianp2002-08-021-21/+27
* Added select-based pollset implementation for systems without pollbrianp2002-08-012-4/+138
* Added general-purpose pollset API to handle arbitrarily largebrianp2002-08-013-4/+228