summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove `floor` call in timeout calculationfalkTX2020-07-161-1/+1
| * Mark JACK-Session as deprecatedfalkTX2020-07-161-5/+37
| * jack_connect: fix off-by-one error in allocating space for the server name st...fps2020-07-091-1/+1
| * jack_wait: add client name option -n/--namefps2020-07-091-3/+15
| * posix: socket: Add missing time header includeTimo Wischer2020-06-301-0/+1
| * Add support infoMilkii Brewster2020-06-271-1/+3
| * Merge branch 'develop' of github.com:jackaudio/jack2 into developfalkTX2020-06-225-62/+77
| |\
| | * property.c: Fix whitespacefalkTX2020-06-171-29/+29
| | * jack_property: Fix possible crash on "-l ..."falkTX2020-06-171-3/+2
| | * systemdeps.h: define standard integer types correctly for MSVCDavide Beatrici2020-06-171-8/+8
| | * Do not skip shared libs on windows if using original regex.hfalkTX2020-06-171-4/+8
| | * remove switch to shared libs for linking windows binariesfalkTX2020-06-171-3/+8
| | * Use "64" suffix in windows 64bit build to match existing installerfalkTX2020-06-162-9/+23
| | * Install windows libraries in libdir instead of bindirfalkTX2020-06-162-12/+5
| * | Reword macos readme package, mention full file listfalkTX2020-06-223-7/+19
| |/
| * Restrict macos semaphore names to 32 chars, fix already-set sizefalkTX2020-06-151-4/+7
| * Update osx package textfalkTX2020-06-151-1/+2
| * fix previous copy&pastefalkTX2020-06-151-5/+5
| * Fixup macos semaphore usagefalkTX2020-06-152-40/+114
| * Forgot to enable osx pkgbuild after done with testsfalkTX2020-06-151-6/+6
| * Add a local GPLv2 license file as COPYINGfalkTX2020-06-151-0/+280
| * Add macosx package scriptfalkTX2020-06-154-0/+79
| * Remove pre-included windows portaudio static libsfalkTX2020-06-144-0/+0
| * Remove pre-included portaudio.h file for windowsfalkTX2020-06-142-1130/+3
| * Merge branch 'fix-ci' of github.com:jackaudio/jack2 into developfalkTX2020-06-142-10/+70
| |\
| | * Another attemptfix-cifalkTX2020-05-311-8/+2
| | * More CI tweaksfalkTX2020-05-311-1/+20
| | * Tweak linux CI optionsfalkTX2020-05-311-6/+58
| | * Split CI installfalkTX2020-05-311-1/+2
| | * TypofalkTX2020-05-311-1/+1
| | * Use python2 for macOS waf setupfalkTX2020-05-311-4/+4
| * | Turn off osx CI tests, since they dont work since quite some timefalkTX2020-06-141-20/+20
| * | Make a function return const; More mingw fixesfalkTX2020-06-133-9/+11
| * | Use proper path to tre/regex; Fixup wscript a bitfalkTX2020-06-132-6/+10
| * | 2 more winsock.h includes, also set PRIu64 for mingwfalkTX2020-06-132-6/+16
| * | Include winsock2.h before windows.h, for mingwfalkTX2020-06-139-1/+29
| * | Only set -Wno-deprecated-register under macosfalkTX2020-06-131-3/+3
| * | JackMachSemaphore: fix reusage after server crash or device handoverfalkTX2020-06-131-5/+23
| * | Use macos-specific semaphore under macosfalkTX2020-06-132-20/+3
| * | Ignore "-Wdeprecated-register" warnings for nowfalkTX2020-06-131-0/+3
| * | Remove macos xcode projectfalkTX2020-06-131-20555/+0
| * | Delete macos static binaries and iphone stufffalkTX2020-06-1317-6014/+0
| * | shm: Make registry_id constantTimo Wischer2020-06-111-36/+36
| * | alsa: in case of poll timeout print errorAdam Miartus2020-06-111-3/+3
| * | alsa: add log in case of poll was interruptedAdam Miartus2020-06-111-1/+3
| * | alsa: fix the poll intervalAdam Miartus2020-06-102-3/+3
| * | jack common: ensure null termination of char arraysAdam Miartus2020-06-103-0/+3
| * | alsa: fix typo in error outputAdam Miartus2020-06-101-2/+2
| * | posix: remove frequent log in verbose modeAdam Miartus2020-06-101-1/+0
| * | shm: Remove not used JackMem classTimo Wischer2020-06-102-40/+0