]> git.itanic.dy.fi Git - glucose/history - main.c
main.c: Remove forward declaration for token()
[glucose] / main.c
2012-03-27 Timo Kokkonenmain.c: Remove forward declaration for token()
2012-03-24 Steve SloanTweaked progress tracing.
2012-03-24 Steve SloanFixed CSV format.
2012-03-24 Steve SloanFixed option handling.
2012-03-20 Steve SloanAdded -format option (defaults to "clean"), added ...
2012-03-19 Timo KokkonenAdd copyright notices
2011-06-24 Timo Kokkonenmain: Print how many entries we have read from the...
2011-05-05 Timo KokkonenAdd support for printing out data to a file
2011-05-01 Timo KokkonenSeparate initialization and data reading into a separat...
2011-05-01 Timo KokkonenRefactor Contour USB communication routines into separa...
2011-04-30 Timo KokkonenIf no suitable devices are found, wait until one is...
2011-04-29 Timo Kokkonenmain: Print proggress percentage during device initiali...
2011-04-29 Timo KokkonenFix crossed vendor and product IDs
2011-04-29 Timo Kokkonenmain: Use default vendor and product IDs when no explic...
2011-04-28 Timo KokkonenRead options from command line
2011-04-28 Timo KokkonenMake excess debug messages to be hidden by default
2011-04-27 Timo KokkonenFactor out misc functions into utils.[ch] files
2011-04-27 Timo KokkonenRefactor hiddev functions out from main.c
2011-04-27 Timo KokkonenSignificantly reduce the delays between messages
2011-04-27 Timo KokkonenInitial commit