summaryrefslogtreecommitdiff
path: root/include/apr_general.h
Commit message (Expand)AuthorAgeFilesLines
* Slightly improve doxygen generated documentation.Christophe Jaillet2018-08-261-12/+13
* Fix compilation with FreeBSD on ARM.Jeff Trawick2013-06-171-1/+1
* fix typoStefan Fritsch2011-11-041-1/+1
* Clarify that it is save to call apr_initialize several times.Stefan Fritsch2011-10-151-2/+4
* Hide apr_wait_for_io_or_timeout() from public view and add insteadBrian Havard2010-04-121-0/+3
* Add the APR_TYPEDEF_STRUCT macro to provide an implementation ofGraham Leggett2010-01-161-0/+10
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* apr_revision? Whoops - I rethought that, decided on apr_release.h toWilliam A. Rowe Jr2005-02-071-1/+1
* In order to remove the win32ver.awk generation of .rc files for apr,William A. Rowe Jr2005-02-071-0/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* * misc/unix/rand.c, include/apr_general.h (apr_generate_random_bytes):Joe Orton2003-09-291-6/+1
* remove these interfaces:Jeff Trawick2003-09-031-6/+0
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-13/+28
* MAXIMUM_WAIT_OBJECTS has no basis in APR, and is defined for Win32 withinWilliam A. Rowe Jr2003-02-241-12/+0
* While this is a 'proper' change, it breaks 64 bit platforms.William A. Rowe Jr2003-01-131-3/+8
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Changes to apr_generate_random_bytes:Joe Orton2002-12-131-3/+3
* Go through doxygen output and remove as many errors and warnings as I could.Justin Erenkrantz2002-11-101-0/+4
* The native c offsetof() was conflicting when trying to use the APR_OFFSETOFWilliam A. Rowe Jr2002-07-081-1/+1
* Pedantic docs changeWilliam A. Rowe Jr2002-06-081-1/+3
* Renames:Cliff Woolley2002-05-181-6/+19
* Move APR_STRINGIFY to a common place (apr_general.h). Remove theSander Striker2002-04-221-0/+3
* Correct const'ification of apr_app_initialize and internal relatedWilliam A. Rowe Jr2002-04-131-2/+6
* A comment that made no sense.William A. Rowe Jr2002-04-131-2/+0
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Spelling police.Justin Erenkrantz2002-03-021-1/+1
* Export the APR_ALIGN macros.Sander Striker2002-03-021-0/+11
* Drop the idea of a two-pass init, apr_app_initialize can handle it all.William A. Rowe Jr2002-02-181-11/+17
* some more Doxygen goodnessIan Holsman2002-02-151-0/+14
* Introduce apr_app_main() for global consumption.William A. Rowe Jr2002-01-301-0/+10
* Clean up GNU compiler issues on NetWareBradley Nicholes2001-12-111-0/+2
* Doxygen updatesIan Holsman2001-08-241-34/+47
* Rename XtOffset to APR_XtOffset. This namespace protectionRyan Bloom2001-08-191-6/+6
* Solve the linkage issue with a native-C (nonstd convention) declarationWilliam A. Rowe Jr2001-06-061-2/+16
* Declare memchr() if !APR_HAVE_MEMCHR.Branko Čibej2001-05-101-0/+4
* *) Make the apr_pool_t structure private.Greg Stein2001-04-261-13/+0
* Begin to move functions from the http module to the core. The goal is toRyan Bloom2001-02-261-0/+5
* *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, andGreg Stein2001-02-241-9/+0
* don't compile mktemp.c unless we have to; it doesn't compile everywhereJeff Trawick2001-02-211-6/+0
* Add mktemp() and mkstemp() emulation for systems which don't have it.Martin Kraemer2001-02-211-0/+6
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* get rid of the bzero() macro which we spit out on platformsJeff Trawick2001-01-311-4/+0
* Eliminate the APR_SIG* aliases for standard signal names,Roy T. Fielding2001-01-281-91/+0
* Use a typesafe function for access objects' pools.Greg Stein2001-01-241-10/+0
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-5/+13
* Add an APR_GET_POOL macro to get a pool from any APR type that hasRyan Bloom2001-01-021-0/+11
* Add a tip about using atexit.Ryan Bloom2000-12-041-1/+2
* move apr_strerror() from apr_general.h to apr_errno.hGreg Stein2000-11-261-8/+0