summaryrefslogtreecommitdiff
path: root/common/JackServer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for internal session filesinternal-session-filefalkTX2017-08-101-0/+11
* report self-connect-mode on server startNedko Arnaudov2014-03-101-0/+4
* remove the JackSelfConnectMode enum typeNedko Arnaudov2014-03-101-1/+1
* JackServer::SwitchMaster now correctly notify buffer_size and sample_rate cha...Stephane Letz2013-05-091-4/+10
* Fix in JackServer::SetFreewheel.Stephane Letz2013-05-071-1/+10
* Correctly pass code parameter in InfoShutdown callback.Stephane Letz2013-04-221-2/+2
* Correct JackServer::AddSlave.Stephane Letz2013-04-181-5/+7
* Port naming fix in CoreMidiDriver.Stephane Letz2013-04-181-9/+24
* Merge no-self-connect branchAdrian Knoth2013-04-061-3/+2
|\
| * Merge commit '1.9.9.5' into no-self-connectNedko Arnaudov2012-12-101-1/+1
| |\
| * \ Merge branch 'master' into no-self-connectAdrian Knoth2012-04-181-1/+6
| |\ \
| * \ \ Merge branch 'master' into no-self-connectNedko Arnaudov2011-12-151-4/+3
| |\ \ \
| * \ \ \ Merge branch 'master' into no-self-connectNedko Arnaudov2011-03-291-33/+52
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into no-self-connectNedko Arnaudov2011-03-141-33/+33
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into no-self-connectNedko Arnaudov2010-02-101-4/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into no-self-connectNedko Arnaudov2009-11-191-5/+8
| |\ \ \ \ \ \ \
| * | | | | | | | self_connect_mode engine parameterNedko Arnaudov2009-05-261-2/+2
* | | | | | | | | More robust JackServer::Stop().Stephane Letz2013-02-281-1/+11
* | | | | | | | | Rework XRun handling.Stephane Letz2013-01-271-1/+1
* | | | | | | | | Improve server shutdown and stop.Stephane Letz2013-01-251-7/+3
* | | | | | | | | Cleanup.Stephane Letz2013-01-251-33/+48
* | | | | | | | | Rework JackEngine::Shutdown.Stephane Letz2013-01-251-6/+7
* | | | | | | | | Move ClientKill in JackEngine class.Stephane Letz2013-01-131-13/+1
* | | | | | | | | Use JackTools::DefaultServerName() everywhere needed.Stephane Letz2013-01-121-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Move NotifyQuit in JackServer::Stop.Stephane Letz2012-10-241-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | A bit more robust JackMessageBuffer implementation (in progress).sletz2012-01-291-1/+3
* | | | | | | Add EndTime function (especially for Windows).sletz2012-01-261-0/+1
* | | | | | | Implement shutdown for in server clients.sletz2012-01-191-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Correct Start/Stop for Control API.sletz2011-08-311-0/+2
* | | | | | New JackTimedDriver class to be used by JackDummyDriver, JackNetDriver and Ja...sletz2011-07-291-1/+0
* | | | | | FW driver has to be explicitly closed.sletz2011-04-041-0/+1
* | | | | | Correct driver lifetime management.sletz2011-04-041-1/+0
* | | | | | Correct JackNetOneDriver::Close.sletz2011-04-011-1/+1
* | | | | | Correct SetBufferSize for drivers.Stephane Letz2011-03-301-2/+0
| |_|_|_|/ |/| | | |
* | | | | jackctl_server_add_slave and jackctl_server_remove_slave now test if server i...Stephane Letz2011-03-221-3/+13
* | | | | Make freewheel driver 'Start()', 'Process()', etc. methods called via the fre...Devin Anderson2011-03-211-14/+26
* | | | | Update server control API with jackctl_server_open and jackctl_server_close (...Devin Anderson2011-03-201-35/+32
| |_|_|/ |/| | |
* | | | Rework internal slave driver management, JackServerGlobals now handle same pa...sletz2011-03-131-4/+4
* | | | JackEngine::ComputeTotalLatencies in progress.sletz2011-03-091-17/+17
* | | | Correct JackServer::Open to avoid a race when control API is used on OSX.sletz2010-10-301-10/+10
* | | | Correct InternalClientLoad.Stéphane LETZ2010-05-071-6/+6
* | | | add uuid parameter to jack_client_open...Torben Hohn2010-05-051-6/+6
| |_|/ |/| |
* | | Use a QUIT notification to properly quit the server channel, the server chann...sletz2009-12-101-0/+1
* | | Dynamic choice of maximum port number.sletz2009-11-241-4/+4
| |/ |/|
* | jack_verbose moved to JackGlobals class.sletz2009-10-231-1/+1
* | Now start server channel thread only when backend has been started (so in Jac...sletz2009-10-231-4/+7
|/
* Move InitFrameTime in JackDriver::Start method.sletz2009-05-151-5/+0
* Cleanup loopback stuff in server.sletz2009-05-071-3/+1
* First working version of native MIDI backend (JackCoreMidiDriver, JackWinMMED...sletz2009-05-051-25/+2
* Correct JackServer::SwitchMaster.sletz2009-04-231-1/+3