summaryrefslogtreecommitdiff
path: root/include/apr_proc_mutex.h
Commit message (Expand)AuthorAgeFilesLines
* Revert 1733684 (r930508, r1667900, r1667901, r1667903, r1667962, r1669077, r1...wrowe2017-05-241-14/+1
* Revert 1790490 (r1790488 from trunk), was;wrowe2017-05-231-2/+4
* Revert 1790527 (r1790521, r1790523 from trunk), was;wrowe2017-05-231-1/+1
* Revert 1790633 (r1790632 from trunk), was;wrowe2017-05-231-3/+1
* Merge r1790632 from trunk:ylavic2017-04-071-1/+3
* Merge r1790521, r1790523 from trunk:ylavic2017-04-071-1/+1
* Merge r1790488 from trunk:ylavic2017-04-071-4/+2
* Merge r1733775, r1738791 from trunk:ylavic2016-04-121-3/+10
* Merge r930508, r1667900, r1667901, r1667903, r1667962, r1669077, r1671292, r1...ylavic2016-03-051-1/+14
* Merge r741862, r741866 from trunk:jim2014-04-281-0/+6
* revret 1533105jim2013-10-171-6/+0
* Merge r1533104 from trunk:jim2013-10-171-0/+6
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Add proc_mutex_lockfile() for retrieving the name of the filetrawick2003-06-071-0/+7
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-7/+9
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Register the proc_mutex cleanup with an exported API. Most of thisrbb2002-11-201-0/+8
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-5/+16
* Added 2 additional lock functions: apr_proc_mutex_name andjim2002-06-071-0/+13
* ** DEPRECATE old lock API: apr_lock.h **aaron2002-04-091-1/+4
* Support for Posix semaphores for locking has been added. This usesjim2002-04-041-0/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* roll the extra apr_lock_create_np() functionality into apr_lock_create()trawick2001-12-291-21/+6
* Implement pool accessor functions for proc mutex'srbb2001-09-291-0/+6
* Add suitable #if protection to non-portable functionbjh2001-09-251-0/+3
* New process locking API for APR.rbb2001-09-191-0/+165