Age | Commit message (Expand) | Author |
2006-01-23 | Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN | Todd C. Miller |
2006-01-23 | Make man page reflect current reality of play command. jmc@ cleaned | Kenneth R Westerback |
2006-01-20 | Clean up command line parsing, don't accept trailing garbage, add in | Kenneth R Westerback |
2006-01-17 | Fix malloc calculation to avoid memory bounds error. deraadt@ ok | Aaron Campbell |
2006-01-11 | Whitespace nits. | Kenneth R Westerback |
2006-01-10 | Fix issues with relative times, especially track # vs TOC index | Kenneth R Westerback |
2006-01-09 | Add cmpmsf(). Use it to eliminate repeated code. No functional change. | Kenneth R Westerback |
2006-01-09 | Bring in toc2msf() from NetBSD's cdplay. Use it to eliminate repeated | Kenneth R Westerback |
2006-01-09 | Bring in addmsf() from NetBSD's cdplay. Use it to eliminate repeated | Kenneth R Westerback |
2005-12-31 | CDIOCREADTOCENTRYS adjusts lba information into host order, so there | Kenneth R Westerback |
2005-12-21 | Remove an ambiguiity and make 'e' short for "eject". The short form | Todd C. Miller |
2005-11-12 | more asprintf; ok dhill@mindcry.org | Theo de Raadt |
2005-01-22 | add an exit command as an alias of quit; ok henning@ | Robert Nagy |
2005-01-09 | Better error message for `device' command without arguments. | Aleksander Piotrowski |
2005-01-08 | New shortcuts for commands device (d) and debug (deb) | Aleksander Piotrowski |
2005-01-04 | add snprintf sanity check. | Moritz Jodeit |
2004-09-14 | sprinkle some ARGSUSED for table driven functions | Theo de Raadt |
2004-07-30 | sort the list of available interactive commands to cdio, and clean up their | Jason McIntyre |
2004-07-30 | - sort options | Jason McIntyre |
2004-01-16 | fix printf formats, unsigned wants %u | Marc Espie |
2004-01-14 | A more classical and more readable getopt() loop, no functional change. | Miod Vallat |
2003-10-31 | New libedit api changes. | Otto Moerbeek |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-09 | Protect all get_line calls against null pointers. | Marc Espie |
2003-04-06 | Replace a strcpy and associated code with a snprintf whose return | Kenneth R Westerback |
2003-03-13 | my style: length is size_t, not int. | Marc Espie |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2003-02-18 | copyrights added; | Jason McIntyre |
2003-02-13 | add libedit support. | Federico G. Schwindt |
2002-12-14 | handle multiline replies from the server. | Marc Espie |
2002-10-24 | - Add missing cdid command to cdio.1. | Federico G. Schwindt |
2002-05-19 | document default cdio connection | Marc Espie |
2002-04-18 | Reuse cddb code to support FreeBSD new cdid command. | Marc Espie |
2002-04-18 | remove extra spaces, fix rcsid (noticed by millert) | Marc Espie |
2002-04-18 | KNF | Theo de Raadt |
2002-04-18 | Add cddb support. | Marc Espie |
2002-03-22 | Add missing prototypes. | Marc Espie |
2002-03-21 | getopt returns -1, not EOF. | Marc Espie |
2002-03-20 | style(9) | Marc Espie |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-10-28 | indent | Theo de Raadt |
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin |
2001-08-14 | Stop fucking up display on Depeche Mode. | Marc Espie |
2001-06-22 | use strlcpy vs strncpy+a[len-1]='\0' | lebel |
2000-12-24 | Get rid of undocumented -h option. | Aaron Campbell |
2000-12-24 | Get rid of ugly usage() output. People can read the man page to get a command | Aaron Campbell |
2000-12-23 | Make cdio subject line more explicit (aaron & me) | Marc Espie |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |