summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unify the header protection macro style a bit. Chris Kuethe2008-08-0317-37/+61
* whitespace fixesChris Kuethe2008-08-036-56/+57
* Initial support of Thunderbolt output...Chris Kuethe2008-08-031-12/+89
* accept tsip packet type 0x48 - system messagesChris Kuethe2008-08-031-0/+4
* also allow trimble packet 0x5a (raw measurements)Chris Kuethe2008-08-031-0/+2
* #include <sys/stat.h> for umask(2)Chris Kuethe2008-08-011-0/+1
* Oops. Daemonize *then* sleep... Duh.Jeff Francis2008-07-311-4/+4
* Add options to gpspipe to run as a daemon...Jeff Francis2008-07-312-5/+109
* Unpack and dump two more RTCM3 messages.Eric S. Raymond2008-07-212-2/+56
* change various PI macros to GPS_PIChris Kuethe2008-07-205-21/+19
* holux m241Chris Kuethe2008-07-201-0/+17
* Still more fixes for bitfield extraction. Eric S. Raymond2008-07-172-6/+10
* Revised and corrected bitfield functions.Eric S. Raymond2008-07-172-10/+17
* Factor out the bitfield functions, fix a bug in one, add tests.Eric S. Raymond2008-07-165-41/+102
* Include the GPS device in debug messages.Eric S. Raymond2008-07-161-6/+12
* Large step towards RTCM3 dumping. This code is still buggy and incomplete.Eric S. Raymond2008-07-165-22/+210
* Use the new bitfield extractor for RTCM3 fields.Eric S. Raymond2008-07-162-408/+180
* splint cleanup.Eric S. Raymond2008-07-161-2/+2
* splint cleanup.Eric S. Raymond2008-07-161-1/+1
* Bitfield extractor seems to work.Eric S. Raymond2008-07-161-2/+28
* No longer necessary to define LITTLE_ENDIAN_PROTOCOL.Eric S. Raymond2008-07-157-15/+5
* Rename big-endian bit extraction macros.Eric S. Raymond2008-07-157-231/+242
* Rename the little-endian bit-unpacking macros to be explicit about their LEness.Eric S. Raymond2008-07-156-182/+184
* Another step towards RTCM3 unpacking.Eric S. Raymond2008-07-151-4/+9
* Avoid having to call the RTCM3 unpack function just to get type and length.Eric S. Raymond2008-07-151-4/+6
* Packet getter is fixed so we can see RTCM3 packets.Eric S. Raymond2008-07-151-5/+11
* Add a packet.c entry point (actually a macro) for testing... Eric S. Raymond2008-07-153-17/+10
* Avoid erroneously decrementing the input count on a transient error.Eric S. Raymond2008-07-151-5/+11
* Bugs can lurk indefinitely in the damnedest places. Eric S. Raymond2008-07-151-11/+17
* Refactoring step. Eliminate second argument of packet.c::packet_parse().Eric S. Raymond2008-07-153-25/+18
* Ignore property edits.Eric S. Raymond2008-07-140-0/+0
* Fix thinko in comment.Eric S. Raymond2008-07-141-2/+2
* Clarify a point raised by Steve Franks.Eric S. Raymond2008-07-141-5/+6
* Remove a deprecated option.Eric S. Raymond2008-07-141-7/+1
* Documentation tweaks.Eric S. Raymond2008-07-141-11/+13
* Add reference to RTCM standards.Eric S. Raymond2008-07-141-0/+7
* Add to TODO feature suggested by Matthias Urlichs.Eric S. Raymond2008-07-141-1/+8
* Add a bit more about RTCM.Eric S. Raymond2008-07-141-4/+6
* Patch suggested by Matthias Urlichs.Eric S. Raymond2008-07-141-1/+3
* Edit ignore list.Eric S. Raymond2008-07-140-0/+0
* Revert previous EOF_PACKET change, it was a bad idea.Eric S. Raymond2008-07-146-8/+25
* fix broken tagChris Kuethe2008-07-131-1/+1
* typo in commentChris Kuethe2008-07-131-1/+1
* Make some search links available.Eric S. Raymond2008-07-131-1/+3
* Fix some broken markup.Eric S. Raymond2008-07-131-3/+1
* Note that the RTCM standards have leaked.Eric S. Raymond2008-07-131-6/+8
* Document some limitations.Eric S. Raymond2008-07-131-4/+15
* Typo fix.Eric S. Raymond2008-07-131-1/+1
* Update some documentation.Eric S. Raymond2008-07-131-11/+29
* Improved debugging message.Eric S. Raymond2008-07-131-5/+8