summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactoring step.Eric S. Raymond2010-05-111-4/+9
* Merge branch 'master' of ssh://esr@git.berlios.de/gitroot/gpsdEric S. Raymond2010-05-102-4/+12
|\
| * Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdChris Kuethe2010-05-1015-124/+242
| |\
| * | a bit of armor for variable length packet decodesChris Kuethe2010-05-102-4/+12
* | | The DAC/FID mod was incomplete, but a stale file slipped through.Eric S. Raymond2010-05-101-2/+4
| |/ |/|
* | The gpsmon bug was probably a result of bogus packets from the lexer.Eric S. Raymond2010-05-101-7/+0
* | Document recent developments.Eric S. Raymond2010-05-101-9/+12
* | Allow to set the gpspipe timestamp formatBeat Bolli2010-05-102-4/+19
* | xgpsspeed.ad is no more.Eric S. Raymond2010-05-101-3/+0
* | Merge branch 'master' of ssh://esr@git.berlios.de/gitroot/gpsdEric S. Raymond2010-05-109-357/+385
|\ \
| * | Remove useless 'enabling x11' message from configure.Bernd Zeimetz2010-05-101-1/+0
| * | Check for QT4 using pkgconfig.Bernd Zeimetz2010-05-101-13/+17
| |/
| * Remove xaw and friends from build requirements in INSTALL.Bernd Zeimetz2010-05-101-4/+2
| * Merge branch 'new-xgpsspeed'Bernd Zeimetz2010-05-108-341/+368
| |\
| | * Add xgps.1/xgpsspeed.1 to manpages in setup.py.Bernd Zeimetz2010-05-101-1/+2
| | * Replacing xgpsspeed with the new version written in Python.Bernd Zeimetz2010-05-108-340/+366
* | | In AIS message types 6 and 8, split app_id into DAC and FID per ITU-1371.Eric S. Raymond2010-05-1010-88/+195
|/ /
* | Fix AIVDM channel error message.Beat Bolli2010-05-101-1/+1
* | Introduce xmllint check.Eric S. Raymond2010-05-102-3/+7
* | Add Qt detection to the autoconf build.Eric S. Raymond2010-05-101-0/+17
* | setuid is better for dropping privilegesChris Kuethe2010-05-091-1/+1
* | fix read past end of array. from cppcheckChris Kuethe2010-05-091-1/+1
* | Make AIVDM driver returnb false on truncated sentences.Eric S. Raymond2010-05-092-25/+25
* | Add Nirgal's tests for bad packet and AIS channel multiplexing.Eric S. Raymond2010-05-092-0/+14
* | Maintain separate payloads for A and B channels.Eric S. Raymond2010-05-091-4/+5
* | Document a limitation.Eric S. Raymond2010-05-091-0/+1
* | Teach ais.py to ignore USCG metadata following a checksum.Eric S. Raymond2010-05-091-2/+5
* | Complete privious change. Required rebuilding of three regressin tests.Eric S. Raymond2010-05-094-4/+2
* | Better detection of mangled checksums.Eric S. Raymond2010-05-091-1/+2
* | Clean up a mangled comment.Eric S. Raymond2010-05-091-3/+7
* | C AIS decoder now has separate contexts for A and B channels.Eric S. Raymond2010-05-094-5/+20
* | Visibility scope reduction for some AIS context.Eric S. Raymond2010-05-092-12/+12
* | Replace a broken AIS type 8 test with a known-good one from Kut Schwehr.Eric S. Raymond2010-05-092-9/+10
|/
* Prevent gpsdecode from seeinmg uniinitialized stack garbage.Eric S. Raymond2010-05-091-0/+1
* Documentation improvements.Eric S. Raymond2010-05-082-3/+11
* Minor TSIP fix by Joe Davidson.Eric S. Raymond2010-05-081-2/+2
* splint cleanup.Eric S. Raymond2010-05-083-1/+4
* Make packet sniffer pass packets with bad checksums with type BAD_PACKET.Eric S. Raymond2010-05-083-7/+17
* Remove code to terminate gpscat on bad packet.Eric S. Raymond2010-05-082-9/+4
* Make gpsfake detect when it pulls a 0-length packet from a logfile.Eric S. Raymond2010-05-071-0/+3
* Allow recovery from failed read of partial packet.Eric S. Raymond2010-05-072-1/+3
* Magic-number elimination.Eric S. Raymond2010-05-071-3/+3
* Eliminate some uses or ERROR_IS.Eric S. Raymond2010-05-074-12/+12
* Had to rebuild ac12_binary check because the packetization has been fixed.Eric S. Raymond2010-05-061-0/+0
* Sanity-check things that look like responses better.Eric S. Raymond2010-05-061-3/+4
* Dead-code removal.Eric S. Raymond2010-05-061-5/+1
* Improved instrumentation.Eric S. Raymond2010-05-061-2/+2
* Packetize Ashtech $PAHSRs correctly despite embedded binary content.Eric S. Raymond2010-05-062-1/+63
* Instrumentation and refactoring.Eric S. Raymond2010-05-061-11/+22
* Oops...\n *has* to be special-cased, it turns out.Eric S. Raymond2010-05-051-1/+1