summaryrefslogtreecommitdiff
path: root/lib/libsndio
AgeCommit message (Expand)Author
2019-07-12Add affinity between the program and its mixer control.Alexandre Ratchov
2019-07-05Add forgotten copyright notice, found by Jason Thorpe <thorpej at me.com>.Alexandre Ratchov
2019-06-29Check if syscalls return -1 instead of any negative value.Alexandre Ratchov
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-28mkstemp() returns -1 on failureTheo de Raadt
2019-03-28Wait until server disconnects before closing the socket. Otherwise,Alexandre Ratchov
2019-01-18Sayt that using capabilities to negociate audio parameters (ie usingAlexandre Ratchov
2018-12-18"a" MIDI, not "an";Jason McIntyre
2018-10-31remove a guard in mio_read(), mio_write, sio_read() & sio_write() for amiko
2018-09-26call _sndio_parsenum() instead of duplicating the code in parsedev(); ok ratc...miko
2018-09-19fix message to reflect "rmidi" is the expected string; ok ratchov@miko
2018-09-19sys/stat.h not needed here; ok ratchov@miko
2018-07-28Move libsndio session cookie in its own $HOME/.sndio/ directory toAlexandre Ratchov
2018-07-28Rename the sndiod unix domain socket to /tmp/sndio/sockN to avoidAlexandre Ratchov
2017-12-26Missed in previousJeremie Courreges-Anglas
2017-12-26Use a version script to limit exported symbolsJeremie Courreges-Anglas
2017-12-07* clean up macro usage: use .Ar for command arguments, .Cm for fixedIngo Schwarze
2017-11-04polish debug printfs, no behaviour change.Alexandre Ratchov
2017-10-17add missing HISTORY; based on CVS logs and release announcementsIngo Schwarze
2017-01-03Tweak RETURN VALUES section. Move description of sio_pollfd() andMartin Natano
2016-04-07Use the "new" audio(4) api and delete all the useless code to dealAlexandre Ratchov
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
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