Commits
debian-bug-690…
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Oct 6, 2013
-
RALOVICH, Kristof committed
Oct 6, 2013 -
write garmin-ant-downloader man page
replace existing README file with manpage
RALOVICH, Kristof committedOct 6, 2013
Commits on Jul 9, 2012
Commits on Jul 22, 2011
-
added a README on how to use the command
Noèl Köthe committedJul 22, 2011
Commits on Jun 26, 2011
-
-
-
-
-
-
Drop safe-clean.patch as upstream's clean rule won't fail anymor ewhe…
…n there's nothing to clean
-
-
-
New upstream "release". Fixes "FTBFS with ld --as-need" Thanks to Ily…
…a Barygin for the patch Closes: #631693
-
-
Place needed libraries in a correct variable
Patch sent from Ilya Barygin (from Ubuntu) over Christian Perrier (from Debian). Signed-off-by: Klaus Ethgen <Klaus@Ethgen.de>
Commits on May 12, 2011
Commits on May 11, 2011
Commits on Apr 25, 2010
-
-
-
* Change the indenting style to some like gnu. (-l0, -i3, -ci3, -cli3, -nlp, -nbbb, -bli0, -bl, -nbad, -brs, -bbo, -ncs, -npcs, -npsl) * End macro calls with ';' and fix issues in if/else constructs. * Fix vim modeline.
-
-
Complete redesign of garmin protocol
As the original protocol parser was a bit broken, this is a complete redesign with some reverse engineering. With this patch, all garmin response should work now.
Commits on Apr 24, 2010
-
Cleanup and better debug handling
- Clean up some unused variables. - Initialize variables. - Using snprintf most of the time instead the insecure sprintf. - Implementing better debug feature with levels. - Updating usage output. - Clean up unused options.
Commits on Apr 20, 2010
-
This handles the events EVENT_TRANSFER_TX_FAILED(06), EVENT_TRANSFER_RX_FAILED(04) and EVENT_RX_SEARCH_TIMEOUT(01). Also sorted the event definition.