jack1 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
torben 28fba5f2fc fix error checking, which puts jack into an undefined state in case of err. 15 years ago
..
.cvsignore add some .cvsignore files 22 years ago
ChangeLog Updated ChangeLog 21 years ago
Makefile.am first pass at integrating sanity/system checks into jack1 16 years ago
clientengine.c 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 15 years ago
clientengine.h commit serious design flaw that left jackd in freewheeling mode if the client that initiated freewheeling leaves the graph (either deliberately, or via a crash) 15 years ago
engine.c fix error checking, which puts jack into an undefined state in case of err. 15 years ago
jackd.1.in check return result of engine->set_buffer_size() in all backends, so that if the user specifies -M <insane>, we fail cleanly rather than with a segfault; update man page with comments about -M values 15 years ago
jackd.c make MIDI port buffer size variable with -M cmdline argument; reduce size of jack_midi_port_internal_event_t from 12 to 8 bytes 15 years ago
jackstart.1 man page and --version to jackd 22 years ago
jackstart.c [0.99.2] make jackstart not give up 20 years ago
md5.c remove all CVS Id lines from source and headers 18 years ago
md5.h remove all CVS Id lines from source and headers 18 years ago
md5_loc.h remove all CVS Id lines from source and headers 18 years ago
transengine.c 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) 16 years ago
transengine.h [0.92.0] fix transport bug:000023 21 years ago