| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement portable accessors for proc mutex. These are equivalent to | aaron | 2001-10-19 | 1 | -0/+25 |
* | Added a new parameter to apr_thread_mutex_init(). Mutexes are now by | aaron | 2001-10-17 | 1 | -0/+3 |
* | Adds apr_thread_cond_timedwait() interface to new lock API. | aaron | 2001-10-12 | 1 | -0/+6 |
* | Implement pool accessors for thread_condition variables. | rbb | 2001-09-29 | 1 | -0/+3 |
* | Implement pool accessor for rwlocks. | rbb | 2001-09-29 | 1 | -0/+2 |
* | Implement pool accessor functions for proc mutex's | rbb | 2001-09-29 | 1 | -0/+2 |
* | Add pool accessors to the apr_thread_mutex_t datatype. | rbb | 2001-09-26 | 1 | -0/+3 |
* | New process locking API for APR. | rbb | 2001-09-19 | 1 | -0/+103 |
* | Remove some debugging logic that I forgot about. | rbb | 2001-09-19 | 1 | -3/+0 |
* | An initial thread_condition variable implementation for Windows. | rbb | 2001-09-18 | 1 | -5/+68 |
* | We have to decrement the writer count, or we will never be able | rbb | 2001-09-15 | 1 | -0/+1 |
* | Implement read/write locks on Windows. This passes the tests | rbb | 2001-09-15 | 1 | -5/+39 |
* | Implement apr_thread_mutex_trylock on Windows | rbb | 2001-09-13 | 1 | -1/+6 |
* | Add condition variables to the APR set of locking functions. | rbb | 2001-09-13 | 1 | -0/+88 |
* | We don't actually use this SECURITY_ATTRIBUTE, so it doesn't need to be | rbb | 2001-09-11 | 1 | -5/+0 |
* | Add the new thread_mutex API to the Windows build. This works on | rbb | 2001-09-10 | 1 | -7/+23 |
* | Add the new thread read/write API to APR. This doesn't change any | rbb | 2001-09-08 | 1 | -0/+97 |
* | Add the new thread_lock API to APR. This is the first step to breaking | rbb | 2001-09-04 | 1 | -0/+92 |
* | Add tryacquire function to the apr_lock_* stable. | jerenkrantz | 2001-07-19 | 1 | -0/+5 |
* | Clean up Win32 locks when the pool goes away. | trawick | 2001-06-13 | 1 | -16/+30 |
* | This is a much larger commit than I meant to have, but a lot has | dreid | 2001-06-06 | 1 | -39/+0 |
* | Two typographical nits, and add some missing headers to our browser view. | wrowe | 2001-06-06 | 1 | -0/+1 |
* | (Attempt to) fix the build on Win32 from the sms-ified locks that David | jwoolley | 2001-06-06 | 1 | -1/+2 |
* | A couple of changes... | dreid | 2001-06-05 | 1 | -15/+15 |
* | OK, this basically adds a function that allows us to create | dreid | 2001-06-05 | 1 | -0/+39 |
* | Fix typo that broke windows | ake | 2001-06-01 | 1 | -1/+1 |
* | Implement read write locks. This commit will support POSIX pthread | jerenkrantz | 2001-05-31 | 1 | -19/+68 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 1 | -1/+1 |
* | doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo... | dougm | 2001-02-13 | 1 | -1/+1 |
* | renaming various functions for consistency sake | dougm | 2001-02-08 | 1 | -11/+11 |
* | Add remaining APR_DECLARE()s to all headers. Conditionally added | wrowe | 2001-01-18 | 1 | -14/+21 |
* | Move all of the lock private header files to an arch directory under | rbb | 2000-11-09 | 2 | -71/+1 |
* | Here it is, the Win32 part of the big canonical errors patch. | wrowe | 2000-10-06 | 1 | -4/+4 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 2 | -26/+26 |
* | Changes to get Win32 compiling again, including substituting | wrowe | 2000-07-25 | 1 | -1/+1 |
* | This should fix a broken function on Windows. Could somebody with a | rbb | 2000-07-10 | 1 | -2/+1 |
* | a while back, we said "segfault on invalid params rather than returning an | gstein | 2000-07-08 | 1 | -17/+3 |
* | const-ify the userdata interfaces | gstein | 2000-07-08 | 1 | -2/+2 |
* | Fix various return code problems in APR on Win32. For most of | trawick | 2000-05-01 | 1 | -3/+3 |
* | Back out APR_TRUE|FALSE patch for Win32 system calls. | stoddard | 2000-04-28 | 1 | -4/+4 |
* | prefix TRUE,FALSE with APR_ | dougm | 2000-04-28 | 1 | -4/+4 |
* | APR_ENOCONT doesn't make any sense without contexts. Replaced them all with | rbb | 2000-04-19 | 1 | -1/+1 |
* | Win32: Return the real error on lock failure | stoddard | 2000-04-19 | 1 | -4/+1 |
* | Restore the space that someone just ate. | fielding | 2000-04-15 | 1 | -52/+52 |
* | replace some of the consts lost during overlapping | trawick | 2000-04-14 | 1 | -1/+1 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | rbb | 2000-04-14 | 2 | -58/+58 |
* | Change the fname parm of ap_create_lock() and ap_child_init_lock() | trawick | 2000-04-14 | 1 | -2/+3 |
* | Finish the APR naming cleanup. This removes the struct's from | rbb | 2000-04-03 | 1 | -13/+13 |
* | fix the rest of the struct foo_t to struct ap_foo_t. Next is removing the | rbb | 2000-04-03 | 2 | -14/+14 |
* | Update to Apache Software License version 1.1 | fielding | 2000-03-31 | 2 | -63/+62 |