summaryrefslogtreecommitdiff
path: root/locks/win32
Commit message (Expand)AuthorAgeFilesLines
* Implement portable accessors for proc mutex. These are equivalent toaaron2001-10-191-0/+25
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byaaron2001-10-171-0/+3
* Adds apr_thread_cond_timedwait() interface to new lock API.aaron2001-10-121-0/+6
* Implement pool accessors for thread_condition variables.rbb2001-09-291-0/+3
* Implement pool accessor for rwlocks.rbb2001-09-291-0/+2
* Implement pool accessor functions for proc mutex'srbb2001-09-291-0/+2
* Add pool accessors to the apr_thread_mutex_t datatype.rbb2001-09-261-0/+3
* New process locking API for APR.rbb2001-09-191-0/+103
* Remove some debugging logic that I forgot about.rbb2001-09-191-3/+0
* An initial thread_condition variable implementation for Windows.rbb2001-09-181-5/+68
* We have to decrement the writer count, or we will never be ablerbb2001-09-151-0/+1
* Implement read/write locks on Windows. This passes the testsrbb2001-09-151-5/+39
* Implement apr_thread_mutex_trylock on Windowsrbb2001-09-131-1/+6
* Add condition variables to the APR set of locking functions.rbb2001-09-131-0/+88
* We don't actually use this SECURITY_ATTRIBUTE, so it doesn't need to berbb2001-09-111-5/+0
* Add the new thread_mutex API to the Windows build. This works onrbb2001-09-101-7/+23
* Add the new thread read/write API to APR. This doesn't change anyrbb2001-09-081-0/+97
* Add the new thread_lock API to APR. This is the first step to breakingrbb2001-09-041-0/+92
* Add tryacquire function to the apr_lock_* stable.jerenkrantz2001-07-191-0/+5
* Clean up Win32 locks when the pool goes away.trawick2001-06-131-16/+30
* This is a much larger commit than I meant to have, but a lot hasdreid2001-06-061-39/+0
* Two typographical nits, and add some missing headers to our browser view.wrowe2001-06-061-0/+1
* (Attempt to) fix the build on Win32 from the sms-ified locks that Davidjwoolley2001-06-061-1/+2
* A couple of changes...dreid2001-06-051-15/+15
* OK, this basically adds a function that allows us to createdreid2001-06-051-0/+39
* Fix typo that broke windowsake2001-06-011-1/+1
* Implement read write locks. This commit will support POSIX pthreadjerenkrantz2001-05-311-19/+68
* 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