summaryrefslogtreecommitdiff
path: root/lib/libsndio
AgeCommit message (Expand)Author
2016-02-11Document how to use sndio in pledged programs.Tim van der Molen
2016-01-09Make code fit in 80 columns, remove trailing spaces & tabs.Alexandre Ratchov
2016-01-07fix SEE ALSO;Jason McIntyre
2016-01-07Move sndiod man page to section 8.Alexandre Ratchov
2015-12-23remove NULL-checks before free()mmcc
2015-12-20Expose internal functions necessary to open audio devices and midiAlexandre Ratchov
2015-11-30MIO_IN needs O_RDONLY, not O_WRONLYAlexandre Ratchov
2015-11-25-M option was removed, midi ports registered with -qAlexandre Ratchov
2015-11-24Fix confusion between SIO_xxx and MIO_xxx options (copy & paste error).Alexandre Ratchov
2015-11-22remove unneeded prototypesAlexandre Ratchov
2015-11-22Don't remove the type component from the device string before passingAlexandre Ratchov
2015-11-18Split function to initialize the raw device in two parts, one to openAlexandre Ratchov
2015-11-17don't call AUDIO_SETFD ioctl as it's a no-opAlexandre Ratchov
2015-10-05Fix missing checks for truncation of long file names. Rather thanAlexandre Ratchov
2015-10-02use macros for cookie path and temp file template insteadAlexandre Ratchov
2015-10-02Validate that midi and audio device numbers are integers.Alexandre Ratchov
2015-10-02As device path is known, use its size instead of PATH_MAXAlexandre Ratchov
2015-10-02Use macros for audio and midi device paths rather than hardcodedAlexandre Ratchov
2015-10-02As the socket path is known, use its size rather that PATH_MAX.Alexandre Ratchov
2015-10-02fix typo in debug messageAlexandre Ratchov
2015-10-02use macros instead of hard-coded strings for unix sockets pathsAlexandre Ratchov
2015-10-02fix spacingAlexandre Ratchov
2015-10-02remove unused DEFAULT_OPT macroAlexandre Ratchov
2015-10-01Remove support for the AUCAT_COOKIE environment variable.Alexandre Ratchov
2015-09-14Remove useless quoting from .Fo and .Fn function names, to preventIngo Schwarze
2015-08-01Use "Ev" macro for AUCAT_COOKIE environment variable. From MichaelAlexandre Ratchov
2015-07-28Use new AUDIO_GETPOS ioctl instead of AUDIO_GETxOFFS andAlexandre Ratchov
2015-07-24Fix arithmetic mistake causing errors when there are more xruns on theAlexandre Ratchov
2015-05-05add missing braces in _aucat_wmsg()Jonathan Gray
2015-02-16Drop yet another hook for ':' char in midi device names.Alexandre Ratchov
2015-02-16Remove backward compat bits to support for ':' character in sndioAlexandre Ratchov
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2014-12-02Kill the only instance of .Lb in our tree. It is better to not useIngo Schwarze
2014-11-21Initialize the xrun attribute to SIO_IGNORE in sio_sun_getpar(). FoundAlexandre Ratchov
2014-09-07Use SOCK_CLOEXEC (instead of later using fcntl(F_SETFD)) when creating socketsPhilip Guenther
2014-08-15Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)Philip Guenther
2014-08-10debug level test for clock_gettime() calls should matchJonathan Gray
2014-03-07slightly "nicer" debug printfsAlexandre Ratchov
2014-03-05- use relative read/write positions to keep track of bufferAlexandre Ratchov
2014-03-05say this is the "sndio" api, as we have other audio/midi apis,Alexandre Ratchov
2014-01-22clean up macro usage;Ingo Schwarze
2013-12-23- clarify that sio_close() stops the device first, thenAlexandre Ratchov
2013-12-22- replaces "audio stream" by "audio device", as sndio is a deviceAlexandre Ratchov
2013-12-20Be less verbose when SNDIO_DEBUG=1 is set.Alexandre Ratchov
2013-11-21use -Wmissing-prototypesAlexandre Ratchov
2013-11-19move -Wxxx flags from CFALGS to COPTSAlexandre Ratchov
2013-11-18add missing prototypesAlexandre Ratchov
2013-11-13Prefix by '_' symbols that are not part of the API.Alexandre Ratchov
2013-11-12internalize some functions so that they do not need prototypesTheo de Raadt
2013-08-24Move underrun/overrun recovery code from the sun-api back-end toAlexandre Ratchov