summaryrefslogtreecommitdiff
path: root/include/arch
Commit message (Expand)AuthorAgeFilesLines
* ap_set_pipe_timeout() now takes microseconds instead of seconds;trawick2000-04-152-3/+3
* Add buffered I/O back into APR's file I/O on unix. This code comes fromrbb2000-04-141-0/+13
* Get Windows compiling after the ap_context_t --> ap_pool_t changestoddard2000-04-141-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-1424-61/+49
* more namespace cleanupdgaudet2000-04-142-4/+1
* namespace cleanup in locks/unixdgaudet2000-04-141-10/+10
* Change the fname parm of ap_create_lock() and ap_child_init_lock()trawick2000-04-141-1/+1
* more documentation movementdgaudet2000-04-141-14/+0
* - namespace cleanup:dgaudet2000-04-141-2/+2
* Win32: A few more tweaks to the late binding code as suggested by Greg Steinstoddard2000-04-131-1/+1
* Win32: Add code to perform latebinding on functions that maystoddard2000-04-131-0/+48
* Win32: Get nonblocking CGI pipe I/O working on Windows NT. Still needstoddard2000-04-121-0/+2
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-082-3/+0
* Update the error handling in APR. This includes the docs in APRDesign.rbb2000-04-073-2/+3
* Win32: Fix a bug in ap_get_oslevel which causes GetVersionEx() tostoddard2000-04-071-1/+7
* 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-062-3/+1
* Make ungetc work with un-buffered files on Unix.rbb2000-04-061-0/+1
* 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-051-1/+14
* Windows specific ap_oslevel modifications.stoddard2000-04-041-2/+0
* Fix some of the Windows APR time functions.stoddard2000-04-043-5/+6
* Other child logic finished for Unix. Docs are forthcoming. This shouldrbb2000-04-042-0/+2
* First cut at other child logic for unix. Test programs and more workrbb2000-04-042-0/+20
* Improve error checking in OS/2 DSO code & add a cleanup function.bjh2000-04-041-1/+2
* Get APR DSO code working under Windowsstoddard2000-04-031-0/+68
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-3/+3
* Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).stoddard2000-04-034-3/+164
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-0322-62/+62
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatrbb2000-04-033-3/+3
* 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-031-0/+2
* 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-3123-729/+710
* Fix pthread Cross Process locks.rbb2000-03-311-0/+3
* More tidy up for the dso functions. Somehow missed these in my previousdreid2000-03-282-3/+3
* Add DSO's to the APR build process. This also cleans up the DSO stuff, torbb2000-03-271-3/+4
* Clean up OS/2 DSO code so it at least compiles.bjh2000-03-271-2/+5
* This is the first pass at DSO support for APR. It's basically the patchdreid2000-03-263-0/+212
* Updating more docs. :-)rbb2000-03-151-0/+14
* changed erroneous references to type to scope; added scope to lock_tronald2000-03-103-2/+5
* Fix all the License issues. Including:rbb2000-03-1020-180/+180
* OS/2: file_cleanup() should be namespace protected as it's not static.bjh2000-03-031-1/+1
* OS/2: Rework of mutex locks. Makes it safe to use the same object in multiplebjh2000-03-031-1/+5
* Win32: Use the COMSPEC envar to set the shell name.stoddard2000-03-031-1/+1
* Make file I/O and network I/O writev/sendv APIs consistent.stoddard2000-02-213-15/+0
* Have seperate variable on ap_writev to set the number of iovecs passed instoddard2000-02-181-1/+1
* Cleanup funky indentingstoddard2000-01-281-7/+5
* Take a couple of values that were static for all locks out of the lockrbb2000-01-251-4/+1