Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-24 | releasing version 1.15-1debian/1.15-1 | Christian Perrier | 1 | -2/+2 | |
2014-01-24 | Merge conflicts | Christian Perrier | 9 | -37/+81 | |
2014-01-08 | update changelog | RALOVICH, Kristof | 1 | -0/+9 | |
2014-01-08 | debian/copyright: further clarification | RALOVICH, Kristof | 1 | -1/+7 | |
of GPLv2 hard licensedness of SerialUsb.cpp | |||||
2014-01-08 | Merge tag 'upstream/20140108' | RALOVICH, Kristof | 7 | -36/+61 | |
version 1.15 | |||||
2014-01-08 | debian/changelog is utf-8 | RALOVICH, Kristof | 1 | -1/+5 | |
2014-01-08 | version 1.15v1.15upstream/20140108experimental/1.15-1 | RALOVICH, Kristof | 2 | -1/+13 | |
2014-01-08 | tests: fix typo | RALOVICH, Kristof | 1 | -1/+1 | |
2014-01-08 | tests: tests are under regular GPLv3 | RALOVICH, Kristof | 2 | -18/+30 | |
2014-01-08 | SerialUsb.cpp is GPLv2 hard | RALOVICH, Kristof | 1 | -16/+8 | |
2014-01-07 | make sure this file is treated as utf-8 | RALOVICH, Kristof | 1 | -0/+4 | |
2014-01-07 | Release 1.14-1 | Christian Perrier | 1 | -3/+4 | |
2014-01-07 | Release 1.14-1 | Christian Perrier | 1 | -1/+1 | |
2014-01-07 | extend build time dependencies | RALOVICH, Kristof | 1 | -1/+1 | |
2014-01-07 | docs: document release testing | RALOVICH, Kristof | 1 | -0/+5 | |
2014-01-07 | update changelogdebian/1.14-1 | RALOVICH, Kristof | 1 | -3/+11 | |
2014-01-07 | refine debian/copyright | RALOVICH, Kristof | 1 | -13/+6 | |
Clarify that my work is under GPLv3. Clarify SerialUsb.cpp license. | |||||
2014-01-07 | Merge tag 'upstream/20140106' | RALOVICH, Kristof | 46 | -356/+1790 | |
2014-01-07 | open for new development | RALOVICH, Kristof | 1 | -1/+1 | |
2014-01-07 | version 1.14v1.14upstream/20140106experimental/1.14-1 | RALOVICH, Kristof | 2 | -1/+30 | |
2014-01-07 | add sources to orig tarball | RALOVICH, Kristof | 1 | -1/+3 | |
2014-01-07 | changelog: remove duplicate entries | RALOVICH, Kristof | 2 | -10/+2 | |
2014-01-06 | changelog: missing v1.13 notes | RALOVICH, Kristof | 1 | -0/+30 | |
2014-01-06 | changelog: change distribution | RALOVICH, Kristof | 1 | -9/+9 | |
to allow scrips/make-changelog to not change existing entries From the man page of git-dch: If the distribution of the topmost section in debian/changelog is UNRELEASED the changelog entries will be inserted into this section. Otherwise a new section will be created. | |||||
2014-01-06 | fix test case | RALOVICH, Kristof | 1 | -0/+1 | |
2014-01-06 | scripts: deb from .gz | RALOVICH, Kristof | 1 | -2/+2 | |
2014-01-06 | make orig tarball as .gz | RALOVICH, Kristof | 2 | -2/+4 | |
2014-01-06 | It helps to delay the host from writing to device too fast. | RALOVICH, Kristof | 2 | -0/+2 | |
Noticed that a small static delay can help pace the host, and allow faster overall communication with the device. Sometimes we were sending ANTFS messages/replies too fast. | |||||
2014-01-06 | DeviceSettings: I/O for SerialWriteDelayMs from .ini | RALOVICH, Kristof | 2 | -0/+5 | |
2014-01-06 | implement Serial::setWriteDelay() interface | RALOVICH, Kristof | 5 | -16/+49 | |
2014-01-06 | open for new development | RALOVICH, Kristof | 1 | -1/+1 | |
2014-01-06 | Finish relicensing to GPLv3 | RALOVICH, Kristof | 36 | -293/+504 | |
I started this in d6a774ab8e36e43db0971b243ddfe03214d51088, but the headers were missed. | |||||
2014-01-06 | antfs: more thorough decoding of direct responses | RALOVICH, Kristof | 1 | -4/+9 | |
2014-01-06 | ant: base class for message contents | RALOVICH, Kristof | 2 | -15/+18 | |
2014-01-06 | working on decoding garmin direct packets 2. | RALOVICH, Kristof | 2 | -6/+31 | |
2014-01-06 | add BSWAP_64 macro | RALOVICH, Kristof | 1 | -0/+9 | |
2014-01-06 | working on decoding garmin direct packets | RALOVICH, Kristof | 3 | -0/+93 | |
2014-01-05 | docs: note on pbuilder | RALOVICH, Kristof | 1 | -1/+15 | |
2014-01-05 | remove unused code | RALOVICH, Kristof | 2 | -144/+0 | |
2014-01-04 | remove unused AntMessage::lookupInVector | RALOVICH, Kristof | 3 | -4/+0 | |
2014-01-04 | improve src documentation | RALOVICH, Kristof | 2 | -0/+6 | |
2014-01-04 | udev: add rule for 0fcf:1009 | RALOVICH, Kristof | 1 | -0/+1 | |
according to http://ubuntuforums.org/showthread.php?t=2098741&page=2 devid 1009 is FR 610xt | |||||
2014-01-03 | update changelog too | RALOVICH, Kristof | 1 | -0/+7 | |
2014-01-02 | extend copyright file | RALOVICH, Kristof | 1 | -0/+51 | |
mentioning BSD and GPL v2 licensed files | |||||
2013-12-15 | Blind implementation of messages seen in 405 traces. | RALOVICH, Kristof | 9 | -30/+291 | |
Testing done with command "$ ANTPM_405=1 ./antpm-downloader --v 6" | |||||
2013-12-14 | housekeeping | RALOVICH, Kristof | 6 | -43/+901 | |
- rename AntFr310XT2 -> AntFr310XT - add state machine for 405 (initially copy of 310) | |||||
2013-12-13 | Add gbp.conf to use gz compression for upstream tarball | Christian Perrier | 1 | -2/+2 | |
2013-12-13 | Release 1.13-1 | Christian Perrier | 1 | -1/+1 | |
2013-12-12 | Merge branch 'master' of git://git.debian.org/git/pkg-running/antpm | Christian Perrier | 23 | -503/+133 | |
2013-12-12 | remove files not present in _orig tarballdebian/1.13-1 | RALOVICH, Kristof | 15 | -2088/+0 | |