| Commit message (Expand) | Author | Age | Files | Lines |
* | ** DEPRECATE old lock API: apr_lock.h ** | Aaron Bannert | 2002-04-09 | 1 | -412/+0 |
* | Support for Posix semaphores for locking has been added. This uses | Jim Jagielski | 2002-04-04 | 1 | -3/+12 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Add the ability to pass flags to both apr_file_open and apr_mktemp. | Ryan Bloom | 2002-01-08 | 1 | -1/+1 |
* | roll the extra apr_lock_create_np() functionality into apr_lock_create() | Jeff Trawick | 2001-12-29 | 1 | -12/+5 |
* | Add the apr_file_mktemp function. This creates and opens a | Ryan Bloom | 2001-09-24 | 1 | -3/+3 |
* | Wrap all APR functions in APR_DECLARE macro. | Ryan Bloom | 2001-08-10 | 1 | -18/+19 |
* | Add tryacquire function to the apr_lock_* stable. | Justin Erenkrantz | 2001-07-19 | 1 | -0/+24 |
* | set the int interprocess lock handle to -1 at init in case | Jeff Trawick | 2001-07-02 | 1 | -0/+3 |
* | Fix warnings on Solaris 2.6 about assigning from pointer to | Cliff Woolley | 2001-07-02 | 1 | -1/+10 |
* | Fix typo (method->meth). | Justin Erenkrantz | 2001-07-01 | 1 | -1/+1 |
* | slight cleanups to the Unix lock implementation... | Jeff Trawick | 2001-06-29 | 1 | -33/+15 |
* | Add apr_lock_create_np() (Unix only, for now) which allows the caller to | Jeff Trawick | 2001-06-26 | 1 | -8/+57 |
* | Fix a few errors in the previous commit which affect locks on Unix: | Jeff Trawick | 2001-06-25 | 1 | -2/+4 |
* | Teach the Unix implementation of locks to: | Jeff Trawick | 2001-06-25 | 1 | -127/+120 |
* | on some Unix platforms pthread_t is a structure and the compiler won't allow | Jeff Trawick | 2001-06-14 | 1 | -3/+3 |
* | apr_os_thread_t isn't necessarily a ptr; 0 is compatible with | Jeff Trawick | 2001-06-07 | 1 | -1/+1 |
* | This is a much larger commit than I meant to have, but a lot has | David Reid | 2001-06-06 | 1 | -21/+26 |
* | One slipped through the rename, but got it now! | David Reid | 2001-06-05 | 1 | -1/+1 |
* | A couple of changes... | David Reid | 2001-06-05 | 1 | -11/+12 |
* | OK, this basically adds a function that allows us to create | David Reid | 2001-06-05 | 1 | -16/+45 |
* | Implement read write locks. This commit will support POSIX pthread | Justin Erenkrantz | 2001-05-31 | 1 | -0/+80 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo... | Doug MacEachern | 2001-02-13 | 1 | -1/+1 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -11/+11 |
* | Fix VPATH support. APR builds now cleanly in a separate build directory. | Sascha Schumann | 2000-12-15 | 1 | -1/+1 |
* | New config variable apr_process_lock_is_global specifies that the selected | Jeff Trawick | 2000-12-01 | 1 | -0/+16 |
* | Move all of the lock private header files to an arch directory under | Ryan Bloom | 2000-11-09 | 1 | -1/+1 |
* | APR locks on Unix: Let APR_LOCKALL locks work when APR isn't | Jeff Trawick | 2000-08-11 | 1 | -4/+8 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -34/+34 |
* | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 | 1 | -0/+1 |
* | Make ap_child_init_lock() work properly... It didn't | Jeff Trawick | 2000-07-19 | 1 | -1/+1 |
* | a while back, we said "segfault on invalid params rather than returning an | Greg Stein | 2000-07-08 | 1 | -17/+2 |
* | const-ify the userdata interfaces | Greg Stein | 2000-07-08 | 1 | -2/+2 |
* | Big commit. Basically, if APR defines a public feature macro, then APR | Ryan Bloom | 2000-06-22 | 1 | -3/+3 |
* | fix problems in recent change to use mkstemp(); also, fix | Jeff Trawick | 2000-06-03 | 1 | -6/+0 |
* | FreeBSD 4.0 doesn't like tempnam, so we are using mkstemp now. I hope | Ryan Bloom | 2000-06-03 | 1 | -1/+3 |
* | Use ap_pcalloc instead of ap_palloc where it makes sense. | Ryan Bloom | 2000-04-30 | 1 | -2/+2 |
* | APR_ENOCONT doesn't make any sense without contexts. Replaced them all with | Ryan Bloom | 2000-04-19 | 1 | -1/+1 |
* | replace some of the consts lost during overlapping | Jeff Trawick | 2000-04-14 | 1 | -1/+1 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 1 | -5/+5 |
* | namespace cleanup in locks/unix | dgaudet | 2000-04-14 | 1 | -9/+9 |
* | Change the fname parm of ap_create_lock() and ap_child_init_lock() | Jeff Trawick | 2000-04-14 | 1 | -2/+3 |
* | more documentation movement | dgaudet | 2000-04-14 | 1 | -83/+0 |
* | Finish the APR naming cleanup. This removes the struct's from | Ryan Bloom | 2000-04-03 | 1 | -12/+12 |
* | fix the rest of the struct foo_t to struct ap_foo_t. Next is removing the | Ryan Bloom | 2000-04-03 | 1 | -12/+12 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 1 | -32/+31 |
* | Fix more docs and change some parameter order on ap_getopt. This makes | Ryan Bloom | 2000-03-14 | 1 | -19/+22 |
* | changed erroneous references to type to scope; added scope to lock_t | Ronald Tschalar | 2000-03-10 | 1 | -15/+19 |
* | Fix all the License issues. Including: | Ryan Bloom | 2000-03-10 | 1 | -9/+9 |