summaryrefslogtreecommitdiff
path: root/locks/unix/proc_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r380120, r382030 from trunk:jorton2006-03-161-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* Introduce the proc_mutex_no_tryacquire stub, returning APR_ENOTIMPL,wrowe2003-08-061-5/+9
* Invert the order of marking the lock as released. Since we firstwrowe2003-08-061-5/+5
* Add proc_mutex_lockfile() for retrieving the name of the filetrawick2003-06-071-0/+12
* Don't require the lock file name to be passed intotrawick2003-06-071-0/+3
* When using a temporary file for flock- and fcntl-based mutexes,trawick2003-06-071-7/+4
* Don't segfault trying to close a file in error paths of flocktrawick2003-04-191-3/+6
* Bugz 17186jim2003-03-271-0/+1
* When we generate our own semaphore name (internally) when usingjim2003-02-231-7/+23
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-2/+2
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* axe the remaining proc_mutex_FOO_destroy() functions, which aretrawick2002-11-211-44/+1
* get apr_proc_mutex_destroy() out from undertrawick2002-11-211-6/+6
* apr_proc_mutex_destroy should be exported.rbb2002-11-211-1/+1
* Register the proc_mutex cleanup with an exported API. Most of thisrbb2002-11-201-23/+18
* Rip out buggy nested-mutex code from apr_proc_mutex. This should fix subtleaaron2002-11-181-58/+3
* Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macrobrianp2002-06-301-1/+3
* Added 2 additional lock functions: apr_proc_mutex_name andjim2002-06-071-5/+28
* Fix a problem with global mutexes on OS/390 when something othertrawick2002-05-091-4/+4
* ** DEPRECATE old lock API: apr_lock.h **aaron2002-04-091-4/+2
* Be a bit more clear about the FIXME statement and the exactjim2002-04-051-3/+7
* Support for Posix semaphores for locking has been added. This usesjim2002-04-041-3/+136
* Get flock-based mutexes to work in apps like Apache. Use thetrawick2002-04-011-4/+6
* Update our copyright for this year.fielding2002-03-131-1/+1
* Fix another couple of bugs I introduced with the flags parameter torbb2002-01-081-2/+2
* Add the ability to pass flags to both apr_file_open and apr_mktemp.rbb2002-01-081-1/+1
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-291-18/+3
* Change proc_mutex_fcntl_create() to remove the lock file. There wastrawick2001-10-251-1/+6
* It is dangerous to use the identifier "stat" when there is a function ofaaron2001-10-231-67/+67
* return the error that caused the operation to fail, not the currenttrawick2001-10-231-1/+1
* Implement portable accessors for proc mutex. These are equivalent toaaron2001-10-191-0/+35
* Implement pool accessor functions for proc mutex'srbb2001-09-291-0/+2
* Add the apr_file_mktemp function. This creates and opens arbb2001-09-241-27/+38
* fix some missed function renames (proc_pthread_cleanup ->trawick2001-09-191-6/+6
* New process locking API for APR.rbb2001-09-191-0/+799