summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert ap_poll() to use microseconds instead of seconds fortrawick2000-04-166-45/+51
* Include ctype.h (if we have it) to avoid compile warning.trawick2000-04-161-0/+3
* Here's my first stab at getting mod_auth_digest working under 2.0stoddard2000-04-158-1/+213
* Win32:stoddard2000-04-154-4/+30
* Add some missing file lock initialization. This should havetrawick2000-04-152-0/+9
* Avoid some compiler warnings (two of which indicated logictrawick2000-04-151-0/+3
* ap_set_pipe_timeout() now takes microseconds instead of seconds;trawick2000-04-1510-15/+26
* another lost consttrawick2000-04-151-1/+1
* Restore the space that someone just ate.fielding2000-04-151-52/+52
* replace some of the consts lost during overlappingtrawick2000-04-144-6/+9
* Add buffered I/O back into APR's file I/O on unix. This code comes fromrbb2000-04-147-68/+258
* Get Windows compiling after the ap_context_t --> ap_pool_t changestoddard2000-04-147-20/+8
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-14152-685/+896
* Win32: Update VC++ project files to remove threadcancel.cstoddard2000-04-145-84/+31
* silly cleanup for APR test pgms to avoid compile warnings andtrawick2000-04-145-6/+12
* Avoid signed/unsigned comparison warningsmartin2000-04-141-4/+4
* Adapt to ReliantUNIX conventionmartin2000-04-141-2/+2
* Remove unused variablesmartin2000-04-141-4/+2
* Add forgotten curly bracesmartin2000-04-141-0/+4
* more namespace cleanupdgaudet2000-04-148-15/+5
* this was including mm_test.o in the library, which happens to definedgaudet2000-04-141-1/+1
* namespace cleanup in locks/unixdgaudet2000-04-146-62/+66
* note about other_child and write_fddgaudet2000-04-141-0/+3
* Change the fname parm of ap_create_lock() and ap_child_init_lock()trawick2000-04-149-20/+29
* thread cancellation is essentially the same as signals -- a form ofdgaudet2000-04-148-402/+0
* document that ap_{recv,send,sendv} can result in bytes transferred indgaudet2000-04-141-3/+17
* protect ap_fork definition inside #if APR_HAS_FORKdgaudet2000-04-141-0/+2
* more documentation movementdgaudet2000-04-1434-1135/+1122
* - namespace cleanup:dgaudet2000-04-147-15/+13
* more documentation movingdgaudet2000-04-148-198/+220
* - ap_writev() should be available even if the os doesn't support writev.dgaudet2000-04-142-72/+103
* - fix a case where a byte could have been read (via unget) and it wasn'tdgaudet2000-04-141-19/+17
* Win32: tweak return codes in ap_stat() to canonicalize the most common codesstoddard2000-04-131-24/+16
* Win32: A few more tweaks to the late binding code as suggested by Greg Steinstoddard2000-04-134-4/+4
* Win32: Small tweak to the late binding codestoddard2000-04-131-3/+4
* Win32: Add code to perform latebinding on functions that maystoddard2000-04-134-0/+166
* Remove unused variable 'status'martin2000-04-132-4/+2
* Enforce explicit libtool modemartin2000-04-131-4/+8
* use same canonical name for "bs2000" thruout apachemartin2000-04-132-2/+2
* On all the systems I could get hold of (Solaris, ReliantUNIX, BS2000, SINIX),martin2000-04-131-0/+6
* Win32: Get nonblocking CGI pipe I/O working on Windows NT. Still needstoddard2000-04-124-28/+35
* Make ap_stat() Windows 95/98 friendlystoddard2000-04-121-3/+21
* note about int64 constants...dgaudet2000-04-111-0/+6
* Many -lsockets require -lnslmartin2000-04-111-0/+2
* Fix the layout of the previous 'echo -e' changesmartin2000-04-111-7/+7
* Fix compile error on OS/390 in ap_read().trawick2000-04-111-1/+2
* Replace 'echo -e' by Autoconf-like definitionsmartin2000-04-111-7/+9
* ignoreagedgaudet2000-04-101-0/+1
* Fix Windows compile breaks due to recent error reporting/message changesstoddard2000-04-103-5/+6
* permanent_pool was not initialized from the proper variable and wastrawick2000-04-102-2/+2