938 Commits (d7bc1b397f7b6dbe2bcd0e34a2a474d408360dc6)
 

Author SHA1 Message Date
  paul d7bc1b397f bump version: 17 years ago
  paul e78a19dafc alsa sequencer bridge work: correctly label only HW/PORT sequencer ports as Physical|Terminal (fixes renaming as system); change naming scheme of ports to show client names and not silly duplicate alsa-seq info; add port aliases so that connection via recognizable names is possible. Long term, a change to the client name would be appropriate - these are not alsa_pcm ports 17 years ago
  paul 1d8db4d3c4 bump version 17 years ago
  paul 69039cae1c fix export of pointers into JACK API headers, thus allowing a 64 bit JACK server to support 32 bit clients and vice versa (work done primarily by Torben, with a few cleanups from Paul) 17 years ago
  paul f235681089 small FreeBSD patch from Erik dCL 17 years ago
  paul 0facd0eb77 backout torben's transport start-at-zero patch, after testing reveals that it is (a) unnecessary and (b) breaks by causing zero to be reported twice while rolling 17 years ago
  paul e59a8a829b bump version 17 years ago
  paul 337b7de172 torben's patch for transport-start-at-zero, from ticket #40 17 years ago
  sletz 82f40b25d1 micu patch for driver.c 17 years ago
  sletz 49e55b7223 Fix alsa driver, compiles again. 17 years ago
  sletz f1c2c51b1a Sync memops.h file with the one found in alsa driver. 17 years ago
  sletz c17e21ee12 Florian Faber native 32 bits float patch for alsa driver. 17 years ago
  rncbc d1399bb358 [RPM SPEC] refactored packaging to accomodate libjack0 and libjack-devel. 17 years ago
  paul 758adf2f17 minor fix for --enable-debug builds 17 years ago
  paul 9421db1ffb bump version 17 years ago
  paul 780722f196 compilation fixes for OS X; remove "no message buffer overruns" message 17 years ago
  paul ac56070514 remove default -march optimization flag, add --with-cpu-target=FOO configure time argument to permit specifying which Intel architecture to use with -march= 17 years ago
  paul cedf146c03 fixes for detecting and cleaning up problematic clients 17 years ago
  marco d850d8e207 * Add a --server switch and make the --help output prettier on jack_connect 17 years ago
  marco 502ef55a71 * Add a --server command line switch to jack_lsp to handle multiple servers running on one machine 17 years ago
  marco af5f2eb7e3 * Fix 4 bad characters in jack.h that were preventing doxygen to generate good latex code 18 years ago
  pieterpalmers 3b7d4ed948 implement a slightly more clean fix for the linux poll bug 18 years ago
  pieterpalmers 4939ec0317 printf field length fix 18 years ago
  pieterpalmers b95cb85b80 remove leftover reference code chunk 18 years ago
  paul 2cc32e191a karsten's mutex -> rwlock patch; fix up driver attach ordering so that we still get "system" port names 18 years ago
  pieterpalmers 5502124910 revert r1179 since it broke port alias stuff. Not needed anymore since we init the engine correctly since r1182. 18 years ago
  paul 52b8d53d41 fix up linux-poll-bug detection code, and change poll timeout for client event waiting to its own, distinct and significantly more realistic value (was 1+period msecs, is now 5 seconds) 18 years ago
  paul 7060774546 make default jack_error() callback use DEBUG if DEBUG_ENABLED is set to correctly order debug/error output; handle "false wakeups" from process/graph poll(2) calls 18 years ago
  paul 35f1cc8dbd make clients call jack_messagebuffer_init() and jack_messagebuffer_exit() 18 years ago
  pieterpalmers 40b18f4fd2 use messagebuffer for debug messages. might save us some embarrassing moments in the future. 18 years ago
  pieterpalmers 0cdd073dc7 properly initialize engine (thx nedko) 18 years ago
  pieterpalmers b72e4f2da7 Fix powerpc64 issues (patch by Heikki Lindholm). closes ticket #51 18 years ago
  pieterpalmers 9f619ce390 ensure proper cleanup if run_cycle fails 18 years ago
  pieterpalmers 286a17d28f fixes #49 18 years ago
  pieterpalmers 2cf4a791ee fix failure handling on NT driver start 18 years ago
  paul 91c1333742 mark clients Finished after process has been called; remove clients that do not respond to events et al; use poll&read to wait for event responses, not just read; add -r to remove/replace JACK SHM registry at startup 18 years ago
  pieterpalmers 60532cf545 make dummy backend use clock_nanosleep when available. gives much better timing accuracy 18 years ago
  marco 15410b496a * Applied Mike Taht's fix for proper alsa xrun duration measurement 18 years ago
  sletz 7150ea2e78 Fix ticket 49 18 years ago
  rncbc 593500bde3 jack.spec: moved all bin tools from example-clients to nominal package. 18 years ago
  rncbc 6e4716cdef * Make netjack build from `make dist` and `rpmbuild`. 18 years ago
  sletz b542040b20 Jacob Meuser disconnect clients patch 18 years ago
  sletz a1be71ffdc Jacob Meuser sun backend patch 18 years ago
  marco b4eaca6563 * An attempt to restore default signal behavior while inside netjack_poll() 18 years ago
  marco 4c45c54c5b * Unblock some signals during the poll() in netjack_poll() 18 years ago
  marco 94c1421995 * First attempt at a netjack_poll() function ! 18 years ago
  sletz cb67033b8b Jacob Meuser sun backend patch 18 years ago
  sletz 9a9d6bca80 Jacob Meuser usleep() patch 18 years ago
  marco e5d63d74e2 * Code cleanup in netjack_packet.c 18 years ago
  marco f0a4220243 * A patch from Torben Hohn to make netsource's output more pretty and user friendly 18 years ago