summaryrefslogtreecommitdiff
path: root/misc/unix/start.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* * misc/unix/start.cstriker2003-09-271-3/+6
* Namespace protection for include/arch/ header filesthommay2003-01-061-2/+2
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* fix a compiler warningbrianp2002-07-051-0/+1
* Call apr_atomic_init() during apr_initialize() in case we'rebrianp2002-07-051-0/+4
* fix typojwoolley2002-06-121-1/+1
* Correct const'ification of apr_app_initialize and internal relatedwrowe2002-04-131-1/+3
* ** DEPRECATE old lock API: apr_lock.h **aaron2002-04-091-2/+0
* Update our copyright for this year.fielding2002-03-131-1/+1
* Changed apr_app_main to apr_app_initialize, but better yet - dropped allwrowe2002-02-181-40/+4
* Removed the NetWare #ifdefs since NetWare now has its own version ofbnicholes2002-02-011-8/+4
* Introduce apr_app_main() for global consumption.wrowe2002-01-301-2/+16
* Another update of the pools debug code.striker2002-01-131-0/+2
* Move us over to the new pools code. The debug code isn't in place yet,striker2001-12-141-17/+22
* Introduce apr_os_level, an apr-private internal value for optimizingwrowe2001-11-271-0/+9
* Added a call to initialize the time functions for NetWarebnicholes2001-11-051-0/+3
* Added a Winsock cleanup call required by NetWarebnicholes2001-10-161-0/+3
* This patch sets us up to call the initialization routines for the unixtrawick2001-10-081-0/+2
* On platforms where neither HAVE_GMTOFF nor HAVE___OFFSET is defined,jerenkrantz2001-08-311-0/+2
* Added NETWARE to the WIN32 ifdef listbnicholes2001-08-021-3/+3
* Solve the linkage issue with a native-C (nonstd convention) declarationwrowe2001-06-061-1/+6
* *) Make the apr_pool_t structure private.gstein2001-04-261-6/+0
* Update copyright to 2001fielding2001-02-161-1/+1
* *) add apr_signal_get_description() to that platforms (which have signals)gstein2001-02-111-2/+8
* renaming various functions for consistency sakedougm2001-02-081-3/+3
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-3/+3
* Begin to remove the ability to allocate out of NULL pools. The firstrbb2000-12-311-3/+7
* put the pool functions in the pool code.gstein2000-12-061-58/+6
* fix apr_get_userdata(): return NULL if the userdata hash table isn't theregstein2000-12-061-2/+5
* When creating a sub-pool, we should inherit the parent pool's apr_abortrbb2000-12-031-2/+6
* Increment "initialize" every time a new APR user starts, so locks aren'tgregames2000-11-291-2/+1
* Make apr_pool_t's use hashes instead of the hacked up datastruct thatrbb2000-11-291-44/+15
* apr_initialize should only setup apr if this is the first call, andrbb2000-11-271-3/+16
* prefix libapr functions and types with apr_dougm2000-08-021-20/+20
* Move all APR functions related to strings to their own directory, andrbb2000-07-211-0/+1
* damn. went through all that work to const-ify "key" but missed the data.gstein2000-07-081-2/+5
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-081-52/+46
* const-ify the userdata interfacesgstein2000-07-081-2/+2
* Remove ap_destroy_context from Apache 2.0. With the name change back torbb2000-05-221-6/+0
* Merging windows and Unix common misc files.rbb2000-05-171-1/+16
* Use ap_pcalloc instead of ap_palloc where it makes sense.rbb2000-04-301-1/+1
* Get APR's misc/unix building cleanly on OS/2 using include paths to getbjh2000-04-201-6/+2
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withrbb2000-04-191-3/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-13/+9
* namespace cleanup in locks/unixdgaudet2000-04-141-1/+1
* more documentation movementdgaudet2000-04-141-61/+0
* Add more code sharing arrangements and a few minor updates/tweaks.dreid2000-04-051-0/+6
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-7/+7