summaryrefslogtreecommitdiff
path: root/misc/unix/start.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-4/+4
* fix typo in commentJeff Trawick2014-01-181-1/+1
* Remove simple ipc because of -1Mladen Turk2009-02-241-1/+0
* Remove ipc init from apr_initialize.Mladen Turk2009-02-231-3/+0
* Add simple parent/child data exchange for APR processesMladen Turk2009-02-211-0/+4
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* 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/start.cSander Striker2003-09-271-3/+6
* Namespace protection for include/arch/ header filesThom May2003-01-061-2/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* fix a compiler warningBrian Pane2002-07-051-0/+1
* Call apr_atomic_init() during apr_initialize() in case we'reBrian Pane2002-07-051-0/+4
* fix typoCliff Woolley2002-06-121-1/+1
* Correct const'ification of apr_app_initialize and internal relatedWilliam A. Rowe Jr2002-04-131-1/+3
* ** DEPRECATE old lock API: apr_lock.h **Aaron Bannert2002-04-091-2/+0
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Changed apr_app_main to apr_app_initialize, but better yet - dropped allWilliam A. Rowe Jr2002-02-181-40/+4
* Removed the NetWare #ifdefs since NetWare now has its own version ofBradley Nicholes2002-02-011-8/+4
* Introduce apr_app_main() for global consumption.William A. Rowe Jr2002-01-301-2/+16
* Another update of the pools debug code.Sander Striker2002-01-131-0/+2
* Move us over to the new pools code. The debug code isn't in place yet,Sander Striker2001-12-141-17/+22
* Introduce apr_os_level, an apr-private internal value for optimizingWilliam A. Rowe Jr2001-11-271-0/+9
* Added a call to initialize the time functions for NetWareBradley Nicholes2001-11-051-0/+3
* Added a Winsock cleanup call required by NetWareBradley Nicholes2001-10-161-0/+3
* This patch sets us up to call the initialization routines for the unixJeff Trawick2001-10-081-0/+2
* On platforms where neither HAVE_GMTOFF nor HAVE___OFFSET is defined,Justin Erenkrantz2001-08-311-0/+2
* Added NETWARE to the WIN32 ifdef listBradley Nicholes2001-08-021-3/+3
* Solve the linkage issue with a native-C (nonstd convention) declarationWilliam A. Rowe Jr2001-06-061-1/+6
* *) Make the apr_pool_t structure private.Greg Stein2001-04-261-6/+0
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) add apr_signal_get_description() to that platforms (which have signals)Greg Stein2001-02-111-2/+8
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-3/+3
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-3/+3
* Begin to remove the ability to allocate out of NULL pools. The firstRyan Bloom2000-12-311-3/+7
* put the pool functions in the pool code.Greg Stein2000-12-061-58/+6
* fix apr_get_userdata(): return NULL if the userdata hash table isn't thereGreg Stein2000-12-061-2/+5
* When creating a sub-pool, we should inherit the parent pool's apr_abortRyan Bloom2000-12-031-2/+6
* Increment "initialize" every time a new APR user starts, so locks aren'tGreg Ames2000-11-291-2/+1
* Make apr_pool_t's use hashes instead of the hacked up datastruct thatRyan Bloom2000-11-291-44/+15
* apr_initialize should only setup apr if this is the first call, andRyan Bloom2000-11-271-3/+16
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-20/+20
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* damn. went through all that work to const-ify "key" but missed the data.Greg Stein2000-07-081-2/+5
* a while back, we said "segfault on invalid params rather than returning anGreg Stein2000-07-081-52/+46
* const-ify the userdata interfacesGreg Stein2000-07-081-2/+2
* Remove ap_destroy_context from Apache 2.0. With the name change back toRyan Bloom2000-05-221-6/+0
* Merging windows and Unix common misc files.Ryan Bloom2000-05-171-1/+16
* Use ap_pcalloc instead of ap_palloc where it makes sense.Ryan Bloom2000-04-301-1/+1