aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/timidity.cpp
AgeCommit message (Expand)Author
2016-10-25BACKENDS: timidity: Get rid of gethostbyname, use getaddrinfo.Ferdinand Thiessen
2015-11-30TIMIDITY: Fix resource leak (CID 1003919)Torbjörn Andersson
2014-02-18BACKENDS: Make GPL headers consistent in themselves.Johannes Schickel
2013-06-18BACKENDS: fix FTBFS on GNU Hurd by replacing MAXHOSTNAMELEN with NI_MAXHOSTDmitry Smirnov
2012-03-17ALL: Make use of defined() for the preprocessor consistent.Johannes Schickel
2011-12-12AUDIO: Add endian FIXME to timdity codeMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-04BACKENDS: Fix copy & paste mistakes in some commentsMax Horn
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-02-09MIDI: Really fix bug #3153076 (this time also for Timidity)Max Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-01-15MIDI: Fixed unnecessary casts of return values to void, reported in bug #3153076Filippos Karapetis
2010-10-30ALL: Add code to help stop people from accidentally using "bad" APIsMax Horn
2010-10-13SOUND: Allow TiMidity support to be disabled via configure.Johannes Schickel
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-05-05Replace various strncpy usages by strlcpy.Johannes Schickel
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-12-09Remove the Audio::Mixer parameter from the midi/music pluginsMax Horn
2009-07-04Add GCC_PRINTF parameter.Johannes Schickel
2009-06-28Silenced the reamining warnings reported in patch #2684986 (gcc warnings with...Max Horn
2009-05-13Silence another g++ 4.4 warning.Johannes Schickel
2009-02-02#define usleep on BeOSMax Horn
2008-11-30Fixed sysEx buffer sizes.Johannes Schickel
2008-11-30- Extended MidiDriver::sysEx to allow 264 byte sysEx messagesJohannes Schickel
2008-11-05Turned enum PluginError into Common::Error, which in the future is to be used...Max Horn
2008-06-13Added initial interface to list music devices and their typesJordi Vilalta Prat
2008-06-13Renamed MIDI plugins to Music pluginsJordi Vilalta Prat
2008-05-14- Added more information (ID and capabilities) to the MIDI driversJordi Vilalta Prat
2008-05-14Moved midiplugin.h to sound/ since it will be used for more than just the nat...Jordi Vilalta Prat
2008-05-11Added the MidiPlugin interface (first step towards the MIDI plugins)Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-13WORKAROUND bug #1870304: Solaris does not provide INADDR_NONEMax Horn
2007-11-02Changed "if( ... )" to "if ( ... )" and "while( ... )" to "while ( ... )", andTorbjörn Andersson
2007-11-02Patch #1815526: Add TiMidity++ MIDI server supportMax Horn