363 Commits (a2b543ecbd4c59052d567c9637a8a176b1ad694e)

Author SHA1 Message Date
  paul 3d07482064 install jslist.h since its now used by control.h 14 years ago
  paul 69bbf84e2e fix the types of a few function parameters 14 years ago
  paul ccec2ca875 use correct gcc attribute on OS X for weak linkage; reformat overly-wide comment 14 years ago
  paul b8db6d6518 changes required for 0.121.[12] 14 years ago
  torben 7ddfeafd84 fix errors for distfile 14 years ago
  paul 09ca16e89b bump version to 0.121.0 ; doc tweaks to include control API 14 years ago
  torben 9872b17c1f remove the dreaded client->control->nframes which is initialized too late 14 years ago
  paul 787e87941b add doxygen close group to session.h 14 years ago
  torben 070903509d [core] fix error path for driver removal. 14 years ago
  torben fe0759163e [engine] rename continuous_stream to timeout_count and make threshold configurable 14 years ago
  torben e726e6a746 [engine] in case of a continous stream of timeouts, we suspend the execution of the processing graph. 14 years ago
  torben 93e9a29274 [controlAPI] factor out jack_stop_watchdog, and use it during switch_master 14 years ago
  torben 0cdc3916cd fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCAL 14 years ago
  torben ceb4d05f8b [controlAPI] dont include jack/systemdeps.h which doesnt exist in jack1 14 years ago
  torben 4245b4abbc [controlAPI] initital commit of files from jack2. (c++ doesnt compile) 14 years ago
  torben 4553d465bf [controlAPI] add constraints to driver interface 14 years ago
  torben fe66547ea2 enable proper removal of slave drivers which fail to start 14 years ago
  torben d3a0ec4cad [core] add basic support for slave drivers to engine 14 years ago
  paul b5e0fa5aa5 various doxygen changes from raboof & gabredd via trac #153 15 years ago
  paul f8c1e777a3 updated comments for session.h from drobilla - no functional changes at all. docs have been updated at jackaudio.org 15 years ago
  paul c4baec6695 tweak weak linkage comments and fix typo 15 years ago
  paul 25ef5032c7 weak linkage docs, take 1 15 years ago
  torben b280415830 [core] add jack_port_type_get_buffer_size() 15 years ago
  paul 41ee680137 torben's patch to hide pthread_t from jack public headers 15 years ago
  torben 19e89a7b87 add jack_client_has_session_callback() ... 15 years ago
  paul bc94b442b5 fix listification of conditions for clients to avoid latency callback in docs 15 years ago
  paul ac79cdf520 update documentation for latency management API 15 years ago
  torben 9ae6231e4f [latency api] switch JackLatencyCallback to return void 15 years ago
  torben d80ebd924f [latency api] also invoke latency callback for the driver client. 15 years ago
  torben e5ea1b8f8b [latency api] deprecate old latency api 15 years ago
  torben 6a76e7ba49 [latency api] Add the new latency api. 15 years ago
  torben 81705fc63b move jack_wake_server_thread to engine.c and make sure jack_signal_problems wakes it. 15 years ago
  paul 76aba8c4b4 add note about unique port-name requirement 15 years ago
  torben d3b3fc2571 make jack_deliver_event not static, so we can access it from clientengine.c 15 years ago
  torben cb1c8fcb4f flags are ORed. fix docs. 15 years ago
  paul 27ea8647fa add --enable-valgrind-clean and associated code to permit building a version of libjack that will not trigger valgrind messages. an alternative would be a nice suppression file, if anyone wants to create one (i don't) 15 years ago
  paul 7a0d0310eb documentation tweaks (OR->AND, and comments on MIDI event ordering) 15 years ago
  paul ca5bb796d3 fix a possible race/deadlock when jack is quitting and clients try to connect; mention jack_free() and not free() in port buffer docs; fix failure to execute clients using wait API; tweak session mgmt code so that the SM can pass directory names with or without a trailing '/'; unload/finish internal clients at a better time to stop crashes; add new and as-yet not used and definitely unfinished a2j internal clients for ALSA/MIDI bridge 16 years ago
  torben cf530808c9 add session notification infrastructure 16 years ago
  Torben Hohn 0ba6b50fee a bit of doc patches 16 years ago
  Torben Hohn 9ba49a1b6e add future field to event struct, and JackSessionNeedTerminal 16 years ago
  Torben Hohn f9545581f7 add jack_client_get_uuid() and fix stuff for multiclient 16 years ago
  Torben Hohn 0570cb61f9 remove the rename struct from jack_request_t 16 years ago
  Torben Hohn 726a93311a remove jack_rename_client 16 years ago
  Torben Hohn 86ff334195 add jack_session_event_free() and dont free it in jack_session_reply() 16 years ago
  Torben Hohn e8e6794399 add session.h to Makefile.am 16 years ago
  Torben Hohn 992f3bf639 add flags to jack_session_event_t and session_command_t 16 years ago
  Torben Hohn bd579877d3 remove the arrays from the session_command_t add reserve_client_name 16 years ago
  Torben Hohn 59189c840c even more removal of metadata stuff. 16 years ago
  Torben Hohn a6d8e48734 remove remenants of session api from jack.h 16 years ago