summaryrefslogtreecommitdiff
path: root/threadproc/unix/threadpriv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * threadproc/unix/threadpriv.c (apr_threadkey_private_delete):Joe Orton2003-12-101-2/+4
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Style Police writes some more tickets...Sander Striker2002-03-191-14/+27
* Rename all the "cntxt" members of the thread and proc structures toSander Striker2002-03-191-9/+9
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-101-14/+14
* Remove a useless test.Cliff Woolley2001-02-191-5/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-12/+12
* Move apr_private.h.in from the include directory to the arch/unixRyan Bloom2000-12-081-1/+1
* Get exports.c symbols to compile even if the declaration is hidden inJeff Trawick2000-11-171-0/+9
* Move all of the threadproc private header files to an arch directory underRyan Bloom2000-11-091-1/+1
* Allow dso builds with pthreads enabled to work on platforms which don't haveGreg Ames2000-08-311-0/+2
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-20/+20
* Fix ap_get_os_threadkey.Ryan Bloom2000-07-101-2/+1
* a while back, we said "segfault on invalid params rather than returning anGreg Stein2000-07-081-19/+5
* const-ify the userdata interfacesGreg Stein2000-07-081-3/+4
* Cleanup yesterday's patch to make APR use APR namespace protected macros.Ryan Bloom2000-06-221-1/+1
* Big commit. Basically, if APR defines a public feature macro, then APRRyan Bloom2000-06-221-2/+3
* handle OS/390 flavor of pthread_getspecificJeff Trawick2000-05-061-0/+5
* Use ap_pcalloc instead of ap_palloc where it makes sense.Ryan Bloom2000-04-301-2/+2
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withRyan Bloom2000-04-191-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* more documentation movementdgaudet2000-04-141-59/+0
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-031-15/+15
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-031-10/+10
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+31
* Last doc update.Ryan Bloom2000-03-151-23/+29
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Fix the logic in blocking vs non-blocking pipes to children. It onlyRyan Bloom1999-12-031-5/+0
* Modify APR so that if we build without threads, we do not create no-opRyan Bloom1999-10-211-59/+4
* Fix a bug in the logic to set/get userdata from ALL apr types. I haveRyan Bloom1999-10-151-4/+4
* This finishes the argument swaps. The docs haven't been updated, andRyan Bloom1999-10-111-17/+20
* Bring the misc code up to the APR parameter order spec. This also fixes a fewRyan Bloom1999-10-081-2/+2
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-6/+6
* A change to how APR uses user data. Now, user data is a linked list thatRyan Bloom1999-09-141-6/+8
* Fix warnings.Ben Laurie1999-09-121-0/+1
* Initial revisionRyan Bloom1999-08-171-0/+260