| Commit message (Expand) | Author | Age | Files | Lines |
* | Grab r1558905 from trunk: | Jeff Trawick | 2014-01-16 | 1 | -13/+13 |
* | * apr_lib.h | Justin Erenkrantz | 2008-09-22 | 1 | -1/+2 |
* | Update @remark to reflect the availability of the extensions. Noticed by Jim ... | Davi Arnaut | 2007-06-29 | 1 | -1/+1 |
* | Binary size apr_vformatter as bytes, K, M, T, etc, to a four character compacted | Davi Arnaut | 2007-06-29 | 1 | -0/+3 |
* | Fix the typo. | Joe Orton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | Joe Orton | 2006-08-03 | 1 | -6/+6 |
* | * strings/apr_snprintf.c (apr_vformatter): Add support for %pm to | Joe Orton | 2005-08-18 | 1 | -0/+5 |
* | Add %pt support to apr_snprintf() for printing an apr_os_thread_t | Jeff Trawick | 2005-06-17 | 1 | -0/+2 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | * include/apr_network_io.h (apr_socket_sendfile): Document | Joe Orton | 2004-12-01 | 1 | -0/+3 |
* | apr_password_get(): Fix the check for buffer overflow. | Jeff Trawick | 2004-11-30 | 1 | -0/+2 |
* | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 1 | -49/+10 |
* | Make things a bit easier to understand, based on feedback to the | William A. Rowe Jr | 2004-01-14 | 1 | -1/+1 |
* | remove these interfaces: | Jeff Trawick | 2003-09-03 | 1 | -3/+0 |
* | Add %pT support to apr_snprintf() for printing an apr_os_thread_t. | Jeff Trawick | 2003-04-17 | 1 | -0/+2 |
* | Rebalance our exposed headers such that everything is nested properly | William A. Rowe Jr | 2003-03-05 | 1 | -58/+66 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 | 1 | -1/+1 |
* | *) Renames done (deprecated functions wrapped): | Thom May | 2002-11-20 | 1 | -0/+3 |
* | Go through doxygen output and remove as many errors and warnings as I could. | Justin Erenkrantz | 2002-11-10 | 1 | -0/+2 |
* | MD5 is crypto. It belongs in crypto. And as far as I can tell, this | William A. Rowe Jr | 2002-07-17 | 1 | -8/+0 |
* | Leftovers from my size_t hunt before the weekend. | William A. Rowe Jr | 2002-07-08 | 1 | -1/+1 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | ALL APR Include files (except for Arch specific stuff) now | Ian Holsman | 2001-08-24 | 1 | -1/+1 |
* | Next batch of moving the docs from ScanDoc to DoxyGen. | Ryan Bloom | 2001-08-14 | 1 | -17/+42 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | result(?) What result? Stop mauling the size_t arg and overwrite the | William A. Rowe Jr | 2001-02-11 | 1 | -3/+3 |
* | Moved the prototypes for apr_snprintf and apr_vsnprintf to the | Ryan Bloom | 2001-02-11 | 1 | -42/+0 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -4/+4 |
* | Add remaining APR_DECLARE()s to all headers. Conditionally added | William A. Rowe Jr | 2001-01-18 | 1 | -6/+8 |
* | apr_snprintf()'s %pI format string now takes apr_sockaddr_t * | Jeff Trawick | 2000-12-16 | 1 | -1/+2 |
* | Cleanup apr_lib's docs. | Ryan Bloom | 2000-12-04 | 1 | -6/+9 |
* | Try to deal with isascii in a better manner. As we include ctype.h if | David Reid | 2000-12-03 | 1 | -4/+4 |
* | isascii() is not available on PowerPC versions of BeOS. Supply a definition. | Greg Stein | 2000-12-03 | 1 | -0/+4 |
* | Make the APR headers sane. | Greg Stein | 2000-11-26 | 1 | -25/+1 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 1 | -7/+7 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 1 | -19/+19 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -36/+36 |
* | Remove all of the ap_is* functions from Apache. They were already in APR, | Ryan Bloom | 2000-07-26 | 1 | -0/+4 |
* | Caught a bad var arg linkage declaration. | William A. Rowe Jr | 2000-07-25 | 1 | -1/+2 |
* | Convert apr_lib.h to use Scandoc | Ryan Bloom | 2000-07-23 | 1 | -96/+67 |
* | Remove all of the ap_exec* functions. Nobody is currently using these | Ryan Bloom | 2000-07-21 | 1 | -30/+0 |
* | Move some prototypes from apr_lib.h to apr_strings.h. | Ryan Bloom | 2000-07-21 | 1 | -31/+0 |
* | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 | 1 | -22/+0 |
* | Document apr_lib.h and do some cleanup. This moves the definition of the | Ryan Bloom | 2000-07-05 | 1 | -51/+170 |
* | Cleanup APR header files a bit. Basically, this splits ap_table_t related | Ryan Bloom | 2000-06-08 | 1 | -88/+1 |
* | Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols. | William A. Rowe Jr | 2000-05-26 | 1 | -57/+57 |
* | Remove all remaining instances in Apache code of | Manoj Kasichainula | 2000-05-21 | 1 | -12/+0 |
* | Since cleanups return an APR status, ap_run_cleanup should too. | Manoj Kasichainula | 2000-05-21 | 1 | -1/+1 |
* | Fix ap_tokenize_to_argv to respect the const arguments it is passed. This | Ryan Bloom | 2000-04-30 | 1 | -1/+2 |
* | modify the arguments to ap_tokenize_to_argv to match the rest of apr. | Ryan Bloom | 2000-04-28 | 1 | -2/+2 |