Age | Commit message (Expand) | Author |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-04-01 | Change a strange "} if" into the intended "} else if". No practial | Christian Weisgerber |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2017-12-23 | Use the monotonic clock for logging progress in cdio(1) and ftp(1). | cheloha |
2017-12-07 | Let it compile again. | Kenneth R Westerback |
2017-12-06 | be consistent in where we call fflush | Marc Espie |
2017-03-19 | expand TAO in the correct place; from michael reed | Jason McIntyre |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze |
2014-01-06 | fgetln may return incomplete lines (Tobias Stoeckmann <tobias@stoeckmann.org>) | Marc Espie |
2014-01-04 | Properly validate index value received from CDDB server. | Tobias Stoeckmann |
2013-11-20 | unsigned char casts where neccessary | Theo de Raadt |
2013-11-12 | bring prototypes into scope | Theo de Raadt |
2013-03-07 | fix atrocious code, do socket -> FILE* conversion correctly, with proper | Marc Espie |
2011-07-09 | Document default write speed of tao subcommand. | Stefan Sperling |
2011-06-26 | no mcd | Ted Unangst |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-07-26 | - fix a spacing issue in SYNOPSIS | Jason McIntyre |
2010-03-01 | Add printing of current profile and feature information to 'info' | Kenneth R Westerback |
2009-12-04 | Do not write 16bit values directly to odd addresses - strict alignment | Claudio Jeker |
2009-06-09 | try to get "play" right; help/ok naddy | Jason McIntyre |
2009-06-03 | Synchronize man page and help output. | Christian Weisgerber |
2009-04-10 | Explain the AUDIODEVICE env. variable similarly to how sio_open(3) does. | Alexandre Ratchov |
2009-04-10 | don't use the AUDIODEVICE env. variable because sio_open(3) already | Alexandre Ratchov |
2009-02-07 | Restore the original help output: capitalize the characters that | Christian Weisgerber |
2008-12-28 | set the buffer size using the ``appbufsz'' parameter of | Alexandre Ratchov |
2008-12-11 | don't try to sio_close a NULL sio_hdl. stops cdio from segfaulting | Jacob Meuser |
2008-11-29 | sndio for cdio (only for the "cdplay" command) | Jacob Meuser |
2008-10-29 | no need to warn about using the default device; Thomas Pfaff | Theo de Raadt |
2008-08-30 | use a bitmap to store the features. simplify the code a bit and allow for | Federico G. Schwindt |
2008-08-13 | Old drives (reported Giovanni Bechis <bigionews@snb.it>) don't report CD-RW | av |
2008-08-08 | o use definitions from cd.h | Federico G. Schwindt |
2008-07-23 | we really need unsigned in arithmetic operations. | av |
2008-06-30 | set speed for writing tracks in TAO. | av |
2008-06-24 | clarify tao's -a option; ok av fgsch | Jason McIntyre |
2008-06-23 | new sentence, new line; | Jason McIntyre |
2008-06-22 | Automatically distinguish between CD-DA track and WAVE audio file writing them | av |
2008-06-11 | move tao code from main() into its own function before adding features. | av |
2008-06-08 | check whether media supports TAO or blanking. | av |
2008-06-08 | add ability to determine media capabilities (what we can do with media). | av |
2008-06-06 | Make open_cd() remember open mode. "blank" doesn't have to check for EPERM | av |
2008-05-30 | cdio's blank command blanked CD twise. Fixed. | av |
2008-05-07 | correct duration by taking the pre-gap into account; ok by many. | Federico G. Schwindt |
2008-04-30 | add two missing prototypes. | Federico G. Schwindt |
2008-04-27 | o if no argument is passed to cddbinfo, treat it as 0 in order to print | Federico G. Schwindt |