Age | Commit message (Expand) | Author |
2024-08-01 | Bump libsndio pkg-config version to 1.10.0 | Alexandre Ratchov |
2024-07-23 | libsndio: Don't use poll(2) for output on the control device. | Alexandre Ratchov |
2024-05-24 | sndiod: Propagate the controls' display string to clients. | Alexandre Ratchov |
2024-05-24 | sndio: Add a display string to the sioctl_open API | Alexandre Ratchov |
2024-05-21 | remove prototypes with no matching function; ok ratchov@ | Jonathan Gray |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-07-16 | Bump libsndio pkg-config version to 1.9.0 | Alexandre Ratchov |
2022-05-30 | move bufsz description after appbufsz as per struct fields order | op |
2022-05-03 | sioctl_onval(3) returns int not void | Alexandre Ratchov |
2022-04-30 | Tweak to clarify sio_stop(3) and sio_flush() description, from jmc@ | Alexandre Ratchov |
2022-04-29 | Add sio_flush(3) function to stop playback immediately | Alexandre Ratchov |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2021-12-15 | Bump pkg-config version to 1.8.1 | Alexandre Ratchov |
2021-11-07 | Allow -current libsndio to connect to old sndiod servers | Alexandre Ratchov |
2021-11-01 | Stop binding audio devices exposed by sndiod to physical devices | Alexandre Ratchov |
2021-06-10 | Bump pkg-config version to 1.8.0 to match portable package version | Alexandre Ratchov |
2021-04-28 | Add sndio.pc file for pkg-config, mostly from brad@ | Alexandre Ratchov |
2020-11-29 | Clarify what sio_start() does exactly | Alexandre Ratchov |
2020-11-20 | * Make .Nd more specific. | Ingo Schwarze |
2020-11-20 | * Add SIO_BPS() to NAME and SYNOPSIS where it is missing. | Ingo Schwarze |
2020-11-19 | Allow specific devices to be used for play-only and rec-only modes. | Alexandre Ratchov |
2020-07-18 | Raw device access is not anymore a fall-back for when sndiod isn't running | Alexandre Ratchov |
2020-06-28 | Use .Dv for SIOCTL_SEL, as we do for all other macros | Alexandre Ratchov |
2020-06-28 | Allow switching between alternate devices (-F option) with sndioctl(1) | Alexandre Ratchov |
2020-06-28 | Add a new SIOCTL_SEL control type to select one of a predefined set of | Alexandre Ratchov |
2020-06-20 | basic macro cleanup: .Fo for long .Fn lines, .Fa for struct fields, | Ingo Schwarze |
2020-06-20 | add missing ENVIRONMENT. HISTORY, and AUTHORS sections, | Ingo Schwarze |
2020-06-18 | uint8_t is a discrete, not a continuous type, | Ingo Schwarze |
2020-06-18 | Many of these functions have several arguments, and some arguments | Ingo Schwarze |
2020-06-18 | basic macro cleanup, and reword two phrases about closed intervals | Ingo Schwarze |
2020-06-18 | Document sioctl_desc structure maxval attribute | Alexandre Ratchov |
2020-05-25 | Add missing .Xr and .Nm, reword and simplify few sentences | Alexandre Ratchov |
2020-05-19 | remove information already given in same sentence; | Jason McIntyre |
2020-05-19 | Replace off-topic parts of the desciption by an architecture overview | Alexandre Ratchov |
2020-04-30 | If no "xxx.mute" control is found, try "xxx_mute" | Alexandre Ratchov |
2020-04-21 | move mixerctl and audioctl man pages to section 8, as these work | Theo de Raadt |
2020-04-19 | spelling fix; | Jason McIntyre |
2020-04-19 | Mention SIO_DEVANY instead of nonexistent SIOCTL_DEVANY constant | Ingo Feinerer |
2020-02-26 | Fix .Dt line and copyright year. | Alexandre Ratchov |
2020-02-26 | Add API to control audio device parameters exposed by sndiod. | Alexandre Ratchov |
2019-07-12 | Add affinity between the program and its mixer control. | Alexandre Ratchov |
2019-07-05 | Add forgotten copyright notice, found by Jason Thorpe <thorpej at me.com>. | Alexandre Ratchov |
2019-06-29 | Check if syscalls return -1 instead of any negative value. | Alexandre Ratchov |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2019-03-28 | Wait until server disconnects before closing the socket. Otherwise, | Alexandre Ratchov |
2019-01-18 | Sayt that using capabilities to negociate audio parameters (ie using | Alexandre Ratchov |
2018-12-18 | "a" MIDI, not "an"; | Jason McIntyre |
2018-10-31 | remove a guard in mio_read(), mio_write, sio_read() & sio_write() for a | miko |
2018-09-26 | call _sndio_parsenum() instead of duplicating the code in parsedev(); ok ratc... | miko |