summaryrefslogtreecommitdiff
path: root/posix/JackPosixSemaphore.cpp
Commit message (Expand)AuthorAgeFilesLines
* use feature test macro correctlyHenry Hu2020-05-141-11/+2
* Secure promiscuous mode for posix semaphoresCédric Schieli2017-03-181-1/+21
* Remove unused JackPosixSemaphore::Wait() functionJames Thomas2017-03-021-17/+0
* Fix a crash in JackPosixSemaphore::Wait()James Thomas2017-03-021-0/+5
* Missing return in JackPosixSemaphore::ConnectInputfalkTX2015-10-221-0/+1
* Framework moved in /Library again, using posing semaphores.Stephane Letz2015-10-081-0/+4
* Possible fix in JackPosixSemaphore::ConnectInput, cleanup.Stephane Letz2015-09-031-3/+7
* Fix promiscuous modeAdrian Knoth2013-05-241-1/+5
* Correct JackPosixSemaphore::Allocate and JackPosixSemaphore::ConnectInput.Stephane Letz2013-02-281-2/+2
* Code cleanup after compilation with clang.Stephane Letz2013-01-121-2/+4
* Move SYNC_MAX_NAME_SIZE in JackConstants.h, correct synchro primitives BuildN...Stephane Letz2013-01-121-1/+1
* Cleanup.sletz2012-01-221-2/+2
* Cleanup code using snprintf(2).sletz2011-11-161-4/+4
* More relax JackEngine::NotifyAddClient.Stephane Letz2011-07-231-1/+1
* A bit more explicit debug messages.sletz2011-07-191-8/+8
* Fix JackPosixSemaphore::TimedWait : same behavior as JackPosixSemaphore::Wait...sletz2010-06-131-1/+3
* Correct JackPosixSemaphore::Disconnect.sletz2010-05-121-2/+1
* Client incorrect re-naming fixed: now done at fifo level only.sletz2009-02-181-2/+4
* Better isolation of server and clients system resources to allow starting the...sletz2008-11-211-1/+2
* Header cleanup, add --clients and --ports options in configure.sletz2008-10-021-4/+0
* Merge Michael Voigt drops branch after reorganization step.sletz2008-09-051-0/+219