summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add ap_sendfile() flag APR_SENDFILE_DISCONNECT_SOCKET to tellBill Stoddard2000-05-121-0/+3
* repair some compile warnings, axe a wasted getsockname() call andJeff Trawick2000-05-111-2/+2
* Add ap_xlate_conv_byte() to convert one char between single-byte characterJeff Trawick2000-05-101-0/+19
* Make the hash API nicer when dealing with nul-terminated strings.Tony Finch2000-05-091-0/+2
* fix a bug in the definition of APR_ENOMEMJeff Trawick2000-05-091-1/+1
* serious bug fix:Jeff Trawick2000-05-061-3/+10
* Add a new function to APR, ap_wait_all_procs. This waits for any currentRyan Bloom2000-05-041-2/+33
* Import support for hash tables.Tony Finch2000-05-031-0/+196
* Back out sigthreadmask support.Sascha Schumann2000-05-021-5/+0
* Substitute sigthreadmask for pthread_sigmask, if necessary.Sascha Schumann2000-05-021-0/+5
* Add options to APR to allow OTHER_CHILD support to be turned on and off.Ryan Bloom2000-05-012-0/+7
* William A. Rowe Jr2000-05-015-14/+91
* Use ap_pcalloc instead of ap_palloc where it makes sense.Ryan Bloom2000-04-301-1/+1
* Fix ap_tokenize_to_argv to respect the const arguments it is passed. ThisRyan Bloom2000-04-301-1/+2
* apr_errno.h:Jeff Trawick2000-04-281-1/+1
* don't redefine TRUE/FALSEDoug MacEachern2000-04-281-1/+5
* back out APR_ prefix for TRUE,FALSEDoug MacEachern2000-04-282-3/+3
* Win32:Jeff Trawick2000-04-281-0/+2
* prefix TRUE,FALSE with APR_Doug MacEachern2000-04-282-3/+3
* extremely minor cleanup:Jeff Trawick2000-04-281-3/+3
* modify the arguments to ap_tokenize_to_argv to match the rest of apr.Ryan Bloom2000-04-281-2/+2
* Fix build break. ap_file_t does not use the 'ungetchar' field. I added it forBill Stoddard2000-04-271-4/+7
* Fix a prototype mistake from earlier commit.Ryan Bloom2000-04-261-2/+1
* Fix the ap_poll implementation on Unix. This stops us from re-allocatingRyan Bloom2000-04-262-5/+19
* Change size_t to ap_size_t on ap_strerror(). Sorry about missing this theBill Stoddard2000-04-261-2/+2
* Get rid of ap_pool_t argument on ap_strerrorBill Stoddard2000-04-261-3/+4
* More win32 shotgunary to the windows project files and toBill Stoddard2000-04-252-4/+16
* Some Windows tweaks from William Rowe...Bill Stoddard2000-04-251-0/+1
* Add the status parameter back to the Other Child logic.Ryan Bloom2000-04-243-6/+6
* Change names of strnatcmp & strnatcasecmp to cpmply with APR namingBill Stoddard2000-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:Jeff Trawick2000-04-233-160/+2
* Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h.Roy T. Fielding2000-04-231-6/+6
* Replace APR_MD5_CTX with ap_MD5_ctx_t, as suggested by Bill Rowe.Roy T. Fielding2000-04-231-6/+8
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-2216-17/+17
* Remove the invalid data checking from APR's file I/O on Unix.Ryan Bloom2000-04-211-1/+0
* Win32: Fix compile break caused by the recent ap_strerror patch.Bill Stoddard2000-04-203-219/+18
* apr_iconv.h is now apr_xlate.hJeff Trawick2000-04-201-106/+0
* Add ap_xlate_open() et al for translation of text between differentJeff Trawick2000-04-203-0/+173
* add notes about empty slots (for reuse).Greg Stein2000-04-191-11/+24
* First pass at ap_strerrot. This is probably broken somewhere, but it compilesRyan Bloom2000-04-192-6/+20
* Cleaned up the error codes a bit. Removed codes that aren't used anywhere,Ryan Bloom2000-04-191-15/+5
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withRyan Bloom2000-04-191-1/+0
* OS/2: First hack at non-blocking & time-outable pipes.Brian Havard2000-04-181-1/+4
* OS/2: Switch from using critical sections to mutex semaphores for makingBrian Havard2000-04-181-0/+2
* Submitted by: Tim CostelloJeff Trawick2000-04-183-3/+3
* Add a pool to dupfile. There is no reason that when we duplicate a file, ...Ryan Bloom2000-04-171-2/+3
* APR_SO_TIMEOUT now takes microseconds instead of seconds. (The newJeff Trawick2000-04-165-7/+7
* Change the format for APR function documentation. This uses the perldocRyan Bloom2000-04-1613-1186/+1952
* Convert ap_poll() to use microseconds instead of seconds forJeff Trawick2000-04-161-3/+4