397 Commits (c93c8b040935f8883fd82d6e3f15d4197faa10dc)

Author SHA1 Message Date
  Paul Davis 2e78fb6c88 do not attempt local (non-server-call) check on connections in jack_port_disconnect unless port is owned by caller 5 years ago
  James Cowgill eed8a97b2f Use generic atomic functions 8 years ago
  Yuri de00d98294 read/write wrappers to handle the case of interruption by system signals 8 years ago
  Yuri 51d8d22a9b Added curly braces. 8 years ago
  Adrian Knoth 8799147e66 Use #if for HAVE_CLOCK_GETTIME everywhere 8 years ago
  Yuri 02029576c4 Using the process realtime priority instead of the thread realtime priority when sufficient. 8 years ago
  James Cowgill 17dc27f884 Remove unused sysdeps/cycles.h includes 8 years ago
  Uladox b001d8e999 Moves VALGRIND_MEMSET above USE_CAPABILITIES ifdef 8 years ago
  Uladox 04a18e8914 Removes use of gloabl jack_tmpdir. 8 years ago
  Paul Davis 79c1cd0351 manually-updated version of Tim Real's fix for client-side port object management 9 years ago
  Paul Davis c758cdf4f6 uncrustification of jack source code 9 years ago
  Erik de Castro Lopo 22ff0a5176 Autotool fixes 9 years ago
  Paul Davis 7ae3b2be3c Revert "Set driver port order metadata". 9 years ago
  David Robillard 439e47da1a Set driver port order metadata 9 years ago
  David Robillard f7849bbbd4 Fix uninitialized values in jack_client_t 9 years ago
  falkTX d5ffe0820c Fix for -Wformat-security 10 years ago
  Hanspeter Portner 6a629716f0 fix garbage keys in JackPropertyChangeCallback. 9 years ago
  Paul Davis 54f1272d21 fix a couple of issues with port rename callback (duplicate structure members, missing break statement) 10 years ago
  Paul Davis 0ac9ef7c81 add support for port rename callback. 10 years ago
  rncbc 6816710adc [metadata] fix unfreed DBT key/data tuples causing several mem-leaks. 10 years ago
  Robin Gareus 60d74536e6 support [unescaped] double-quotes in jackdrc 10 years ago
  rncbc 940c811392 [metadata] fix unfreed DBT key/data tuples causing several mem-leaks. (7) 10 years ago
  rncbc 3b9c817a94 [metadata] fix unfreed DBT key/data tuples causing several mem-leaks. (6) 10 years ago
  rncbc 3e8e8ee917 [metadata] fix unfreed DBT key/data tuples causing several mem-leaks. (5) 10 years ago
  rncbc 71ad620daa [metadata] fix unfreed DBT key/data tuples causing several mem-leaks. (4) 10 years ago
  rncbc 4f4523bb00 [metadata] fix unfreed DBT key/data tuples causing several mem-leaks. (3) 10 years ago
  rncbc 57c2bc1d4a [metadata] fix unfreed DBT key/data tuples causing several mem-leaks. (2) 10 years ago
  rncbc 0abd99b2d1 [metadata] fix unfreed DBT key/data tuples causing several mem-leaks. 10 years ago
  Robin Gareus e586d0df13 support [unescaped] double-quotes in jackdrc 10 years ago
  Hanspeter Portner 83cd6c8493 Add memset to clear buffer to unparse uuid into. 10 years ago
  Paul Davis be88fce800 remove inclusion of <uuid/uuid.h> since it is not actually used any more 11 years ago
  Paul Davis e2281b87e5 add headers for waitpid(2) 11 years ago
  Paul Davis 891ad914da replace use of fclose() on a descriptor returned by popen(2) (from Carl Hetherington but manually applied) 11 years ago
  Paul Davis cfa910af96 fix for double-fork still leaving zombies around (from Uli Franke uli.franke@weiss.ch) 11 years ago
  Adrian Knoth dea90fc23a Drop obsolete cycle counter option in libjack 11 years ago
  Peter Nelson 58bef9ee93 Fix for passing pointer to jack_intclient_t. 11 years ago
  Paul Davis 8604e1da0e try to recognize integers that are NOT UUIDs when parsing them 11 years ago
  Paul Davis fdb9ad5747 revert change from floor (x+0.5) to rint() in fons' frames/time sync code 11 years ago
  Paul Davis 17b8b1048d allow environment variable JACK_RC_FILE to override the startup file used for autostart of the server 11 years ago
  Paul Davis bb84f414b0 switch to 2048 bytes for default MIDI buffer size, 8192 is a bit large to be the default 11 years ago
  Paul Davis 5c0f0cc705 use a fixed 8192 byte buffer for MIDI ports, like jack2 11 years ago
  Paul Davis 554b524785 increase default MIDI port buffer size to 8 times the audio buffer size 11 years ago
  Paul Davis 5e7ff0d687 change UUID implementation to use integers and serial counters; remove -L option from jack_lsp because "total latency" is deprecated 11 years ago
  Paul Davis 91c57cb06c fix error in handling of -T (temporary server) caused by cast to wrong type when checking client list (also added extra debugging/VERBOSE statements) 11 years ago
  Paul Davis 94c819accf basics for a hypothetical PortRename callback 11 years ago
  Paul Davis 4a7a2f334d force zero return for thread ID for non-external clients, since internal/driver clients have no separate thread 11 years ago
  Paul Davis 29785c4a25 patch to release shm registry lock from Kristian Amlie 11 years ago
  Paul Davis e27a3be395 add definitions of constants for a few (potential) well-known metadata key values 11 years ago
  Paul Davis a1aeb6d7d2 wrap UUID generation 11 years ago
  Paul Davis 867ad58401 add missing uuid.c file 11 years ago