summaryrefslogtreecommitdiff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* JackFifo: Apply given init value in allocateAndreas Pape2022-03-291-4/+8
* POSIX: Remove unnecessary feature test macro.Florian Walpen2022-01-151-2/+0
* It compilesGoran Mekić2022-01-151-3/+4
* Put the clock_gettime based time impl into posix/Greg V2022-01-151-0/+78
* Do not use O_RDWR on semaphores on FreeBSDGreg V2022-01-151-2/+4
* Start semaphore names with a slash on FreeBSDGreg V2022-01-151-2/+8
* Update JackNetUnixSocket.cppihsinme2022-01-151-1/+1
* posix: fifo: use right prototypeTimo Wischer2020-09-131-1/+1
* posix: socket: Add missing time header includeTimo Wischer2020-06-301-0/+1
* posix: remove frequent log in verbose modeAdam Miartus2020-06-101-1/+0
* JackFifo: Fix the fifo name in the jack_error logLaxmi Devi2020-06-101-1/+1
* use feature test macro correctlyHenry Hu2020-05-141-11/+2
* jack: remove unnecessary GPL include from LGPL codeAdam Miartus2020-05-112-2/+0
* If pthread_setschedparam() in JackPosixThread::AcquireRealTimeImp() failsJuuso Alasuutari2019-09-181-7/+17
* FIx doxygen and user facing and non-facing typosluz.paz2019-09-114-7/+7
* Set fSocket to -1 after close on an error to prevent a double close.Joseph A. Yasi2019-06-191-0/+2
* Merge branch 'master' into developfalkTX2019-03-224-61/+61
|\
| * Correct GPL licence to LGPL for header files needed to build libjack.Stephane Letz2019-03-224-61/+61
* | Fix client UUID gen, and some warnings (#440)Filipe Coelho2019-03-182-2/+2
|/
* Fix OSX buildfalkTX2018-11-241-1/+1
* Revert "Fix unused{,-but-set}-variable compiler warnings."Karl Linden2018-10-061-0/+2
* Fix unused{,-but-set}-variable compiler warnings.Karl Linden2018-10-061-2/+0
* Set ToS octet on netjack packetsAlba Mendez2018-07-201-9/+1
* Use PTHREAD_EXPLICIT_SCHED for non RT threadsJames Thomas2018-07-201-0/+3
* Secure promiscuous mode for posix semaphoresCédric Schieli2017-03-182-3/+26
* Secure promiscuous mode for unix socketsCédric Schieli2017-03-182-9/+29
* Remove unused JackPosixSemaphore::Wait() functionJames Thomas2017-03-021-17/+0
* Fix a crash in JackPosixSemaphore::Wait()James Thomas2017-03-021-0/+5
* Fix for JackNetUnixSocket::SendTo.Stephane Letz2016-09-131-0/+1
* Fix C++14 warningAdrian Knoth2016-06-111-1/+1
* 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-032-3/+37
* support [unescaped] double-quotes in jackdrcRobin Gareus2015-01-131-3/+23
* Cleanup.Stephane Letz2014-04-291-1/+1
* Improve error reporting in NetJack2.Stephane Letz2014-03-091-6/+27
* More debug code in NetJack2.Stephane Letz2014-03-082-14/+66
* Uli Franke patch for start_server_classic.Stephane Letz2014-02-261-1/+9
* Fix promiscuous modeAdrian Knoth2013-05-242-2/+10
* Correctly pass code parameter in InfoShutdown callback.Stephane Letz2013-04-221-1/+1
* Cleanup netjack2 code (in progress).Stephane Letz2013-03-251-2/+2
* Correct JackPosixSemaphore::Allocate and JackPosixSemaphore::ConnectInput.Stephane Letz2013-02-281-2/+2
* Better handling of shutdown state in client side.Stephane Letz2013-01-312-5/+11
* Fix FTBFS introduced by ddb61e60Adrian Knoth2013-01-271-1/+1
* Correct JackClient::OnShutdown.Stephane Letz2013-01-261-3/+3
* John Emmas patch for Windows.Stephane Letz2013-01-261-0/+6
* Improve server shutdown and stop.Stephane Letz2013-01-251-1/+1
* Correct JackServerSocket::Bind.Stephane Letz2013-01-151-2/+4
* Fix some incoherency with strings (2).Stephane Letz2013-01-151-7/+6
* Move ClientKill in JackEngine class.Stephane Letz2013-01-131-3/+3