summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* This commit adds the start of IPv6 support. Before we all get too excited,David Reid2000-11-061-0/+2
* Fix a bit of docs with the new pipe timeout code.Ryan Bloom2000-11-051-3/+2
* Make non-blocking reads from pipes work through the bucket interface.Ryan Bloom2000-11-041-0/+8
* I'm not sure I really like this as it smacks of code duplication withDavid Reid2000-11-031-0/+7
* Make the len parm to apr_sendfile() apr_ssize_t * instead of apr_size_t *Jeff Trawick2000-11-031-1/+1
* Fix a coupl of misspellings; make some doc more consistent.Jeff Trawick2000-11-031-5/+5
* The Unicode/WinNT APR patch. Note that this may even be faster thanWilliam A. Rowe Jr2000-11-022-13/+21
* Make 2nd parm of apr_connect() const char * instead of char *.Jeff Trawick2000-11-021-1/+1
* I'm pretty sure we only need to include this once...David Reid2000-10-301-1/+0
* fix a typo and add a little more info in the doc for apr_pstrndup()Jeff Trawick2000-10-281-2/+2
* Fix some typos in the comments.Jeff Trawick2000-10-251-2/+2
* Errr... was a goof. The HAS_UNICODE_FS shouldn't be toggled yetWilliam A. Rowe Jr2000-10-251-1/+7
* Ok here it is: Win32 utf-8 native unicode filename support.William A. Rowe Jr2000-10-253-2/+16
* The start of the canonical name stuff.William A. Rowe Jr2000-10-233-9/+165
* Fix piped logs in 2.0. This basically:Ryan Bloom2000-10-181-1/+1
* document the file typesGreg Stein2000-10-181-2/+10
* Clearing more things off my plate. Here is the -internal- utf8/ucs2William A. Rowe Jr2000-10-171-0/+89
* Make things a little clearer in reaction to the _snames snafus.William A. Rowe Jr2000-10-172-2/+6
* Ugh... had different meaning between apr and ap. Not good, all fixed.William A. Rowe Jr2000-10-171-2/+2
* Make sure that passing (s, APR_HASH_KEY_STRING) and (s, strlen(s)) areGreg Stein2000-10-161-2/+4
* Pesky stragglerWilliam A. Rowe Jr2000-10-161-2/+2
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-1612-95/+80
* This 'descended' from apachecore - I have no idea if it is stillWilliam A. Rowe Jr2000-10-161-0/+2
* the zero-length hash key is valid. use (-1) as the discrimnator forGreg Stein2000-10-161-6/+14
* before anyone raises a ruckus - here are the symbols I'm moving fromWilliam A. Rowe Jr2000-10-151-5/+9
* I hope this clarifies. Greg is absolutely correct, there is no need forWilliam A. Rowe Jr2000-10-122-5/+62
* Squishing bugs.William A. Rowe Jr2000-10-111-1/+1
* Take Greg's criticism very literally. EXPORT (when it's really IMPORT)William A. Rowe Jr2000-10-112-20/+41
* Add some docs to APR.Ryan Bloom2000-10-093-12/+31
* Sort out OS/2 APR error handling with new canonical test macro.Brian Havard2000-10-093-54/+57
* Update send_the_file to fall back to a read/write loop on platformsRyan Bloom2000-10-071-10/+1
* doc nit and I missed a change to Makefile.in.Greg Stein2000-10-071-3/+3
* This is ugly, but at least we compile again on platforms that lackJim Jagielski2000-10-071-0/+9
* The precursor to the win32 cannonical errors patchWilliam A. Rowe Jr2000-10-061-73/+103
* some nits that I forgot first time around.Greg Stein2000-10-061-1/+1
* add UUID generation/formatting/parsing to APRGreg Stein2000-10-061-0/+99
* size_t should be an apr_size_t.Greg Stein2000-10-051-7/+8
* The big one... APR_IS_STATUS_condition(rv) conditional macros.William A. Rowe Jr2000-10-051-10/+210
* Some systems have poll.h in include/sys, not include. I found thisRyan Bloom2000-09-291-0/+3
* Fix a few misspellings.Jeff Trawick2000-09-281-3/+3
* Provide a socklen_t to the user of APR as a portability aid. SomeJeff Trawick2000-09-223-1/+8
* This changes the way we check for inet_addr and inet_network. The new testsDavid Reid2000-09-171-2/+2
* Fix some docsRyan Bloom2000-09-131-3/+3
* We need to test specifically for setrlimit/getrlimit instead ofJim Jagielski2000-08-231-0/+2
* Add UNTESTED routines and structures to APR's table implementationKen Coar2000-08-221-28/+101
* APRize disabling nagle (setting TCP_NODELAY).Brian Havard2000-08-221-0/+1
* Add support to APR for dsos on OS/390.Jeff Trawick2000-08-171-0/+76
* Fix some warnings from initopt and getopt.Ryan Bloom2000-08-171-3/+3
* Tweak apr_getopt() and its use in ab to avoid compiler warnings.Jeff Trawick2000-08-101-3/+3
* Doc it correctly, even if the const'ness is wrong.William A. Rowe Jr2000-08-091-2/+2