summaryrefslogtreecommitdiff
path: root/include/apr_lib.h
Commit message (Expand)AuthorAgeFilesLines
* Doxygen formatting fixesJeff Trawick2014-01-161-13/+13
* use the OS's isascii() on EBCDIC systemsGreg Ames2010-05-211-1/+1
* * apr_lib.hJustin Erenkrantz2008-09-221-1/+2
* Update @remark to reflect the availability of the extensions. Noticed by Jim ...Davi Arnaut2007-06-291-1/+1
* Binary size apr_vformatter as bytes, K, M, T, etc, to a four character compactedDavi Arnaut2007-06-291-0/+3
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* * strings/apr_snprintf.c (apr_vformatter): Add support for %pm toJoe Orton2005-08-181-0/+5
* Add %pt support to apr_snprintf() for printing an apr_os_thread_tJeff Trawick2005-06-171-0/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * include/apr_network_io.h (apr_socket_sendfile): DocumentJoe Orton2004-12-011-0/+3
* apr_password_get(): Fix the check for buffer overflow.Jeff Trawick2004-11-301-0/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Make things a bit easier to understand, based on feedback to theWilliam A. Rowe Jr2004-01-141-1/+1
* remove these interfaces:Jeff Trawick2003-09-031-3/+0
* Add %pT support to apr_snprintf() for printing an apr_os_thread_t.Jeff Trawick2003-04-171-0/+2
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-58/+66
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-0/+3
* Go through doxygen output and remove as many errors and warnings as I could.Justin Erenkrantz2002-11-101-0/+2
* MD5 is crypto. It belongs in crypto. And as far as I can tell, thisWilliam A. Rowe Jr2002-07-171-8/+0
* Leftovers from my size_t hunt before the weekend.William A. Rowe Jr2002-07-081-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* ALL APR Include files (except for Arch specific stuff) nowIan Holsman2001-08-241-1/+1
* Next batch of moving the docs from ScanDoc to DoxyGen.Ryan Bloom2001-08-141-17/+42
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* result(?) What result? Stop mauling the size_t arg and overwrite theWilliam A. Rowe Jr2001-02-111-3/+3
* Moved the prototypes for apr_snprintf and apr_vsnprintf to theRyan Bloom2001-02-111-42/+0
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-4/+4
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-6/+8
* apr_snprintf()'s %pI format string now takes apr_sockaddr_t *Jeff Trawick2000-12-161-1/+2
* Cleanup apr_lib's docs.Ryan Bloom2000-12-041-6/+9
* Try to deal with isascii in a better manner. As we include ctype.h ifDavid Reid2000-12-031-4/+4
* isascii() is not available on PowerPC versions of BeOS. Supply a definition.Greg Stein2000-12-031-0/+4
* Make the APR headers sane.Greg Stein2000-11-261-25/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-7/+7
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-19/+19
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-36/+36
* Remove all of the ap_is* functions from Apache. They were already in APR,Ryan Bloom2000-07-261-0/+4
* Caught a bad var arg linkage declaration.William A. Rowe Jr2000-07-251-1/+2
* Convert apr_lib.h to use ScandocRyan Bloom2000-07-231-96/+67
* Remove all of the ap_exec* functions. Nobody is currently using theseRyan Bloom2000-07-211-30/+0
* Move some prototypes from apr_lib.h to apr_strings.h.Ryan Bloom2000-07-211-31/+0
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-22/+0
* Document apr_lib.h and do some cleanup. This moves the definition of theRyan Bloom2000-07-051-51/+170
* Cleanup APR header files a bit. Basically, this splits ap_table_t relatedRyan Bloom2000-06-081-88/+1
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.William A. Rowe Jr2000-05-261-57/+57
* Remove all remaining instances in Apache code ofManoj Kasichainula2000-05-211-12/+0
* Since cleanups return an APR status, ap_run_cleanup should too.Manoj Kasichainula2000-05-211-1/+1
* Fix ap_tokenize_to_argv to respect the const arguments it is passed. ThisRyan Bloom2000-04-301-1/+2