summaryrefslogtreecommitdiff
path: root/www/protocol-transition.txt
Commit message (Collapse)AuthorAgeFilesLines
* Torrents of whitespace tweaks.Gary E. Miller2015-04-301-21/+21
|
* Link fixes...Gary E. Miller2015-04-101-2/+2
|
* Revert bogus header data. Fix asciidoc list.Gary E. Miller2015-04-101-6/+4
| | | | file now converts clean with asciidoc.
* Add some SEO.Gary E. Miller2015-04-091-0/+4
|
* Proof read onlySanjeev Gupta2013-11-071-0/+3
| | | | - Added asciidoc header for consistency
* More doc updates.Eric S. Raymond2011-03-151-4/+4
| | | | | We're not killing the library-side support for old protocol as fast as originally planned.
* spellchecking in protocol-transition.txtJon Schlueter2011-03-051-1/+1
|
* Refactor some documentation.Eric S. Raymond2011-02-021-57/+2
|
* Rebuild the C++ interface to use RAII.Eric S. Raymond2011-02-021-7/+37
| | | | Simplifies the code and invalidates Berlios ug #17778: crash in libgpsmm.
* Document the latest round of API changes.Eric S. Raymond2011-01-291-28/+28
|
* The raw_hook mwember and set_raw_hook are gone; client API cleanup is done.Eric S. Raymond2011-01-251-3/+2
|
* Typo fix.Eric S. Raymond2010-09-161-1/+1
|
* Update to eflect current conditions.Eric S. Raymond2010-09-161-10/+10
|
* Admit to schedule slippage.Eric S. Raymond2010-07-131-9/+5
|
* Update documentation. All regression tests pass.Eric S. Raymond2010-03-151-2/+2
|
* Emulating the Gypsy signals no longer makes sense. Eric S. Raymond2010-03-111-9/+7
| | | | We'll let geoclue take care of that.
* Old protocol support is removed from the daemon. Eric S. Raymond2010-01-151-8/+6
| | | | | The client library retains it, however, for talking to older versions of the daemon in place.
* Typo fix.Eric S. Raymond2010-01-131-1/+1
|
* Typo fixes.Eric S. Raymond2009-12-201-2/+2
|
* Document the new async-read behavior.Eric S. Raymond2009-12-091-0/+13
|
* Notes about C++ and package systems.Eric S. Raymond2009-12-061-0/+12
|
* Update the transition plan.Eric S. Raymond2009-12-061-23/+66
|
* Documentation polish.Eric S. Raymond2009-12-051-11/+11
|
* Update website documentation for the new release and new wire protocol.Eric S. Raymond2009-12-041-9/+21
|
* Enable handling of multiple JSON objectts per line, and add a test for it.Eric S. Raymond2009-11-291-1/+1
|
* Thread-hook support and documentation removed.Eric S. Raymond2009-11-291-0/+20
|
* Promise some structure stability.Eric S. Raymond2009-11-221-2/+21
|
* Bump version to 2.90dev in preparation for release.Eric S. Raymond2009-11-201-6/+6
| | | | Update some documentation.
* Documentation polishing.Eric S. Raymond2009-11-191-9/+9
|
* In the gpsdata structure, satellites -> satellites_visibleEric S. Raymond2009-10-011-0/+4
| | | | All regression tests pass, code splints clean.
* Uniform treatmen of VERSION response in poll() and next().Eric S. Raymond2009-09-281-3/+6
|
* Fix the documentation for the Python client.Eric S. Raymond2009-09-261-35/+20
|
* Improved Python client-mode documentation.Eric S. Raymond2009-09-241-8/+26
|
* Better description of new Python API. Eric S. Raymond2009-09-241-5/+53
| | | | | query() is really gone; add a resulting to-do item. Codebase splints clean, all regression tests pass.
* gps_stream() gets a third argument for future expansion. Eric S. Raymond2009-09-241-18/+2
| | | | | We shouldn't try to explain the transition schedule in two different places.
* gps_query() is removed.Eric S. Raymond2009-09-231-8/+17
|
* Introduce gps_send() to the C API.Eric S. Raymond2009-09-231-2/+8
|
* New protocol can now ship profiling information, like old $.Eric S. Raymond2009-09-231-1/+1
|
* Separate WATCH_NMEA from WATCH_RAW in the visible API.Eric S. Raymond2009-09-211-1/+2
| | | | All regression tests pass. Codebase splints clean.
* Disentangle the packet raw hook used on the client side...Eric S. Raymond2009-09-171-6/+12
| | | | | | ...from the internals of gpsd. Besides being better factoring, this will give us better control of the daemon's report-generation policy in the future. All regression tests pass. Codebase splints clean.
* SKY response now includes DOP reports.Eric S. Raymond2009-09-151-3/+6
| | | | Most regression tests needed to be rebuilt.
* J is gone.Eric S. Raymond2009-09-151-6/+6
|
* Finally give ?TPV; and ?SKY; the axe. Eric S. Raymond2009-08-301-12/+3
| | | | | | | Dealing with all the race conditions implied by the fact that you don't necessarily have a device bound when these are called is just too nasty - it's a maintainability problem and would have been a support nightmare.
* Documentation updates.Eric S. Raymond2009-08-261-5/+9
|
* Unify CONFIGDEV and DEVICE responses.Eric S. Raymond2009-08-251-4/+4
|
* Update the transition document for new gps_stream() arguments.Eric S. Raymond2009-08-241-22/+36
|
* Website fixes.Eric S. Raymond2009-08-231-1/+1
|
* Parse CONFIGDEV responses.Eric S. Raymond2009-08-231-2/+2
|
* Merge two structures that didn't need to exist separately. Eric S. Raymond2009-08-231-2/+2
| | | | All regression tests pass.
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-0/+26
| | | | | ...documented in the protocol-transition white paper. All regression tests pass.