]> git.itanic.dy.fi Git - glucose/shortlog
glucose
2012-07-23 Timo KokkonenHave extra 20ms delay after every 16th read entry master
2012-07-23 Timo KokkonenDo not return error if no more entries are read
2012-03-27 Timo Kokkonenoptions.c: Indent with tabs, not spaces
2012-03-27 Timo Kokkonenoptions.c: Wrap long lines
2012-03-27 Timo KokkonenReplace existing printf functions with trace(...)
2012-03-27 Timo Kokkonencontour-protocol: Replace bad macros with static functions
2012-03-27 Timo KokkonenReplace strerror() with "%m" at printf
2012-03-27 Timo Kokkonen_hiddev_open: Fix error messages
2012-03-27 Timo Kokkonenmain: Only set non-zero elements in user_options structure
2012-03-27 Timo Kokkonenmain.c: Refactor data formatting out of main function
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 libusb to linker options.
2012-03-20 Steve SloanAdded -format option (defaults to "clean"), added ...
2012-03-20 Steve SloanWrite trace messages to stderr so only data goes to...
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-05 Timo Kokkonenutils: Add sanitize_ascii()
2011-05-01 Timo KokkonenSeparate initialization and data reading into a separat...
2011-05-01 Timo Kokkonencontour-protocol: Do not explicitly print out the progg...
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 Kokkonenhiddev: Coding convention fix
2011-04-29 Timo Kokkonenhiddev: Print error message only when there is an error
2011-04-29 Timo Kokkonenhiddev: Fix bug when matching incorrect device IDs
2011-04-29 Timo Kokkonenmain: Use default vendor and product IDs when no explic...
2011-04-29 Timo Kokkonenoptions: Make verbose level adjustable
2011-04-29 Timo Kokkonenhiddev: Add support for opening hid devices by vendor...
2011-04-29 Timo Kokkonenhiddev: Put debug traces behind trace() call
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 KokkonenAdd README file
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