Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 5af4f26 [0.98.8] back out some threading workarounds by joq 2004-07-28 03:05:09 +0000
  • c11a16d [0.98.7] more threading fixes by joq 2004-07-27 03:47:29 +0000
  • bcaa13e man page and help update by joq 2004-07-26 05:36:01 +0000
  • 075eb9b update ChangeLog by joq 2004-07-26 05:06:15 +0000
  • 046cb3c [0.98.6] Nando's NPTL fix and Lee's max_usecs message by joq 2004-07-26 04:51:48 +0000
  • a6a13ba Add jack_last_frame(). by trutkin 2004-07-15 03:07:28 +0000
  • 1666aa2 [0.98.4] add jack_ringbuffer_peek() by joq 2004-07-08 17:21:03 +0000
  • 0376c3b Give AUTHORS credit to Tilman Linneweh for BSD port. by joq 2004-06-02 02:14:40 +0000
  • 526cb95 Add OSS driver option to jack.spec file. by joq 2004-05-23 00:40:12 +0000
  • ba84a35 Make sure that read/write doesn't run when the driver is stopped by sonarnerd 2004-05-09 20:21:57 +0000
  • 668d29d More fixes to buffer size callback by sonarnerd 2004-05-09 18:22:04 +0000
  • 9ea2310 Some updates to buffer size callback by sonarnerd 2004-05-08 17:51:18 +0000
  • 9d20629 change config default to --enable-resize by joq 2004-05-08 16:43:57 +0000
  • 8d923ef [0.98.3] add deprecated messages for old transport interfaces by joq 2004-05-07 01:33:16 +0000
  • 77c3f89 Fix the JACK_LOCATION problem by letz 2004-05-05 08:06:50 +0000
  • d9b6760 Fix for MacOSX version by letz 2004-05-04 10:26:16 +0000
  • e61d26f 0.98.2 : Fix for MacOSX version by letz 2004-05-04 10:25:02 +0000
  • 119abea 0.98.1 by trutkin 2004-04-26 22:59:08 +0000
  • 8c8e26f Better configure. by trutkin 2004-04-25 01:34:13 +0000
  • 1562ad7 [0.98.1beta2] small config fixes by joq 2004-04-24 02:01:26 +0000
  • 5bd2d5c fix AC_CHECK_LIB caching problem by joq 2004-04-23 03:01:56 +0000
  • 7e0b788 [0.98.1] fix GNU readline dependency problem by joq 2004-04-22 16:52:51 +0000
  • aaa18d3 Fixed libreadline test. by trutkin 2004-04-22 01:10:54 +0000
  • 1a57462 configure.in fix from paul. by trutkin 2004-04-20 23:33:45 +0000
  • 7879597 Better notification of link dependencies in pkgconfig. by trutkin 2004-04-20 00:31:06 +0000
  • 9c41266 [0.97.8] fix NPTL includes by joq 2004-04-14 21:58:33 +0000
  • 99a3a36 [0.97.7] several config fixes by joq 2004-04-14 16:38:26 +0000
  • bd21c02 _start_server() inserts -T. by trutkin 2004-04-14 03:38:32 +0000
  • efbc360 [0.97.5] remove empty default: case by joq 2004-04-13 16:48:47 +0000
  • 4c5fd61 [0.97.4] change start_server default by joq 2004-04-12 18:13:00 +0000
  • 981e124 [0.97.3] autoconf-2.59 bug workaround by joq 2004-04-12 15:27:32 +0000
  • 1534d54 rohan's port_max patch; jesse's fix for a messed up shm registry by pbd 2004-04-12 04:14:22 +0000
  • af12b9b documentation clarifications by joq 2004-04-09 18:59:13 +0000
  • 942d458 atomicity work done by joq 2004-04-08 17:19:29 +0000
  • 3404cdc Change time out value for RPC by letz 2004-04-08 09:42:12 +0000
  • 01b4a26 Added notification of port removal on client disconnection by theno23 2004-04-08 07:59:05 +0000
  • b763980 Added _BSD_SOURCE define, as glibc headers are not up-to-date when it comes to snprintf() and strdup(). by sonarnerd 2004-04-08 06:06:17 +0000
  • 9f15855 [0.97.2] generic atomicity.h by joq 2004-04-08 03:35:46 +0000
  • aeed5a9 acinclude.m4 cleanup by joq 2004-04-08 01:48:02 +0000
  • b880f98 check stdint.h availability by joq 2004-04-08 01:47:25 +0000
  • e179ac9 Changed the _XOPEN_SOURCE level declaration to corresponding _POSIX_C_SOURCE declaration which is only needed when USE_BARRIER is used. by sonarnerd 2004-04-07 14:53:50 +0000
  • 0fb7b97 [0.97.1] config enhancements by joq 2004-04-07 13:59:41 +0000
  • 7d9b71c [0.97.1] config enhancements by joq 2004-04-07 04:52:59 +0000
  • 7cf4d14 add InitThread callback by pbd 2004-04-07 02:32:27 +0000
  • 53ca713 Support for -n,--nperiods parameter by sonarnerd 2004-04-05 15:03:07 +0000
  • ad43368 porting guide updates by joq 2004-03-28 05:48:52 +0000
  • 1c01d08 documentation and file formatting updates by joq 2004-03-28 05:10:38 +0000
  • a136f6e [0.96.2] remove <sysdeps/os_defines.h> by joq 2004-03-27 22:08:55 +0000
  • ed9f6b6 Fix for Darwin/MacOSX by letz 2004-03-26 08:28:06 +0000
  • dfef6ad [0.96.1] config fixes for shm; stack touch by joq 2004-03-26 04:41:57 +0000
  • 6493074 [0.96.0] merge MacOSX EXP tree into HEAD by joq 2004-03-25 19:31:51 +0000
  • 3ee5192 [0.95.11] fix oss_parms heap overflow by joq 2004-03-23 03:02:43 +0000
  • dfe479b [0.95.10] handle internal client jack_initialize() failure by joq 2004-03-22 22:06:52 +0000
  • 18599f9 [0.95.9] make realtime work with --disable-capabilities by joq 2004-03-20 04:02:10 +0000
  • 3e36b72 [0.95.8] add --no-mlock option by joq 2004-03-20 03:13:56 +0000
  • e4090c3 [0.95.7] set default OSS device by joq 2004-03-16 16:18:37 +0000
  • b47c248 [0.95.7] Jussi's latest OSS driver by joq 2004-03-16 02:10:54 +0000
  • 8bc5616 [0.95.6] OSS driver fix for CPU load by joq 2004-03-13 03:11:12 +0000
  • 588fb28 formatting cleanup by joq 2004-03-13 02:22:00 +0000
  • d7678c8 add oss/Makefile.am by joq 2004-03-12 17:09:25 +0000
  • 5d5dc82 [0.95.5] add OSS driver by joq 2004-03-12 05:00:12 +0000
  • 0d15770 [0.95.4] small updates by joq 2004-03-11 16:31:11 +0000
  • b004064 [0.95.3] add NULL at end of argv by joq 2004-02-27 19:05:45 +0000
  • 88b6edd [0.95.2] initialize arguments string by joq 2004-02-25 17:19:41 +0000
  • 57b2220 [0.95.1] check rc from jack_initialize_shm() by joq 2004-02-24 18:05:25 +0000
  • c3f4fe6 jack_start_server patch from taybin by pbd 2004-02-23 19:05:32 +0000
  • abbddeb fix #ifdef glitch by joq 2004-02-20 04:48:13 +0000
  • a3add5c [0.94.4] add *_name_size functions by joq 2004-02-20 04:31:22 +0000
  • e123989 remove unneeded .asoundrc steps by joq 2004-02-05 01:32:05 +0000
  • 5fbff0d SSE fix from Yann Orlarey and Stephane Letz by trutkin 2004-01-29 23:53:42 +0000
  • c1c6855 Fixed wrapping bug on non-dithered 16bit output when level = 1.0 +- 2^-15 by theno23 2004-01-18 11:39:03 +0000
  • f692e66 [0.94.2] add const attribute to <jack/ringbuffer.h> by joq 2004-01-15 06:35:49 +0000
  • 18122d1 [0.94.1] suppress noise messages on server shutdown by joq 2004-01-13 15:11:28 +0000
  • a99da78 build changes by trutkin 2004-01-13 02:57:55 +0000
  • 8b687a6 [0.93.11] jack_error() cleanup by joq 2004-01-09 18:43:47 +0000
  • ea3a4cf [0.93.10] partial fix for bug:007 by joq 2004-01-09 04:21:47 +0000
  • 42431ae [0.93.9] declare jack_initialize_shm(void) by joq 2004-01-08 19:58:08 +0000
  • 5d69d0c [0.93.8] jack_metro using new transport interface by joq 2004-01-04 20:19:15 +0000
  • f797638 [0.93.7] rename 24-bit memory ops by joq 2004-01-04 17:55:47 +0000
  • d8b7e48 [0.93.6] ALSA support for 24-bit cards by joq 2003-12-31 21:28:55 +0000
  • ba3b9bb fix rate checking code to handle certain hardware better by pbd 2003-12-28 23:09:29 +0000
  • bd731d8 ALSA driver: check frame rate after configuration and report error if different from requested rate by pbd 2003-12-27 17:23:06 +0000
  • 281d7ad [0.93.3] fix command parsing bug by joq 2003-12-27 15:30:28 +0000
  • 257d320 fix placement of watchdog check reset by pbd 2003-12-23 18:08:56 +0000
  • 9fc5446 [0.93.1] make ringbuffer.h work for C++ by joq 2003-12-21 02:40:46 +0000
  • 9eb9198 Reverted version number to 0.93.0. by trutkin 2003-12-21 00:04:00 +0000
  • 14f4781 [0.94.0] -D returns by node 2003-12-20 20:53:41 +0000
  • 7085125 [0.93.0] removed jack_driver_desc_t.has_arg field by node 2003-12-20 16:47:36 +0000
  • 4c8ad56 [0.92.0] update docs for bug:000023 fix by joq 2003-12-18 04:03:28 +0000
  • cd2c606 [0.92.0] refix transport bug:000023 by joq 2003-12-16 06:08:38 +0000
  • 866c16a [0.92.0] fix transport bug:000023 by joq 2003-12-16 03:28:40 +0000
  • 2459736 [0.91.4] set values for no_argument driver parameters by joq 2003-12-15 23:52:21 +0000
  • d9393a3 reformat, no change to binary by joq 2003-12-14 21:57:48 +0000
  • 8ac68d2 [0.91.3] fixed driver option parsing bug by node 2003-12-10 21:17:36 +0000
  • e19ef0a [0.91.2] realtime security options by joq 2003-12-10 06:52:17 +0000
  • 165041c fix for make distcheck by trutkin 2003-12-03 23:35:28 +0000
  • 6adaa3b do capabilities_workaround even if has_capabilites not set by joq 2003-12-02 17:35:27 +0000
  • 023b13a add .cvsignore for iec61883 by joq 2003-12-02 17:18:47 +0000
  • 53ee968 [0.91.1] wait one more msec for timeout by joq 2003-12-02 17:15:57 +0000
  • 266e5ed fix format specification by joq 2003-12-01 21:08:52 +0000