summaryrefslogtreecommitdiff
path: root/libjack
Commit message (Expand)AuthorAgeFilesLines
* [0.77.0] new transport BETA testjoq2003-08-141-61/+95
* [0.76.6] transport sync improvements, timeoutjoq2003-08-111-16/+40
* [0.76.4] jack_transport_locate(); sync patchesjoq2003-08-081-2/+2
* [0.76.2] timebase cleanup; jack_transport enhancementsjoq2003-08-071-14/+51
* [0.76.1] new transport systemjoq2003-08-063-86/+346
* 0.74.2 - new transport control filesjoq2003-07-263-30/+59
* removed error.h, moved declarations into jack.h, fixed problem with sending e...pbd2003-07-173-3/+0
* Removed #ifdef (linux) 'strutkin2003-06-172-24/+23
* Added /tmp cleanup from Fernandotrutkin2003-06-131-0/+35
* nonblock alsa open, different play/capture devices, fixes for port registrati...pbd2003-06-021-0/+11
* Add inclusion of stdint.h for to define intptr_t.kaiv2003-05-311-0/+1
* belated libjack/ChangeLog updatejoq2003-05-301-0/+4
* macosx portletz2003-05-273-16/+167
* minor fixes from stephane letzpbd2003-05-221-4/+8
* misc. patches from various peoplepbd2003-05-102-3/+11
* Add jack_is_realtime() function.joq2003-05-091-0/+6
* added option for client timeoutpbd2003-04-292-2/+17
* get sysv shm api code working againpbd2003-04-241-10/+36
* modularize shm, plus a few core-audio-support related changes to engine codeanoncvs_joeq2003-04-163-39/+308
* more changes to support CoreAudio (external callback), added monitoring port ...pbd2003-04-151-3/+3
* update TODOpbd2003-04-053-3/+3
* new driver designpbd2003-04-051-2/+6
* rt thread re-fix from stephanepbd2003-04-041-0/+2
* add -lrt to link-dependencies for libjack; code rearrangement to help OS X po...pbd2003-03-302-3/+5
* link shm operations to port types: substantial changespbd2003-03-244-63/+97
* expanded transport/time informationpbd2003-03-211-35/+5
* removed extra debugging outputpbd2003-03-211-1/+0
* use POSIX shm_open instead of sysv shm APIpbd2003-03-212-40/+46
* Added headers to Makefile.amtrutkin2003-03-211-3/+5
* h/w metering extensions from thomas, plus move from cycles to usecspbd2003-03-202-24/+40
* remove HUP handling, enable port_get_connections() for internal clients, add ...pbd2003-03-194-627/+745
* bug fixtrutkin2003-03-051-1/+1
* driver client name, ip/oop -> internal/external, etc.pbd2003-02-251-12/+12
* Changes from Jack O'Quintrutkin2003-02-251-1/+1
* in-process client support (many changes internally)pbd2003-02-243-411/+277
* jack protocol versioningtrutkin2003-02-112-0/+12
* more patches from Takashitrutkin2003-02-061-1/+1
* Takashi's fixestrutkin2003-02-062-1/+2
* Libjack function jack_set_buffer_size_callback() deprecated. Fixed deactivatingkaiv2003-02-042-13/+10
* Fix compilation with --enable-debug.kaiv2003-01-281-1/+1
* Added missing changelogs for libjack interface changes in 12/2002.kaiv2003-01-281-0/+16
* simpler error callback patch from joshua habermanpbd2002-12-201-7/+13
* client killing modifications, remove hardwired alsa_pcm connections from exam...pbd2002-12-091-3/+17
* port alias changes, incomplete; jack_temp_dir->jack_server_dirpbd2002-11-152-1/+47
* Fix setting rt-caps for clients that call libjack services from multiple thre...kaiv2002-11-141-5/+3
* Added ChangeLog file for libjack and some developer documentation.kaiv2002-11-051-0/+6
* measure kernel scheduling delays, fix blocking mutex issues with engine post ...pbd2002-11-013-93/+193
* Added Arthur Peters' connection handling patchtheno232002-10-291-49/+105
* - added jslist.h, a replacement for glib's linked list codekaiv2002-10-292-50/+40
* Change build system to build libjack-glib2 client side library. Needed foradnans2002-10-261-3/+17