summaryrefslogtreecommitdiff
path: root/threadproc/win32/threadpriv.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunk revs 1083169, 1083177, 1083178, 1083183, and 1083227trawick2011-03-211-1/+1
* Backout R434327, R437115, which...wrowe2006-11-221-15/+2
* Implement apr_threadkey_private destructors on WIN32mturk2006-08-241-2/+15
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Fix up Win32-private includes to bring it in line with all other platforms.jerenkrantz2006-07-121-1/+1
* 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
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Rename all the "cntxt" members of the thread and proc structures tostriker2002-03-191-9/+9
* Update our copyright for this year.fielding2002-03-131-1/+1
* I don't think this routine is ever used, but the key needs to befielding2001-04-121-1/+8
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-10/+10
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-13/+18
* Move all of the threadproc private header files to an arch directory underrbb2000-11-091-1/+1
* Here it is, the Win32 part of the big canonical errors patch.wrowe2000-10-061-4/+4
* prefix libapr functions and types with apr_dougm2000-08-021-16/+16
* Fix ap_get_os_threadkey.rbb2000-07-101-2/+1
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-081-17/+3
* const-ify the userdata interfacesgstein2000-07-081-2/+4
* Fix various return code problems in APR on Win32. For most oftrawick2000-05-011-4/+6
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withrbb2000-04-191-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-2/+2
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-9/+9
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-9/+9
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Fix a bug in the logic to set/get userdata from ALL apr types. I haverbb1999-10-151-2/+2
* More argument swaps...stoddard1999-10-121-2/+2
* This finishes the argument swaps. The docs haven't been updated, andrbb1999-10-111-5/+5
* Bring the misc code up to the APR parameter order spec. This also fixes a fewrbb1999-10-081-2/+2
* Ryan's last patch to change argument order missed a few Win32 APR funcs.stoddard1999-10-041-3/+3
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-1/+1
* Make threadproc compile on Win32stoddard1999-09-221-10/+11
* Initial revisionrbb1999-08-171-0/+138