summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix build break. ap_file_t does not use the 'ungetchar' field. I added it forstoddard2000-04-271-4/+7
* Fix a prototype mistake from earlier commit.rbb2000-04-261-2/+1
* Fix the ap_poll implementation on Unix. This stops us from re-allocatingrbb2000-04-262-5/+19
* Change size_t to ap_size_t on ap_strerror(). Sorry about missing this thestoddard2000-04-261-2/+2
* Get rid of ap_pool_t argument on ap_strerrorstoddard2000-04-261-3/+4
* More win32 shotgunary to the windows project files and tostoddard2000-04-252-4/+16
* Some Windows tweaks from William Rowe...stoddard2000-04-251-0/+1
* Add the status parameter back to the Other Child logic.rbb2000-04-243-6/+6
* Change names of strnatcmp & strnatcasecmp to cpmply with APR namingstoddard2000-04-241-2/+2
* Add `IndexOptions +VersionSort', to nicely sort filenamesdgaudet2000-04-241-0/+24
* More cleanups associated with the apr_config->apr_private change:trawick2000-04-233-160/+2
* Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h.fielding2000-04-231-6/+6
* Replace APR_MD5_CTX with ap_MD5_ctx_t, as suggested by Bill Rowe.fielding2000-04-231-6/+8
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-2216-17/+17
* Remove the invalid data checking from APR's file I/O on Unix.rbb2000-04-211-1/+0
* Win32: Fix compile break caused by the recent ap_strerror patch.stoddard2000-04-203-219/+18
* apr_iconv.h is now apr_xlate.htrawick2000-04-201-106/+0
* Add ap_xlate_open() et al for translation of text between differenttrawick2000-04-203-0/+173
* add notes about empty slots (for reuse).gstein2000-04-191-11/+24
* First pass at ap_strerrot. This is probably broken somewhere, but it compilesrbb2000-04-192-6/+20
* Cleaned up the error codes a bit. Removed codes that aren't used anywhere,rbb2000-04-191-15/+5
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withrbb2000-04-191-1/+0
* OS/2: First hack at non-blocking & time-outable pipes.bjh2000-04-181-1/+4
* OS/2: Switch from using critical sections to mutex semaphores for makingbjh2000-04-181-0/+2
* Submitted by: Tim Costellotrawick2000-04-183-3/+3
* Add a pool to dupfile. There is no reason that when we duplicate a file, ...rbb2000-04-171-2/+3
* APR_SO_TIMEOUT now takes microseconds instead of seconds. (The newtrawick2000-04-165-7/+7
* Change the format for APR function documentation. This uses the perldocrbb2000-04-1613-1186/+1952
* Convert ap_poll() to use microseconds instead of seconds fortrawick2000-04-161-3/+4
* Here's my first stab at getting mod_auth_digest working under 2.0stoddard2000-04-153-0/+13
* Win32:stoddard2000-04-151-0/+2
* ap_set_pipe_timeout() now takes microseconds instead of seconds;trawick2000-04-154-4/+8
* another lost consttrawick2000-04-151-1/+1
* 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-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