summaryrefslogtreecommitdiff
path: root/include/apr_general.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add printf format for ssize_t.ben1999-11-091-0/+8
* configure makes sure ssize_t always exists.ben1999-11-091-4/+0
* Bring signals up to the current APR parameter order spec.rbb1999-10-111-3/+3
* Bring the misc code up to the APR parameter order spec. This also fixes a fewrbb1999-10-081-3/+3
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-2/+2
* Ok, today it bored me too much that APR shouts many pages with warnings underrse1999-10-011-1/+5
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-5/+4
* Include the proper win32 header files. Fix 64 bit typedefs.stoddard1999-09-131-2/+2
* Initial revisionrbb1999-08-171-0/+244