Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-02 | version 1.16v1.16upstream/20140302upstream/1.16experimental/1.16-1 | RALOVICH, Kristof | 1 | -1/+1 | |
2014-03-02 | serial: try to actually open a device under win too | RALOVICH, Kristof | 1 | -1/+7 | |
Otherwise nothing happens... | |||||
2014-03-02 | usb: remove GPLv2 code | RALOVICH, Kristof | 1 | -233/+51 | |
and relicense my work under GPLv3+ | |||||
2014-01-19 | serial: more info to help remote debugging | RALOVICH, Kristof | 1 | -0/+11 | |
2014-01-19 | serial: unify unblocking readBlocking() | RALOVICH, Kristof | 2 | -2/+5 | |
2014-01-19 | use gnu variant of strerror_r | RALOVICH, Kristof | 2 | -4/+4 | |
2014-01-19 | fix warnings about unused variables | RALOVICH, Kristof | 2 | -0/+3 | |
2014-01-19 | SerialUsb: bugfix, what a typo | RALOVICH, Kristof | 1 | -2/+2 | |
2014-01-19 | gant: fix a bunch of warnings | RALOVICH, Kristof | 3 | -15/+11 | |
2014-01-19 | UNUSED() macro | RALOVICH, Kristof | 1 | -0/+1 | |
2014-01-19 | downloader: more debugging info | RALOVICH, Kristof | 1 | -11/+15 | |
2014-01-19 | Serial: list linux kernel modules | RALOVICH, Kristof | 1 | -0/+34 | |
that might affect which driver to use. Helps during remote debugging. | |||||
2014-01-19 | check return value of strerror_r | RALOVICH, Kristof | 1 | -2/+2 | |
2014-01-19 | cmake: inherit compiler flags | RALOVICH, Kristof | 1 | -11/+8 | |
Add _XOPEN_SOURCE=600forthe right definition of strerror_r. | |||||
2014-01-19 | fold in the GarminIntf states | RALOVICH, Kristof | 1 | -1/+24 | |
2014-01-19 | provide some end user messages | RALOVICH, Kristof | 1 | -1/+13 | |
on failure paths in the state machine | |||||
2014-01-19 | state machine for GarminIntf | RALOVICH, Kristof | 1 | -0/+1 | |
2014-01-19 | AntFr310XT: stop() is not thread safe, or reentrant | RALOVICH, Kristof | 3 | -2/+7 | |
Thus hide it! | |||||
2014-01-19 | log when state machine destructs | RALOVICH, Kristof | 1 | -1/+1 | |
2014-01-19 | AntMessage::str2(): decode MESG_STARTUP_MSG_ID | RALOVICH, Kristof | 1 | -0/+34 | |
2014-01-19 | move messy definitions | RALOVICH, Kristof | 6 | -109/+162 | |
into their own module | |||||
2014-01-19 | reduce chattiness in release | RALOVICH, Kristof | 1 | -14/+14 | |
2014-01-19 | reduce chattiness in release | RALOVICH, Kristof | 1 | -1/+1 | |
2014-01-19 | reduce chattiness in release | RALOVICH, Kristof | 1 | -21/+24 | |
2014-01-19 | SerialUsb: overhaul | RALOVICH, Kristof | 1 | -18/+60 | |
1) for 0x1008 and 0x1009 modprobe() and open_tty() are not necessary 2) store the picked vid/pid pair 3) print more about picked device 4) make open() not call close() 5) try signalling readBlocking() from close() 6) make close() not crash trivially | |||||
2014-01-19 | make ANTFS_Disconnect not wait for reply | RALOVICH, Kristof | 1 | -1/+1 | |
2014-01-19 | reduce chattiness in release | RALOVICH, Kristof | 1 | -3/+3 | |
2014-01-19 | debug macros | RALOVICH, Kristof | 1 | -0/+2 | |
2014-01-19 | FIT: omit extra printing | RALOVICH, Kristof | 1 | -1/+1 | |
2014-01-19 | include timstamp in version string | RALOVICH, Kristof | 2 | -1/+2 | |
2014-01-19 | log the dtors | RALOVICH, Kristof | 3 | -1/+3 | |
2014-01-19 | add comment | RALOVICH, Kristof | 1 | -0/+3 | |
2014-01-19 | move methods from header to .cpp | RALOVICH, Kristof | 2 | -234/+300 | |
2014-01-19 | fix warning about unused variable | RALOVICH, Kristof | 1 | -1/+1 | |
2014-01-19 | move method from header to .cpp | RALOVICH, Kristof | 2 | -8/+12 | |
2014-01-19 | cmake: default to Debug build | RALOVICH, Kristof | 1 | -18/+29 | |
2014-01-19 | AntChannel: bugfix | RALOVICH, Kristof | 1 | -5/+13 | |
Previously we missed a case of spurious wakeup possibility. | |||||
2014-01-19 | SerialUsb: reduce verbosity | RALOVICH, Kristof | 1 | -3/+3 | |
2014-01-19 | Quit quicker. | RALOVICH, Kristof | 1 | -1/+5 | |
Make sure we notify all message listeners to wake up. | |||||
2014-01-19 | give up restarting sooner | RALOVICH, Kristof | 1 | -1/+9 | |
2014-01-19 | disable device guessing | RALOVICH, Kristof | 1 | -7/+7 | |
doesn't work reliably, and not used anywhere else after all | |||||
2014-01-19 | extra statement | RALOVICH, Kristof | 1 | -1/+0 | |
happens anyways at the bottom of event handler | |||||
2014-01-19 | infrastructure to interrupt waiting message listeners | RALOVICH, Kristof | 4 | -0/+31 | |
basically we intentionally generate a "spurious wakeup" of the condition variable | |||||
2014-01-19 | catch spurious wakeups of condition variables | RALOVICH, Kristof | 2 | -5/+12 | |
For background see: http://en.cppreference.com/w/cpp/thread/condition_variable http://en.wikipedia.org/wiki/Spurious_wakeup | |||||
2014-01-19 | ANT_CloseChannel: accept more responses are success | RALOVICH, Kristof | 1 | -1/+3 | |
2014-01-19 | usb: win and linux have different errno values | RALOVICH, Kristof | 1 | -9/+15 | |
Treat them separately, to slience warnings under linux e.g. such as: II: rv= -110, usberr= error sending control message: Broken pipe | |||||
2014-01-19 | fix comments | RALOVICH, Kristof | 1 | -2/+2 | |
2014-01-19 | Log: make sure current log level threshold is logged | RALOVICH, Kristof | 1 | -0/+2 | |
2014-01-16 | log sent messages too | RALOVICH, Kristof | 1 | -0/+1 | |
2014-01-15 | let us not consider EVENT_TRANSFER_TX_START events | RALOVICH, Kristof | 1 | -1/+2 | |