summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Get Windows compiling after the ap_context_t --> ap_pool_t changestoddard2000-04-143-3/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-1438-170/+153
* more namespace cleanupdgaudet2000-04-142-4/+1
* namespace cleanup in locks/unixdgaudet2000-04-141-10/+10
* 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-142-5/+5
* thread cancellation is essentially the same as signals -- a form ofdgaudet2000-04-141-9/+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-1411-18/+1122
* - namespace cleanup:dgaudet2000-04-141-2/+2
* more documentation movingdgaudet2000-04-141-0/+220
* - ap_writev() should be available even if the os doesn't support writev.dgaudet2000-04-141-0/+98
* Win32: A few more tweaks to the late binding code as suggested by Greg Steinstoddard2000-04-133-3/+3
* Win32: Add code to perform latebinding on functions that maystoddard2000-04-133-0/+144
* Win32: Get nonblocking CGI pipe I/O working on Windows NT. Still needstoddard2000-04-121-0/+2
* note about int64 constants...dgaudet2000-04-111-0/+6
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-083-3/+2
* Update the error handling in APR. This includes the docs in APRDesign.rbb2000-04-074-241/+33
* Win32: Fix a bug in ap_get_oslevel which causes GetVersionEx() tostoddard2000-04-073-3/+21
* Get Apache on Windows compiling again after the patch eliminatingstoddard2000-04-071-1/+0
* Remove all the buffered I/O code from APR. APR supports buffered I/O onlyrbb2000-04-063-5/+2
* Make ungetc work with un-buffered files on Unix.rbb2000-04-061-0/+1
* back out previous changetrawick2000-04-051-30/+8
* Add more code sharing arrangements and a few minor updates/tweaks.dreid2000-04-051-2/+1
* Make Win32 ap_get_oslevel private to APRstoddard2000-04-054-13/+42
* allow OS-specific errors to be stored in ap_status_t (andtrawick2000-04-051-8/+30
* Update the other_child stuff with docs and a couple of minor changes.rbb2000-04-041-1/+2
* Windows specific ap_oslevel modifications.stoddard2000-04-044-6/+10
* Fix some of the Windows APR time functions.stoddard2000-04-045-7/+6
* Other child logic finished for Unix. Docs are forthcoming. This shouldrbb2000-04-043-0/+21
* First cut at other child logic for unix. Test programs and more workrbb2000-04-043-0/+21
* Improve error checking in OS/2 DSO code & add a cleanup function.bjh2000-04-041-1/+2
* Fix some minor bugs in the Unix dso code. This works on Linux, butrbb2000-04-041-1/+1
* Get APR DSO code working under Windowsstoddard2000-04-031-0/+68
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-033-12/+12
* Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).stoddard2000-04-039-17/+336
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-0332-106/+106
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatrbb2000-04-034-4/+4
* Added error checking for APR File I/O routines on Unix. This needs to berbb2000-04-032-1/+2
* Return the right APR error code after a resolver failuretrawick2000-04-031-0/+2
* Don't use the values of resolver error codes for thetrawick2000-04-032-16/+9
* Add the AIX dso code in it's own directory. It's cleaner and should workdreid2000-04-021-0/+73
* Next part of putting the "old" dso code into APR. Again, this seemsdreid2000-04-021-3/+24
* Update to Apache Software License version 1.1fielding2000-03-3142-1351/+1302
* Fix pthread Cross Process locks.rbb2000-03-311-0/+3
* Tweaked APR initialization and termination so that the lifetimetrawick2000-03-282-1/+3
* More tidy up for the dso functions. Somehow missed these in my previousdreid2000-03-283-4/+5
* Get rid of WinTimeToUnixTime. Replace all instances of its use withstoddard2000-03-281-1/+1
* Add DSO's to the APR build process. This also cleans up the DSO stuff, torbb2000-03-273-10/+15