| Age | Commit message (Expand) | Author |
| 2019-04-17 | Documentation and version updates before release 5.1.0 | Gary Scavone |
| 2019-04-17 | Added github URL to headers. | Gary Scavone |
| 2019-04-17 | [doc] callback return value in \return field | Stephen Sinclair |
| 2019-01-24 | Fix warning re S24 not trivially copyable by removing copy constructor. | Stephen Sinclair |
| 2018-12-29 | Windows: include stdint.h for ThreadHandle. | Stephen Sinclair |
| 2018-10-30 | removed getStreamLatency() from derived API classes | Taylor Holberton |
| 2018-10-30 | Change "Direct Sound" to "DirectSound" | Ryan Schmidt |
| 2018-10-16 | Merge remote-tracking branch 'upstream/pr/154' | Stephen Sinclair |
| 2018-10-16 | Merge remote-tracking branch 'upstream/pr/136' | Stephen Sinclair |
| 2018-08-25 | Change "eg." to "e.g." | Ryan Schmidt |
| 2018-08-22 | Replace convertBufferWasapi with new WasapiResampler | Marcus Tomlinson |
| 2018-08-11 | allow to obtain api names regardless of being compiled or not | JP Cimalando |
| 2018-08-09 | Remove the compiledApis vector. | Stephen Sinclair |
| 2018-08-09 | fix the link step on Windows | JP Cimalando |
| 2018-08-08 | Fix api name functions for C, replace map with array. | Stephen Sinclair |
| 2018-08-08 | reference return for API names | JP Cimalando |
| 2018-08-08 | Use a map for API names | Stephen Sinclair |
| 2018-08-08 | Use short lower-case names as API identifiers | JP Cimalando |
| 2018-05-07 | API names, and conversion from/to API identifier | JP Cimalando |
| 2017-10-10 | defines for exporting symbols on GCC | IOhannes m zmölnig |
| 2017-08-30 | Version and documentation updates in advance of new release. | Gary Scavone |
| 2017-08-24 | Merge pull request #68 from jpcima/master | garyscavone |
| 2017-08-22 | Derive RtAudioError from std::runtime_error | Stephen Sinclair |
| 2017-08-22 | Further fix std::exception noexcept-related compile error | Stephen Sinclair |
| 2017-08-22 | Fix std::exception noexcept-related compile error | Stephen Sinclair |
| 2017-08-22 | Merge pull request #67 from antis81/refactor/cpp0x-compatibility | Stephen Sinclair |
| 2017-08-22 | Initialized member priority in CallbackInfo constructor. | Gary Scavone |
| 2016-08-09 | refactor: C++0x compatible exception semantics | Nils Fenner |
| 2016-07-26 | a JACK-specific flag to disable automatic connection of ports | JP Cimalando |
| 2016-02-11 | Documentation updates in advance of new release | Gary Scavone |
| 2014-10-06 | Fixed major ASIO duplex initialization bug. Added "preferredSampleRate" to th... | yedey |
| 2014-04-26 | Added new setStreamTime function; Documentation updates for 4.1.1 release.4.1.1 | Gary Scavone |
| 2014-04-15 | Update for compiling WASAPI on both MinGW and VS. | Gary Scavone |
| 2014-04-15 | Updates to WASAPI API to support MinGW compile. | Gary Scavone |
| 2014-04-09 | Bug fix for DS enumeration when devices are unplugged; bug fix if an error oc... | Gary Scavone |
| 2014-04-02 | Various WASAPI-related changes. | Gary Scavone |
| 2014-04-01 | Added Wasapi code (though untested); Updates for better data format support i... | Gary Scavone |
| 2014-01-06 | Updates to OS-X sample rate querying, other small changes suggested by Martin... | Gary Scavone |
| 2013-12-28 | A few small memory leak fixes from MK | Gary Scavone |
| 2013-12-27 | Hades and Koegler patches for ALSA and general efficiency. | Gary Scavone |
| 2013-12-27 | Modified VERSION name to avoid conflict with gcc 4.8. | Gary Scavone |
| 2013-12-27 | A few more minor updates for the RtAudioError class change. | Gary Scavone |
| 2013-12-27 | An update to RtAudio.h for the new RtAudioError class. | Gary Scavone |
| 2013-12-27 | Renamed RtError class to RtAudioError and embedded it in RtAudio.h. | Gary Scavone |
| 2013-10-11 | A few more updates, including new ASIO files (GS). | Gary Scavone |
| 2013-10-11 | Various updates for pulse audio, preparation for release 4.0.12, error callba... | Gary Scavone |
| 2013-10-11 | Updates for SCHED_RR in ALSA API, plus support in configure for powerpc64 (gs). | Gary Scavone |
| 2013-10-11 | Various changes for true 24-bit support, changes regarding Jack get_latency, ... | Gary Scavone |
| 2013-10-11 | Mutex removal from several APIs, addition of PulseAudio support, documentatio... | Gary Scavone |
| 2013-10-11 | Updates to RtAudio.cpp,h to fix deadlock in stopping stream (Core API). Othe... | Gary Scavone |