summaryrefslogtreecommitdiff
path: root/include/apr_lib.h
Commit message (Expand)AuthorAgeFilesLines
* Next batch of moving the docs from ScanDoc to DoxyGen.rbb2001-08-141-17/+42
* Update copyright to 2001fielding2001-02-161-1/+1
* result(?) What result? Stop mauling the size_t arg and overwrite thewrowe2001-02-111-3/+3
* Moved the prototypes for apr_snprintf and apr_vsnprintf to therbb2001-02-111-42/+0
* renaming various functions for consistency sakedougm2001-02-081-4/+4
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-6/+8
* apr_snprintf()'s %pI format string now takes apr_sockaddr_t *trawick2000-12-161-1/+2
* Cleanup apr_lib's docs.rbb2000-12-041-6/+9
* Try to deal with isascii in a better manner. As we include ctype.h ifdreid2000-12-031-4/+4
* isascii() is not available on PowerPC versions of BeOS. Supply a definition.gstein2000-12-031-0/+4
* Make the APR headers sane.gstein2000-11-261-25/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-7/+7
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-19/+19
* prefix libapr functions and types with apr_dougm2000-08-021-36/+36
* Remove all of the ap_is* functions from Apache. They were already in APR,rbb2000-07-261-0/+4
* Caught a bad var arg linkage declaration.wrowe2000-07-251-1/+2
* Convert apr_lib.h to use Scandocrbb2000-07-231-96/+67
* Remove all of the ap_exec* functions. Nobody is currently using theserbb2000-07-211-30/+0
* Move some prototypes from apr_lib.h to apr_strings.h.rbb2000-07-211-31/+0
* Move all APR functions related to strings to their own directory, andrbb2000-07-211-22/+0
* Document apr_lib.h and do some cleanup. This moves the definition of therbb2000-07-051-51/+170
* Cleanup APR header files a bit. Basically, this splits ap_table_t relatedrbb2000-06-081-88/+1
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-57/+57
* Remove all remaining instances in Apache code ofmanoj2000-05-211-12/+0
* Since cleanups return an APR status, ap_run_cleanup should too.manoj2000-05-211-1/+1
* Fix ap_tokenize_to_argv to respect the const arguments it is passed. Thisrbb2000-04-301-1/+2
* modify the arguments to ap_tokenize_to_argv to match the rest of apr.rbb2000-04-281-2/+2
* Change the format for APR function documentation. This uses the perldocrbb2000-04-161-1/+1
* Win32:stoddard2000-04-151-0/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-28/+27
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-21/+21
* Update to Apache Software License version 1.1fielding2000-03-311-40/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Fi ap_note_subprocess to use ap_proc_t's instead of pid's.rbb1999-12-131-1/+2
* This finishes cleaning up the APR macro leak. APR public headers no longerrbb1999-12-011-0/+4
* The next step in removing the APR HAVE_*_H leak. This removes all of thoserbb1999-12-011-31/+0
* Remove some of the includes of apr_config.h from public header files.rbb1999-11-301-1/+0
* Deal with pool function failures in a clean way. I need to look at how werbb1999-11-241-1/+1
* Update some dependancies. Move the final two files out of apr/inc and intorbb1999-11-231-0/+7
* Begin to update apr/lib files to follow the standard APR function format.rbb1999-11-221-2/+2
* Cleanup the ZZZ comments. Basically these used to mark places where APRrbb1999-11-161-7/+0
* Move filename_of_pathname down to APR. I have put an ap_ at the beginningrbb1999-10-131-0/+1
* Make Apache use the new ap_create_process call. This is the first of arbb1999-10-111-2/+3
* Undoing my last changes to these files. These changes are a part of a muchrbb1999-10-081-3/+2
* Remove the final generated file from the APR tree.rbb1999-10-081-2/+3
* Move ap_pregcomp and ap_pregfree from APR to Apache proper, since thesemanoj1999-09-201-4/+0
* Fix warnings.ben1999-09-121-2/+2
* Remove the "ap_popenf"-like calls. These are basically the ones that wererbb1999-09-081-20/+0
* Remove alloc.c and alloc.h from apache. ALL of their functions have movedrbb1999-09-011-1/+3
* Found the WIN32 DIRstoddard1999-08-311-0/+1