summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* We recommend using symbolic names like hw:Live but when subdevices are usedcontrol_device_name_fixesNedko Arnaudov2012-11-241-16/+32
* bump version0.121.3paul2011-09-281-1/+1
* fix the types of a few function parameterspaul2011-09-284-10/+10
* remove SSE messagespaul2011-09-281-3/+5
* compile fixes for OS X: remove double linkages to libjack + libjackserver, re...paul2011-09-288-16/+21
* use correct gcc attribute on OS X for weak linkage; reformat overly-wide commentpaul2011-09-222-12/+36
* remove SSE-related messages during startup unless run with -vpaul2011-08-311-3/+3
* Fix a call to yet undefined engine instancesonarnerd2011-08-181-2/+3
* make the printed output of jack_iodelay more useful to actual userspaul2011-07-131-1/+6
* bump version0.121.2paul2011-06-291-1/+1
* changes required for 0.121.[12]paul2011-06-294-8/+12
* port the dbus reservation code back to jacktorben2011-06-273-5/+53
* fix errors for distfiletorben2011-06-232-5/+6
* enable JACK to function on SH4 architectures (ticket #224)paul2011-06-232-1/+3
* add python/ to dist tarball0.121.0paul2011-06-231-1/+1
* bump version to 0.121.0 ; doc tweaks to include control APIpaul2011-06-235-4/+9
* remove the dreaded client->control->nframes which is initialized too latetorben2011-06-195-20/+10
* add doxygen close group to session.hpaul2011-06-081-0/+4
* fix array overrun when jack_get_ports() returns the full set of all possible ...paul2011-06-081-4/+4
* [core] fix error path for driver removal.torben2011-05-293-5/+6
* [python] add commandline prompt and switch commandtorben2011-05-291-13/+30
* [netjack] fix occurences of jack_get_time which were hiding below drivertorben2011-05-296-19/+19
* [python] add first version of jackd.pytorben2011-05-291-0/+99
* [python] add id to Parameter class and make value take str, add name to drvtorben2011-05-291-6/+17
* [controlapi] fix parameter_ptr->id not being settorben2011-05-291-1/+1
* [python] add mygetopt.py and the current reserve_audio codetorben2011-05-292-0/+111
* [controlapi] properly setup the parameter idstorben2011-05-291-1/+15
* [python] move jackctl.py into python dirtorben2011-05-291-0/+0
* [controlapi] make unsupported functions return false.torben2011-05-291-34/+5
* [engine] make -C optarg a time, so that it doesnt depend on period_sizetorben2011-05-293-7/+9
* [controlAPI] add new parameter timeout threshold. also include clientenginetorben2011-05-291-1/+20
* [man] add small man page for jack_load_testtorben2011-05-291-0/+11
* [man] add -C option to manpagetorben2011-05-291-0/+6
* [tools] remove the silent info function from load_test.ctorben2011-05-291-6/+0
* [engine] rename continuous_stream to timeout_count and make threshold configu...torben2011-05-294-8/+18
* [tools] add jack_load_test allowing checking jackd behaviour under loadtorben2011-05-292-0/+130
* [engine] make jack_check_clients return errs. when no err, read graph_waittorben2011-05-293-17/+22
* [engine] in case of a continous stream of timeouts, we suspend the execution ...torben2011-05-293-1/+12
* [engine] relax the rules for zombificationtorben2011-05-291-3/+18
* [controlAPI] add libjack* linkage to net, oss and firewire drivertorben2011-05-293-1/+3
* [controlAPI] a bit of cosmetics (i failed to hold codingstyle)torben2011-05-291-6/+6
* [controlAPI] factor out jack_stop_watchdog, and use it during switch_mastertorben2011-05-293-12/+32
* [python] add jackctl.py temporarilytorben2011-05-291-0/+209
* [controlAPI] first implementation of jackctl_server_switch_master()torben2011-05-291-7/+20
* [engine] make jack_remove_client() visibletorben2011-05-292-1/+2
* fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCALtorben2011-05-2915-25/+51
* fix Makefiles to reference libraries things depend on.torben2011-05-293-3/+3
* [controlAPI] make things a bit more cleartorben2011-05-291-2/+2
* [controlAPI] remove annoying error message about no internal clientstorben2011-05-291-1/+0
* [controlAPI] fix broken compilation sigmask_t -> sigset_ttorben2011-05-291-1/+1