summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add note about env var JACK_NO_AUDIO_RESERVATIONThomas Brand2017-07-201-0/+4
|/ /
* | Merge pull request #277 from kmatheussen/masterFilipe Coelho2017-07-185-5/+3
|\ \
| * | Tests: Fix compilation with gcc7Kjetil Matheussen2017-07-151-1/+1
| * | Example clients: Fix compilation of tw.cKjetil Matheussen2017-07-151-0/+1
| * | JackDebugClient: Keep client->fSynchroTable. Prevents crash in jack_client_wa...Kjetil Matheussen2017-07-153-4/+1
|/ /
* | Merge pull request #271 from kmatheussen/masterFilipe Coelho2017-07-122-0/+15
|\ \
| * | README: Instructions for cross-compiling with mingwKjetil Matheussen2017-07-121-0/+11
| * | Windows: winsock2.h must be included before including windows.hKjetil Matheussen2017-06-151-0/+4
* | | Merge pull request #270 from y-fujii/fix_msys2_compilationFilipe Coelho2017-07-126-21/+48
|\ \ \
| * | | add _snprintf() wrapper.Yasuhiro Fujii2017-06-242-6/+23
| * | | Change JackPortAudioDriver::Open() to permit a long device name and use trunc...Yasuhiro Fujii2017-06-241-7/+5
| * | | fix compilation on MSYS2.Yasuhiro Fujii2017-06-243-2/+18
| * | | Make locate_dll_driver_dir() independent from the dll file name.Yasuhiro Fujii2017-06-161-7/+3
| |/ /
* | | waf: Nitpick styling for consistency. Fixes #172.Karl Linden2017-06-165-81/+79
|/ /
* | 1.9.11-RC1 releasev1.9.11-RC1falkTX2017-06-136-5/+11
* | Fixed a compiler warning in the memops.c file. (#267)Hunter Allen2017-05-181-1/+1
|/
* Merge pull request #142 from jmendeth/patch-2Adrian Knoth2017-03-121-2/+2
|\
| * Correct typos in JackNetTool.cppXavier Mendez2015-09-101-2/+2
* | Merge pull request #141 from jmendeth/patch-1Adrian Knoth2017-03-121-2/+1
|\ \
| * | Account for IP+UDP header in MTUXavier Mendez2015-09-061-2/+1
| |/
* | Merge pull request #215 from jmendeth/alsa-correctionAdrian Knoth2017-03-122-4/+4
|\ \
| * | Convert between sample rates when necessaryXavier Mendez2016-06-222-4/+4
* | | Merge pull request #219 from falkTX/masterAdrian Knoth2017-03-124-3/+331
|\ \ \
| * | | Use Linux futex as JackSynchrofalkTX2017-03-074-3/+331
| |/ /
* | | Merge pull request #208 from gazoo74/valgrindAdrian Knoth2017-03-122-66/+139
|\ \ \
| * | | Fix duplicate instruction.Gaël PORTAY2016-05-191-1/+0
| * | | Fix initialization of members from default constructors.Gaël PORTAY2016-05-191-48/+92
| * | | Fix initialization of string members.Gaël PORTAY2016-05-191-17/+46
| * | | Fix uninitialized fEndDateUst.Gaël PORTAY2016-05-191-0/+1
* | | | Merge pull request #228 from falkTX/jack_load_autocloseAdrian Knoth2017-03-121-3/+43
|\ \ \ \
| * | | | Add autoclose option to jack_loadfalkTX2017-03-071-3/+43
| | |/ / | |/| |
* | | | Merge pull request #229 from rahul-bedarkar/fix-build-with-glibcAdrian Knoth2017-03-121-0/+1
|\ \ \ \
| * | | | tests: define __STDC_LIMIT_MACROSRahul Bedarkar2016-08-271-0/+1
| |/ / /
* | | | Merge pull request #255 from jamespthomas/james/fix-wait-crashAdrian Knoth2017-03-121-12/+0
|\ \ \ \
| * | | | Remove unused JackPosixSemaphore::Wait() functionJames Thomas2017-03-021-17/+0
| * | | | Fix a crash in JackPosixSemaphore::Wait()James Thomas2017-03-021-0/+5
|/ / / /
* | | | Merge pull request #190 from jackaudio/waf-macosx-fixesAdrian Knoth2017-02-2824-71/+1085
|\ \ \ \
| * \ \ \ Merge branch 'master' into waf-macosx-fixes.waf-macosx-fixesKarl Linden2016-03-318-114/+95
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into waf-macosx-fixesKarl Linden2016-02-251-1/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into waf-macosx-fixesKarl Linden2016-02-251-0/+26
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into waf-macosx-fixesKarl Linden2016-02-2036-161/+159
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #179 from joshdekock/merger-branchKarl Lindén2015-12-2018-39/+101
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fixed building AudioAdapter on OSXethe2015-12-192-8/+11
| | * | | | | | | | fixed frameworks in wscriptsJosh de Kock (ethe)2015-12-191-9/+6
| | * | | | | | | | Fixed styling of wscriptsethe2015-12-161-2/+2
| | * | | | | | | | Update travis.yml to test on both OSX & Linuxethe2015-12-151-6/+31
| | * | | | | | | | Remember to add Foundation.h to use NS*ethe2015-12-151-0/+1
| | * | | | | | | | Fixed linking errors with frameworks for OSXethe2015-12-153-29/+63
| | * | | | | | | | Use mach semaphore rather than posixethe2015-12-151-4/+4
| | * | | | | | | | Updated deprecated error handling functionethe2015-12-151-6/+8