summaryrefslogtreecommitdiffstats
path: root/lib/libsndio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make code fit in 80 columns, remove trailing spaces & tabs.ratchov2016-01-097-21/+24
* fix SEE ALSO;jmc2016-01-071-3/+3
* Move sndiod man page to section 8.ratchov2016-01-073-34/+34
* remove NULL-checks before free()mmcc2015-12-231-5/+3
* Expose internal functions necessary to open audio devices and midiratchov2015-12-203-7/+19
* MIO_IN needs O_RDONLY, not O_WRONLYratchov2015-11-301-2/+2
* -M option was removed, midi ports registered with -qratchov2015-11-251-3/+3
* Fix confusion between SIO_xxx and MIO_xxx options (copy & paste error).ratchov2015-11-241-3/+3
* remove unneeded prototypesratchov2015-11-221-3/+1
* Don't remove the type component from the device string before passingratchov2015-11-229-70/+102
* Split function to initialize the raw device in two parts, one to openratchov2015-11-181-23/+44
* don't call AUDIO_SETFD ioctl as it's a no-opratchov2015-11-171-13/+2
* Fix missing checks for truncation of long file names. Rather thanratchov2015-10-051-14/+28
* use macros for cookie path and temp file template insteadratchov2015-10-021-3/+5
* Validate that midi and audio device numbers are integers.ratchov2015-10-024-7/+43
* As device path is known, use its size instead of PATH_MAXratchov2015-10-022-4/+12
* Use macros for audio and midi device paths rather than hardcodedratchov2015-10-022-4/+6
* As the socket path is known, use its size rather that PATH_MAX.ratchov2015-10-022-4/+11
* fix typo in debug messageratchov2015-10-021-2/+2
* use macros instead of hard-coded strings for unix sockets pathsratchov2015-10-022-6/+16
* fix spacingratchov2015-10-021-2/+2
* remove unused DEFAULT_OPT macroratchov2015-10-021-2/+1
* Remove support for the AUCAT_COOKIE environment variable.ratchov2015-10-012-17/+9
* Remove useless quoting from .Fo and .Fn function names, to preventschwarze2015-09-142-29/+29
* Use "Ev" macro for AUCAT_COOKIE environment variable. From Michaelratchov2015-08-011-3/+3
* Use new AUDIO_GETPOS ioctl instead of AUDIO_GETxOFFS andratchov2015-07-281-43/+24
* Fix arithmetic mistake causing errors when there are more xruns on theratchov2015-07-241-2/+2
* add missing braces in _aucat_wmsg()jsg2015-05-051-2/+3
* Drop yet another hook for ':' char in midi device names.ratchov2015-02-161-2/+1
* Remove backward compat bits to support for ':' character in sndioratchov2015-02-161-13/+1
* Move to the <limits.h> universe.deraadt2015-01-164-8/+4
* Kill the only instance of .Lb in our tree. It is better to not useschwarze2014-12-021-4/+3
* Initialize the xrun attribute to SIO_IGNORE in sio_sun_getpar(). Foundratchov2014-11-211-1/+2
* Use SOCK_CLOEXEC (instead of later using fcntl(F_SETFD)) when creating socketsguenther2014-09-071-7/+4
* Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)guenther2014-08-152-15/+4
* debug level test for clock_gettime() calls should matchjsg2014-08-101-2/+2
* slightly "nicer" debug printfsratchov2014-03-071-3/+6
* - use relative read/write positions to keep track of bufferratchov2014-03-054-58/+74
* say this is the "sndio" api, as we have other audio/midi apis,ratchov2014-03-052-6/+6
* clean up macro usage;schwarze2014-01-221-74/+79
* - clarify that sio_close() stops the device first, thenratchov2013-12-231-26/+21
* - replaces "audio stream" by "audio device", as sndio is a deviceratchov2013-12-221-73/+55
* Be less verbose when SNDIO_DEBUG=1 is set.ratchov2013-12-204-21/+21
* use -Wmissing-prototypesratchov2013-11-211-2/+2
* move -Wxxx flags from CFALGS to COPTSratchov2013-11-191-3/+3
* add missing prototypesratchov2013-11-181-1/+2
* Prefix by '_' symbols that are not part of the API.ratchov2013-11-1313-143/+142
* internalize some functions so that they do not need prototypesderaadt2013-11-121-4/+4
* Move underrun/overrun recovery code from the sun-api back-end toratchov2013-08-243-144/+138
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-1/+1