summaryrefslogtreecommitdiff
path: root/locks/unix/locks.c
Commit message (Expand)AuthorAgeFilesLines
* ** DEPRECATE old lock API: apr_lock.h **Aaron Bannert2002-04-091-412/+0
* Support for Posix semaphores for locking has been added. This usesJim Jagielski2002-04-041-3/+12
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Add the ability to pass flags to both apr_file_open and apr_mktemp.Ryan Bloom2002-01-081-1/+1
* roll the extra apr_lock_create_np() functionality into apr_lock_create()Jeff Trawick2001-12-291-12/+5
* Add the apr_file_mktemp function. This creates and opens aRyan Bloom2001-09-241-3/+3
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-101-18/+19
* Add tryacquire function to the apr_lock_* stable.Justin Erenkrantz2001-07-191-0/+24
* set the int interprocess lock handle to -1 at init in caseJeff Trawick2001-07-021-0/+3
* Fix warnings on Solaris 2.6 about assigning from pointer toCliff Woolley2001-07-021-1/+10
* Fix typo (method->meth).Justin Erenkrantz2001-07-011-1/+1
* slight cleanups to the Unix lock implementation...Jeff Trawick2001-06-291-33/+15
* Add apr_lock_create_np() (Unix only, for now) which allows the caller toJeff Trawick2001-06-261-8/+57
* Fix a few errors in the previous commit which affect locks on Unix:Jeff Trawick2001-06-251-2/+4
* Teach the Unix implementation of locks to:Jeff Trawick2001-06-251-127/+120
* on some Unix platforms pthread_t is a structure and the compiler won't allowJeff Trawick2001-06-141-3/+3
* apr_os_thread_t isn't necessarily a ptr; 0 is compatible withJeff Trawick2001-06-071-1/+1
* This is a much larger commit than I meant to have, but a lot hasDavid Reid2001-06-061-21/+26
* One slipped through the rename, but got it now!David Reid2001-06-051-1/+1
* A couple of changes...David Reid2001-06-051-11/+12
* OK, this basically adds a function that allows us to createDavid Reid2001-06-051-16/+45
* Implement read write locks. This commit will support POSIX pthreadJustin Erenkrantz2001-05-311-0/+80
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...Doug MacEachern2001-02-131-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-11/+11
* Fix VPATH support. APR builds now cleanly in a separate build directory.Sascha Schumann2000-12-151-1/+1
* New config variable apr_process_lock_is_global specifies that the selectedJeff Trawick2000-12-011-0/+16
* Move all of the lock private header files to an arch directory underRyan Bloom2000-11-091-1/+1
* APR locks on Unix: Let APR_LOCKALL locks work when APR isn'tJeff Trawick2000-08-111-4/+8
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-34/+34
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Make ap_child_init_lock() work properly... It didn'tJeff Trawick2000-07-191-1/+1
* a while back, we said "segfault on invalid params rather than returning anGreg Stein2000-07-081-17/+2
* const-ify the userdata interfacesGreg Stein2000-07-081-2/+2
* Big commit. Basically, if APR defines a public feature macro, then APRRyan Bloom2000-06-221-3/+3
* fix problems in recent change to use mkstemp(); also, fixJeff Trawick2000-06-031-6/+0
* FreeBSD 4.0 doesn't like tempnam, so we are using mkstemp now. I hopeRyan Bloom2000-06-031-1/+3
* Use ap_pcalloc instead of ap_palloc where it makes sense.Ryan Bloom2000-04-301-2/+2
* APR_ENOCONT doesn't make any sense without contexts. Replaced them all withRyan Bloom2000-04-191-1/+1
* replace some of the consts lost during overlappingJeff Trawick2000-04-141-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-5/+5
* namespace cleanup in locks/unixdgaudet2000-04-141-9/+9
* Change the fname parm of ap_create_lock() and ap_child_init_lock()Jeff Trawick2000-04-141-2/+3
* more documentation movementdgaudet2000-04-141-83/+0
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-031-12/+12
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-031-12/+12
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+31
* Fix more docs and change some parameter order on ap_getopt. This makesRyan Bloom2000-03-141-19/+22
* changed erroneous references to type to scope; added scope to lock_tRonald Tschalar2000-03-101-15/+19
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9