summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Handle alloca properlycompatKarl Linden2018-10-073-3/+6
* Revert "Fix unused{,-but-set}-variable compiler warnings."Karl Linden2018-10-061-0/+12
* Fix unused{,-but-set}-variable compiler warnings.Karl Linden2018-10-061-12/+0
* Update copyright year in jackdfalkTX2018-08-181-1/+1
* Do not assert/crash when bad clients send unordered eventsfalkTX2018-08-181-1/+5
* jackdmp: Signal to systemd when readyTimo Wischer2018-08-081-0/+12
* More spelling fixes from Debian QAAdrian Knoth2018-02-252-5/+5
* Mass-fix spelling errorsAdrian Knoth2018-02-256-12/+12
* fixed potential copy&paste style bugs (#317)m-grabner2017-12-202-3/+3
* Merge pull request #257 from sdrik/pull/promiscuous-v2Filipe Coelho2017-09-154-0/+143
|\
| * Secure promiscuous mode for shared memory segmentsCédric Schieli2017-03-181-0/+6
| * Helper functions needed to secure the promiscuous mode.Cédric Schieli2017-03-183-0/+137
* | Fix typo in previous internal-session-file commitfalkTX2017-08-121-1/+1
* | Prepare 1.9.12 releasefalkTX2017-08-111-1/+1
* | Add support for internal session filesinternal-session-filefalkTX2017-08-109-5/+285
* | 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-121-0/+4
|\ \
| * | 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-122-7/+6
|\ \ \
| * | | fix compilation on MSYS2.Yasuhiro Fujii2017-06-241-0/+3
| * | | 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-161-27/+25
|/ /
* | 1.9.11-RC1 releasev1.9.11-RC1falkTX2017-06-132-1/+2
* | 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 #219 from falkTX/masterAdrian Knoth2017-03-121-1/+1
|\ \
| * | Use Linux futex as JackSynchrofalkTX2017-03-071-1/+1
* | | 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 #190 from jackaudio/waf-macosx-fixesAdrian Knoth2017-02-281-19/+32
|\ \ \ \
| * \ \ \ Merge branch 'master' into waf-macosx-fixes.waf-macosx-fixesKarl Linden2016-03-314-8/+8
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into waf-macosx-fixesKarl Linden2016-02-251-0/+26
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into waf-macosx-fixesKarl Linden2016-02-2023-72/+79
| |\ \ \ \ \ \
| * | | | | | | Fixed building AudioAdapter on OSXethe2015-12-191-4/+7
| * | | | | | | fixed frameworks in wscriptsJosh de Kock (ethe)2015-12-191-9/+6
| * | | | | | | Fixed linking errors with frameworks for OSXethe2015-12-151-15/+34
| * | | | | | | Drop problematic CPPFLAGS for MacOSX.Karl Linden2015-12-131-6/+0
* | | | | | | | Add ARM-NEON acceleration for all non-dithering sample conversion functionsAndreas Müller2017-02-231-2/+349
* | | | | | | | fix spelling mistake (#254)Edward Betts2017-02-071-1/+1
* | | | | | | | fix copy & paste bug on dither rambdom generator (#246)Andreas Müller2017-01-141-1/+1
* | | | | | | | Avoid side effects from parsing of "version" option in jackd (#245)Markus Seeber2017-01-131-15/+16
* | | | | | | | Don't pack structures on MIPS where unaligned access is not allowedJames Cowgill2016-10-181-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Heap-allocate client matrix in topo sortAdrian Knoth2016-06-111-5/+7
| |_|_|_|/ / |/| | | | |
* | | | | | Use conf.check instead of conf.check_cc.Karl Linden2016-05-171-5/+5
| |_|_|/ / |/| | | |