fix merge conflicts from master
[ardour.git] / libs / ardour / butler.cc
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-24 Paul Davispot/po file updates caused by waf i18n
2013-08-15 Paul Davisfix newly-appearing crash-at-close caused by muddled...
2013-08-06 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-08-04 John Emmas'libs/ardour' - Platform specific changes and includes
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-14 Paul DavisMerge branch 'master' into windows
2013-07-11 Paul DavisUse PBD::GlibSemaphore in Butler to signal requests...
2013-07-11 Paul DavisRefactor the non-portable parts of Butler thread into...
2013-07-11 Paul DavisMove request pipe setup into separate function
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Robin GareusRevert all close-on-exec changes from earlier today
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Robin Gareusmore sockets to close on fork()
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-01-04 Carl HetheringtonUse Request::Pause rather than Request::Wait for
2011-10-24 Carl HetheringtonFix awful thinko in previous commit.
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-07-19 Paul Davismore MIDI I/O debugging output
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-03-02 Paul Davisincrease butler event pool size dramatically
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-07-05 Carl HetheringtonForward port no-process-after-export fix from 2.X revs...
2010-06-29 Paul Davisallow zero-length SMF files on disk again; fix some...
2010-06-09 Paul Davisdynamic playback & capture buffer resizing (though...
2010-06-09 Paul Davispermit different sizes for audio playback & capture...
2010-05-13 Carl HetheringtonMake butler handle auditioner again. Fixes #3128.
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-14 Carl HetheringtonPrevent crash in pool destruction during session teardown.
2010-04-14 Carl HetheringtonSuspend deletion of cross-thread pools until they are...
2010-04-06 Paul Davis(3.0 version of 2.0-ongoing) fix 100% CPU usage after...
2009-12-31 Paul Davisstop metering thread as we disconnect a session from...
2009-12-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-04 Paul Daviscross-thread handling of SessionEvent allocation/deallo...
2009-10-24 David RobillardMove butler methods from Session to Butler.
2009-10-23 David RobillardSplit butler into separate object (partially, just...