summaryrefslogtreecommitdiff
path: root/locks/netware
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-204-19/+19
* Revert 1839699, this contained unintended, additional noise. Re-correcting.William A. Rowe Jr2018-08-301-1/+1
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDWilliam A. Rowe Jr2018-08-301-1/+1
* locks: thread: timedlock: better handling of spurious wakeups that may beYann Ylavic2017-05-071-10/+12
* apr_{thread,proc,global}_timedlock() with negative timeout is now equivalentYann Ylavic2017-04-071-8/+2
* locks: follow up to r1790488.Yann Ylavic2017-04-072-2/+2
* locks: follow up to r1667900.Yann Ylavic2017-04-072-18/+13
* locks/netware: follow up to r1667962 and r1667900: fix typos (compile errors).Yann Ylavic2016-09-173-4/+4
* apr_os_proc_mutex_put_ex: Allow to specify whether the OS nativeYann Ylavic2016-04-131-1/+8
* proc_mutex-netware: follow up to r1733775.Yann Ylavic2016-03-061-14/+2
* apr_proc/global_mutex: Fix API regarding the native OS mutexesYann Ylavic2016-03-061-8/+60
* Follow up to r1667900: handle negative (infinite) timeout in mutex/cond timed...Yann Ylavic2015-03-202-13/+29
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-192-10/+120
* Axed C++ comments and tabs.Guenter Knauf2011-02-261-4/+4
* Add object perms set macros and implement them for shm and mutexMladen Turk2009-02-071-0/+2
* Fix the typo.Joe Orton2006-08-034-4/+4
* Update license header.Joe Orton2006-08-034-24/+24
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-044-4/+8
* Fixing various compiler errors when compiling against the latest version of L...Bradley Nicholes2004-11-271-1/+1
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-134-196/+40
* Add proc_mutex_lockfile() for retrieving the name of the fileJeff Trawick2003-06-071-0/+5
* Namespace protection for include/arch/ header filesThom May2003-01-064-6/+6
* Update copyright notices to 2003.Thom May2003-01-014-4/+4
* Implemention of apr_proc_mutex_cleanup() for NetWareBradley Nicholes2002-11-221-0/+5
* Added 2 additional lock functions: apr_proc_mutex_name andJim Jagielski2002-06-071-0/+10
* Split APR_THREAD_MUTEX_DEFAULT with a new APR_THREAD_MUTEX_UNNESTEDWilliam A. Rowe Jr2002-05-291-1/+5
* ** DEPRECATE old lock API: apr_lock.h **Aaron Bannert2002-04-091-317/+0
* Update our copyright for this year.Roy T. Fielding2002-03-135-5/+5
* Removed global_mutex.c since global mutexes on NetWare have beenBradley Nicholes2002-02-221-119/+0
* Implementation of the global mutex APIsBradley Nicholes2002-02-201-6/+30
* get rid of a stray ';' after APR_IMPLEMENT_POOL_ACCESSOR()Jeff Trawick2002-02-181-1/+1
* Add a new lock API: apr_global_mutex_tAaron Bannert2002-02-181-0/+95
* Piggy-backed the proc_mutexes on the thread_mutexes since all resourcesBradley Nicholes2002-02-081-10/+33
* Removed a workaround for a bug that has been fixedBradley Nicholes2002-02-081-4/+1
* Directly included the NKS/errno.h headerBradley Nicholes2002-02-081-0/+2
* Cleanup work on the proc stubs that are unused in NetWareBradley Nicholes2002-01-081-12/+2
* roll the extra apr_lock_create_np() functionality into apr_lock_create()Jeff Trawick2001-12-292-9/+6
* Added a check to make sure we aren't trying to unlock and lock we don't haveBradley Nicholes2001-12-191-1/+4
* Implemented apr_cond_timedwaitBradley Nicholes2001-11-021-1/+5
* Implement portable accessors for proc mutex. These are equivalent toAaron Bannert2001-10-191-0/+25
* Added a new parameter to apr_thread_mutex_init(). Mutexes are now byAaron Bannert2001-10-171-0/+2
* Adds apr_thread_cond_timedwait() interface to new lock API.Aaron Bannert2001-10-121-0/+6
* Implementation of the new locking routinesBradley Nicholes2001-10-043-18/+124
* Implement pool accessors for thread_condition variables.Ryan Bloom2001-09-291-0/+3
* Implement pool accessor for rwlocks.Ryan Bloom2001-09-291-0/+2
* Implement pool accessor functions for proc mutex'sRyan Bloom2001-09-291-0/+2
* Add pool accessors to the apr_thread_mutex_t datatype.Ryan Bloom2001-09-261-0/+2
* New process locking API for APR.Ryan Bloom2001-09-191-0/+103
* Add condition variables to the APR set of locking functions.Ryan Bloom2001-09-131-0/+88
* Add the new thread read/write API to APR. This doesn't change anyRyan Bloom2001-09-081-0/+97