summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* NO-OP / trailing whitespace in *.h filesThomas Brand2019-01-2022-119/+119
* memops: Provide function for float to S32 conversionTimo Wischer2019-01-172-0/+12
* memops: Align S24LE and S32LE to float conversionTimo Wischer2019-01-171-19/+46
* memops: Provide function for S32 to float conversionTimo Wischer2019-01-172-0/+15
* memops: Align float to S24LE and S32LE conversionTimo Wischer2019-01-171-19/+29
* memops: Remove not used conversion macrosTimo Wischer2019-01-171-23/+0
* memops: Use right-aligned S24LE to float conversionTimo Wischer2019-01-171-14/+19
* memops: Use right-aligned float to S24LE conversionTimo Wischer2019-01-171-27/+24
* arm64: Enable simd implementations (#398)twischer-adit2019-01-162-17/+17
* Include inttypes.h. (#408)78902019-01-161-0/+2
* Cleanup some warningsfalkTX2018-11-134-7/+12
* Allow for effective UID of binaries (#286)Nova2018-11-132-2/+2
* [metadata-remove-property-fix] Fix #390 - Meta-data delete-all crashes the cl...Rui Nuno Capela2018-11-111-1/+2
* [metadata] Metadata properties implementation. (#383)Rui Nuno Capela2018-10-1019-81/+1126
* define JACK_LIB_EXPORT, useful for internal clientsfalkTX2018-10-101-0/+9
* Mark jack_midi_reset_buffer as deprecatedfalkTX2018-10-091-1/+3
* Handle alloca properlyKarl 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