summaryrefslogtreecommitdiff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-122-5/+5
* Protect shared fSynchroTable access with a mutex.Stephane Letz2013-01-091-1/+0
* Delete some redundant macros and typedefs.Basil Nutmeg2013-01-082-18/+2
* Undeeded error messages removed.Stephane Letz2012-12-101-3/+0
* waf: configure option for enforcing autostart methodNedko Arnaudov2012-11-241-2/+5
* Move NotifyQuit in JackServer::Stop.Stephane Letz2012-10-241-1/+1
* Code moved in cpp files.Stephane Letz2012-03-162-29/+35
* Remove JACK_32_64 flag, so POST_PACKED_STRUCTURE now always used.Stephane Letz2012-03-091-7/+3
* More precise debug messages.sletz2012-02-023-13/+10
* Fix lock management in JackEngine.sletz2012-02-011-3/+0
* Use a time-out in notification channel write function.sletz2012-02-011-3/+4
* Check server API callback from notification thread.sletz2012-02-011-0/+6
* A bit more robust JackMessageBuffer implementation (in progress).sletz2012-01-291-14/+28
* Naming of synchro primitive on Windows(2).sletz2012-01-271-2/+2
* Naming of synchro primitive on Windows.sletz2012-01-271-1/+1
* Rename JackProcessSync in JackPosixProcessSync.sletz2012-01-272-39/+38
* Correct JackRouter::getChannelInfo.sletz2012-01-231-1/+1
* Cleanup.sletz2012-01-222-4/+5
* Better time-out management in NetJack2.sletz2012-01-191-8/+4