| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Enable gpsd to be built withot socket and subscription support. | Eric S. Raymond | 2011-03-25 | 1 | -3/+3 |
* | Enable client debugging to actually work in gpxlogger. | Eric S. Raymond | 2011-03-23 | 1 | -0/+1 |
* | Give gps_waiting() a timeout argument. Use it systematically in test clients. | Eric S. Raymond | 2011-03-09 | 1 | -15/+3 |
* | Splint cleanup. All regression tests pass. | Eric S. Raymond | 2011-02-16 | 1 | -1/+1 |
* | In gpxlogger, added <sat>, <hdop>, <vdop>, <pdop> elements. | Michael Tatarinov | 2011-02-14 | 1 | -66/+71 |
* | In gpxlogger, filter for device on the server rather than client side, | Michael Tatarinov | 2011-02-14 | 1 | -12/+5 |
* | The raw_hook mwember and set_raw_hook are gone; client API cleanup is done. | Eric S. Raymond | 2011-01-25 | 1 | -4/+4 |
* | More deheader testing. | Eric S. Raymond | 2011-01-12 | 1 | -0/+3 |
* | Correct a previous commit changing <time.h> to <sys/time.h> eceywhere. | Eric S. Raymond | 2010-12-21 | 1 | -0/+1 |
* | Clients are no longer required to define a gpsd_report() hook. | Eric S. Raymond | 2010-12-19 | 1 | -2/+6 |
* | Implemented Gleb Smirnoff's -m option for gpxlogger. | Eric S. Raymond | 2010-12-17 | 1 | -28/+42 |
* | Merge in tthe -d and -f capabilties from Gleb Smirnoff's gpxlogger2/gpxloggerd. | Eric S. Raymond | 2010-12-17 | 1 | -43/+80 |
* | Because we're taking SuS seriously we can simplify the configuration machinery. | Eric S. Raymond | 2010-12-14 | 1 | -3/+1 |
* | Unused-header removals by deheader. All regression tests pass. | Eric S. Raymond | 2010-12-01 | 1 | -5/+0 |
* | First round of changes for API major version 5: | Eric S. Raymond | 2010-07-13 | 1 | -1/+1 |
* | Introduce the gps_read() entry point and use it internally. | Eric S. Raymond | 2010-06-08 | 1 | -1/+1 |
* | Use re-entrant open in the C examples. | Eric S. Raymond | 2010-06-07 | 1 | -14/+13 |
* | Use of EMIX isn't actually a bug, given the DBUS format. | Eric S. Raymond | 2010-04-25 | 1 | -4/+0 |
* | Reindent two more programs. That's everything except xgpsspeed/Tachometer.c. | Eric S. Raymond | 2010-04-14 | 1 | -82/+87 |
* | Splint-clean gpxlogger. | Eric S. Raymond | 2010-04-14 | 1 | -10/+18 |
* | Using WATCH_NEWSTYLE makes a poor example now that NEWSTYLE is the default. | Eric S. Raymond | 2010-03-30 | 1 | -1/+1 |
* | Fix building with --disable-clientdebug | Paulius Zaleckas | 2010-03-28 | 1 | -2/+2 |
* | Vanish away Id and Rev $ keywords, git won't expand them to anything useful. | Eric S. Raymond | 2010-03-13 | 1 | -3/+3 |
* | Eliminate more Subversion tracks... | Eric S. Raymond | 2010-03-13 | 1 | -1/+1 |
* | Copyright stamps everywhere. No code changes. | Eric S. Raymond | 2010-03-11 | 1 | -1/+5 |
* | Internal IPv6 support, derived from a support patch by Olivier Mehani. | Eric S. Raymond | 2010-01-12 | 1 | -3/+2 |
* | Type and inclusion cleanup. | Eric S. Raymond | 2010-01-03 | 1 | -3/+5 |
* | Give gpxlogger the -D option, abolish the last remnant of cgpxlogger. | Eric S. Raymond | 2009-12-08 | 1 | -1/+10 |
* | Fix the DBUS build. | Eric S. Raymond | 2009-11-25 | 1 | -1/+7 |
* | Pick up a dropped stitch near DBUS. | Eric S. Raymond | 2009-11-24 | 1 | -1/+3 |
* | Fix some whitespace glitches found while experimenting with indent(1). | Eric S. Raymond | 2009-11-17 | 1 | -3/+3 |
* | I found the bug in JSON parsing, so re-enable new protocol on all clients. | Eric S. Raymond | 2009-11-17 | 1 | -1/+1 |
* | gps_stream() gets a third argument for future expansion. | Eric S. Raymond | 2009-09-24 | 1 | -1/+1 |
* | Disentangle the packet raw hook used on the client side... | Eric S. Raymond | 2009-09-17 | 1 | -1/+1 |
* | J command and switch are gone. | Eric S. Raymond | 2009-09-11 | 1 | -10/+2 |
* | Fix an implicit-declaration glitch. | Eric S. Raymond | 2009-08-27 | 1 | -1/+1 |
* | Add gps_errstr() to the client API so client code doesn't have to | Eric S. Raymond | 2009-08-26 | 1 | -25/+1 |
* | Make more of the test clients protocol-neutral. Document why xgps isn't. | Eric S. Raymond | 2009-08-24 | 1 | -7/+8 |
* | Parse WATCH responses in the client library. All regression tests pass. | Eric S. Raymond | 2009-08-23 | 1 | -4/+4 |
* | system call failure should be tested against -1, rather than "< 0" | Chris Kuethe | 2009-07-09 | 1 | -1/+1 |
* | fix for bug 15795 - char devname[] shadows a standard function | Chris Kuethe | 2009-07-03 | 1 | -4/+4 |
* | Introduce gpsdclient.h header, not shipped. | Eric S. Raymond | 2009-03-02 | 1 | -0/+1 |
* | Move gpsfix decl out of ifdef DBUS. | Greg Troxel | 2009-02-26 | 1 | -1/+2 |
* | Standardized parsing of server:port:device client arguments. | Eric S. Raymond | 2009-02-25 | 1 | -40/+12 |
* | As good a merge as we'll get, barring shipping mode data over D-Bus. | Eric S. Raymond | 2009-02-25 | 1 | -39/+23 |
* | Code fully merged... | Eric S. Raymond | 2009-02-25 | 1 | -121/+96 |
* | Merge cgpxlogger into gpxlogger. Still needs some code merging in | Eric S. Raymond | 2009-02-25 | 1 | -5/+256 |
* | More refactoring. | Eric S. Raymond | 2009-02-25 | 1 | -5/+5 |
* | Refactor in preparation for merging cgpxlogger. | Eric S. Raymond | 2009-02-25 | 1 | -66/+94 |
* | Simplify the internal D-Bus interface. | Eric S. Raymond | 2009-02-24 | 1 | -0/+2 |