summaryrefslogtreecommitdiff
path: root/include/apr_general.h
Commit message (Expand)AuthorAgeFilesLines
* Solve the linkage issue with a native-C (nonstd convention) declarationwrowe2001-06-061-2/+16
* Declare memchr() if !APR_HAVE_MEMCHR.brane2001-05-101-0/+4
* *) Make the apr_pool_t structure private.gstein2001-04-261-13/+0
* Begin to move functions from the http module to the core. The goal is torbb2001-02-261-0/+5
* *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, andgstein2001-02-241-9/+0
* don't compile mktemp.c unless we have to; it doesn't compile everywheretrawick2001-02-211-6/+0
* Add mktemp() and mkstemp() emulation for systems which don't have it.martin2001-02-211-0/+6
* Update copyright to 2001fielding2001-02-161-1/+1
* get rid of the bzero() macro which we spit out on platformstrawick2001-01-311-4/+0
* Eliminate the APR_SIG* aliases for standard signal names,fielding2001-01-281-91/+0
* Use a typesafe function for access objects' pools.gstein2001-01-241-10/+0
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-5/+13
* Add an APR_GET_POOL macro to get a pool from any APR type that hasrbb2001-01-021-0/+11
* Add a tip about using atexit.rbb2000-12-041-1/+2
* move apr_strerror() from apr_general.h to apr_errno.hgstein2000-11-261-8/+0
* Make the APR headers sane.gstein2000-11-261-105/+2
* Add some docs to APR.rbb2000-10-091-1/+4
* Document all of the public APR structures with DocBook.rbb2000-08-051-2/+22
* prefix libapr functions and types with apr_dougm2000-08-021-19/+19
* Update apr_general.h's docs to use ScanDocrbb2000-07-231-109/+55
* damn. went through all that work to const-ify "key" but missed the data.gstein2000-07-081-2/+2
* const-ify the userdata interfacesgstein2000-07-081-4/+4
* Move the checks for bcopy and memmove down to APR. APR now defines memmoverbb2000-06-271-0/+11
* Tidy up the debugging documentation.dreid2000-06-181-1/+1
* This commit gets the debugging of alloc and pools working again.dreid2000-06-171-1/+17
* Some serious completion of stricmp, strnicmp, strdup and strstr issueswrowe2000-06-101-1/+1
* Remove a bunch of string functions from Apache. These are basicallyrbb2000-06-091-0/+16
* don't redefine TRUE/FALSEdougm2000-04-281-1/+5
* back out APR_ prefix for TRUE,FALSEdougm2000-04-281-2/+2
* prefix TRUE,FALSE with APR_dougm2000-04-281-2/+2
* Change size_t to ap_size_t on ap_strerror(). Sorry about missing this thestoddard2000-04-261-2/+2
* Get rid of ap_pool_t argument on ap_strerrorstoddard2000-04-261-3/+4
* First pass at ap_strerrot. This is probably broken somewhere, but it compilesrbb2000-04-191-0/+13
* Change the format for APR function documentation. This uses the perldocrbb2000-04-161-62/+97
* Here's my first stab at getting mod_auth_digest working under 2.0stoddard2000-04-151-0/+11
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-10/+28
* more documentation movementdgaudet2000-04-141-0/+67
* Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).stoddard2000-04-031-4/+0
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-2/+2
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Tweaked APR initialization and termination so that the lifetimetrawick2000-03-281-0/+1
* Fix more docs and change some parameter order on ap_getopt. This makesrbb2000-03-141-4/+6
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Fix the APR build process on UNIX. We need to include signal.h if we haverbb2000-01-281-3/+6
* Finish the commits for the change in the header files. Basically, this hidesrbb2000-01-191-0/+34
* Move the test and defintion of APR_SSIZE_T_FMT. This was causing problems,rbb1999-12-271-8/+0
* Make APR compile on Windows again. The changes that I introduced forrbb1999-12-091-3/+3
* 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-48/+2
* Clean up the getopt stuff a bit. Basically, I am removing the #define's,rbb1999-11-221-3/+0