summaryrefslogtreecommitdiff
path: root/locks/win32
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to 2001fielding2001-02-161-1/+1
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...dougm2001-02-131-1/+1
* renaming various functions for consistency sakedougm2001-02-081-11/+11
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-14/+21
* Move all of the lock private header files to an arch directory underrbb2000-11-092-71/+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-022-26/+26
* Changes to get Win32 compiling again, including substitutingwrowe2000-07-251-1/+1
* This should fix a broken function on Windows. Could somebody with arbb2000-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/+2
* Fix various return code problems in APR on Win32. For most oftrawick2000-05-011-3/+3
* Back out APR_TRUE|FALSE patch for Win32 system calls.stoddard2000-04-281-4/+4
* prefix TRUE,FALSE with APR_dougm2000-04-281-4/+4
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withrbb2000-04-191-1/+1
* Win32: Return the real error on lock failurestoddard2000-04-191-4/+1
* Restore the space that someone just ate.fielding2000-04-151-52/+52
* replace some of the consts lost during overlappingtrawick2000-04-141-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-142-58/+58
* Change the fname parm of ap_create_lock() and ap_child_init_lock()trawick2000-04-141-2/+3
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-13/+13
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-032-14/+14
* Update to Apache Software License version 1.1fielding2000-03-312-63/+62
* Fix all the License issues. Including:rbb2000-03-102-18/+18
* Move Windows project files to the attic.stoddard2000-01-122-116/+0
* Plug some memory leaks, and eliminate a little redundant code.manoj1999-11-051-9/+2
* Fix a bug in the logic to set/get userdata from ALL apr types. I haverbb1999-10-151-1/+1
* YAAS (yet another arg swap)stoddard1999-10-121-1/+1
* Arg swap.stoddard1999-10-111-1/+1
* Bring the misc code up to the APR parameter order spec. This also fixes a fewrbb1999-10-081-2/+2
* Parameter order change for the locks directory. They are all up torbb1999-10-081-4/+4
* Fix more misuse of locktypestoddard1999-10-081-3/+3
* Fix problem leftover from when the lock_scope arg was added to create_lockstoddard1999-10-081-1/+1
* 1. Add Win32 CriticalSections for intra-process lockingstoddard1999-10-052-20/+53
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-1/+1
* Updates to allow locks.c to compile (userdata updates from the Unix tree)stoddard1999-09-221-5/+8
* Update APR on Win32 to compile after moving it into the mpm treerbb1999-08-181-2/+2
* Initial revisionrbb1999-08-174-0/+361