summaryrefslogtreecommitdiff
path: root/gpspacket.c
AgeCommit message (Expand)Author
2018-03-08SPDXify the licerse references.Eric S. Raymond
2017-07-18Fix ref-leak of PyObject_Call.Kurt Schwehr
2016-08-16for vsnprintf() FreeBSD wants __ISO_C_VISIBLE >= 1999Gary E. Miller
2016-04-09Fixes Python C extensions for Python 3 compatibility.Fred Wright
2015-04-30A gaggle of whitespace gaffs.Gary E. Miller
2015-03-22Use LOG_* symbol when setting/comparing log levelZbigniew Chyla
2015-03-07gpsd-report() -> gpsd_log()Eric S. Raymond
2015-02-06Make PACKET_TYPES available in the Python interface.Eric S. Raymond
2014-08-27Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond
2014-08-27Reverse linkage of gpsd_report() is abolished. All regression tests pass.Eric S. Raymond
2014-08-27Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond
2014-08-27Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond
2013-11-28Restore some Python constants needed for gpscat to work.Eric S. Raymond
2013-11-16Introduce new LOG_CLIENT looging level.Eric S. Raymond
2013-11-06Code is fully cppcheck, splint, and Coverity clean.Eric S. Raymond
2013-09-29Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond
2012-09-07Nuke trailing whitespace in C source.Eric S. Raymond
2011-06-17Elimination of gpsd_hexdump_level.Eric S. Raymond
2011-06-14Typo fix.Eric S. Raymond
2011-06-14Add some missing packet types to the JSON interface.Eric S. Raymond
2011-04-17Banish some pointless compiler warnings.Eric S. Raymond
2011-03-01Have the Python packet-module interface export the character counter.Eric S. Raymond
2010-03-13Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond
2010-03-11Copyright stamps everywhere. No code changes.Eric S. Raymond
2009-12-15Put Python extension modules under "gps.".Eric S. Raymond
2009-11-20Include the whole config file in gpsd.h.Eric S. Raymond
2009-03-27Significant simplification of the packet-getter interface. Eric S. Raymond
2009-01-13Fix buggy termination test,Eric S. Raymond
2009-01-12Improve the packet instrumentation slightly.Eric S. Raymond
2009-01-07Update the list of packet type defines. Plain RTCM_PACKET is gone.Eric S. Raymond
2008-07-14Revert previous EOF_PACKET change, it was a bad idea.Eric S. Raymond
2008-07-13Packet state machine now recognizes RTCM3 packets correctly.Eric S. Raymond
2008-07-12Fix gpscat to dump binary packets correctly. Eric S. Raymond
2008-07-12Add verbosity option to gpscat.Eric S. Raymond
2008-06-27More namespace shuffles preparing for RTCM3.Eric S. Raymond
2006-12-07Name change.Eric S. Raymond
2006-12-07Give gpspacket.c a real doc string.Eric S. Raymond
2006-12-07This version works of gpspacket.c works and allows us to set a callback.Eric S. Raymond
2006-12-07Another patch from Andreas.Eric S. Raymond
2006-12-06Followed some advice from Andreas Stricker.Eric S. Raymond
2006-12-06Patch suggested by Andreas Stricker.Eric S. Raymond
2006-12-05Another step toward a Python wrapper for packet.c.Eric S. Raymond
2006-12-05Add $Id$ tagChris Kuethe
2006-12-04First cut at a Python binding for the packet.c module.Eric S. Raymond