summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ready to ship 2.27.release-2.27Eric S. Raymond2005-07-065-14/+10
|
* Fix Petr Stransky's bugs.Eric S. Raymond2005-07-063-9/+19
|
* Quiet splint.Eric S. Raymond2005-07-051-1/+1
|
* Cleanup before afddressing Peter Stranky's bug.Eric S. Raymond2005-07-051-3/+3
|
* FIONREAD can't spin anymore, because FIONREAD is gone.Eric S. Raymond2005-07-051-17/+0
|
* Add some documentation, and a no-read timeout.Eric S. Raymond2005-07-053-11/+23
|
* Add status mode setting to Zodiac driver.Eric S. Raymond2005-07-041-1/+8
|
* Much simpler DGPS test.Eric S. Raymond2005-07-042-17/+3
|
* Be aware of WAAS satellites.Eric S. Raymond2005-07-041-1/+16
|
* Fold in some advice from Wolfgang Rupprecht.Eric S. Raymond2005-07-043-3/+38
|
* Introduce client timeouts.Eric S. Raymond2005-07-043-6/+43
|
* Attempt to banish Mark Cohen's bug.Eric S. Raymond2005-07-041-6/+6
|
* Hm...this has turned up a file descriptor leak.Eric S. Raymond2005-07-021-0/+1
|
* Better cleanup code in Python client, deinitialize file object properly.Eric S. Raymond2005-07-021-8/+10
|
* Slightly better unstrumentation of file descriptor operations.Eric S. Raymond2005-07-024-4/+4
|
* Add gpsfake code for detecting file decriptor leaks in the daemon.Eric S. Raymond2005-07-021-1/+23
|
* We have track error computation.Eric S. Raymond2005-07-0112-93/+111
|
* Try to pacify automake-1.9.5.Eric S. Raymond2005-07-011-0/+1
|
* Gather all the error-modeling into one spot.Eric S. Raymond2005-07-013-87/+86
|
* Move driver-specific members into a union in order to save some storage.Eric S. Raymond2005-07-016-114/+126
|
* Disable the hunt for DGPSIP servers.Eric S. Raymond2005-07-013-7/+12
| | | | | (a) it screws up regression testing, and (b) Wolfgang's issues about error modelling need to be addressed.
* Quiet down splint.Eric S. Raymond2005-07-011-2/+2
|
* Release preparation.Eric S. Raymond2005-07-011-2/+3
|
* Cosmetic fix.Eric S. Raymond2005-07-011-1/+2
|
* Avoid a magic number.Eric S. Raymond2005-07-012-1/+2
|
* This is the fix I had been waiting for Gary to check in -- I hope.Eric S. Raymond2005-07-011-12/+20
|
* Get the length of an RTCM104 message right.Eric S. Raymond2005-07-011-1/+16
|
* Improved diagnostics for DGPS server hunting.Eric S. Raymond2005-06-301-5/+10
|
* Add the ability to probe multiple DGPS servers...Eric S. Raymond2005-06-302-16/+42
| | | | | ...within the distance threshold and connect to the closest one that is actually up.
* Add some eye candy to the website.Eric S. Raymond2005-06-3011-14/+66
|
* More small pre-release cleanups.Eric S. Raymond2005-06-305-11/+20
|
* Preparing for release -- make sure RPMs build OK.Eric S. Raymond2005-06-303-2/+4
|
* We can have right-hand spans now.Eric S. Raymond2005-06-291-0/+5
|
* Experimental code to hunt for a DGPSIP server.Eric S. Raymond2005-06-297-21/+96
|
* Clean up DGPSIP a bit more, some variables don't need to be per-session.Eric S. Raymond2005-06-294-9/+14
|
* Pull the DGPSIP code into its own module.Eric S. Raymond2005-06-296-73/+123
| | | | | | | | The DGPSIP socket is now part of the session context; it's guarded by the same select as all other socket reads. The latest RTCM104 report from it is relayed to each attached GPS when appropriate. (The old code only passed a correction to the first GPS to be polled after the report came in from the server.)
* Stage one of joining the GPS webring.Eric S. Raymond2005-06-291-0/+10
|
* Set VMIN in GPS reads.Eric S. Raymond2005-06-293-151/+150
|
* Make the test main of the packet getter work again.Eric S. Raymond2005-06-291-1/+3
|
* Try to fix some bugs introduced by FIONREAD removal.Eric S. Raymond2005-06-282-5/+5
|
* Clean up after FIONREAD removal.Eric S. Raymond2005-06-282-3/+4
|
* Eliminate use of FIONREAD.Eric S. Raymond2005-06-287-109/+70
| | | | | This may fix the hang-during-backups bug. It may break the Garmin driver and DGPS handling; this will have to be tested.
* Steps towards eliminating FIONREAD.Eric S. Raymond2005-06-282-6/+12
|
* Document that the low-level interface uses no dynamic allocation.Eric S. Raymond2005-06-283-6/+18
|
* Modify garmin code to remove calloc(). GarminBuffer is now in gps_device_t.Gary E. Miller2005-06-282-15/+15
|
* Eliminate dynamic-memory allocation from the daemon.Eric S. Raymond2005-06-288-90/+95
| | | | | Only one calloc() is left, and that belongs to Gary in the Garmin driver.
* Finish abstracting the channel primitives.Eric S. Raymond2005-06-271-3/+3
|
* Abstract some device-allocation primitives.Eric S. Raymond2005-06-271-6/+8
|
* Prepare for release.Eric S. Raymond2005-06-272-72/+32
|
* Tilman Koschnik fxed a bug.Eric S. Raymond2005-06-271-1/+1
|