summaryrefslogtreecommitdiff
path: root/include/apr_general.h
Commit message (Expand)AuthorAgeFilesLines
* Slightly improve doxygen generated documentation.jailletc362018-08-261-12/+13
* Fix compilation with FreeBSD on ARM.trawick2013-06-171-1/+1
* fix typosf2011-11-041-1/+1
* Clarify that it is save to call apr_initialize several times.sf2011-10-151-2/+4
* Hide apr_wait_for_io_or_timeout() from public view and add insteadbjh2010-04-121-0/+3
* Add the APR_TYPEDEF_STRUCT macro to provide an implementation ofminfrin2010-01-161-0/+10
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* apr_revision? Whoops - I rethought that, decided on apr_release.h towrowe2005-02-071-1/+1
* In order to remove the win32ver.awk generation of .rc files for apr,wrowe2005-02-071-0/+3
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* * misc/unix/rand.c, include/apr_general.h (apr_generate_random_bytes):jorton2003-09-291-6/+1
* remove these interfaces:trawick2003-09-031-6/+0
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-13/+28
* MAXIMUM_WAIT_OBJECTS has no basis in APR, and is defined for Win32 withinwrowe2003-02-241-12/+0
* While this is a 'proper' change, it breaks 64 bit platforms.wrowe2003-01-131-3/+8
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Changes to apr_generate_random_bytes:jorton2002-12-131-3/+3
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-0/+4
* The native c offsetof() was conflicting when trying to use the APR_OFFSETOFwrowe2002-07-081-1/+1
* Pedantic docs changewrowe2002-06-081-1/+3
* Renames:jwoolley2002-05-181-6/+19
* Move APR_STRINGIFY to a common place (apr_general.h). Remove thestriker2002-04-221-0/+3
* Correct const'ification of apr_app_initialize and internal relatedwrowe2002-04-131-2/+6
* A comment that made no sense.wrowe2002-04-131-2/+0
* Update our copyright for this year.fielding2002-03-131-1/+1
* Spelling police.jerenkrantz2002-03-021-1/+1
* Export the APR_ALIGN macros.striker2002-03-021-0/+11
* Drop the idea of a two-pass init, apr_app_initialize can handle it all.wrowe2002-02-181-11/+17
* some more Doxygen goodnessianh2002-02-151-0/+14
* Introduce apr_app_main() for global consumption.wrowe2002-01-301-0/+10
* Clean up GNU compiler issues on NetWarebnicholes2001-12-111-0/+2
* Doxygen updatesianh2001-08-241-34/+47
* Rename XtOffset to APR_XtOffset. This namespace protectionrbb2001-08-191-6/+6
* 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