summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Document the control-socket commands.Eric S. Raymond2005-04-021-8/+27
* First step towards a separate control socket.Eric S. Raymond2005-04-021-3/+60
* More steps towards multisession.Eric S. Raymond2005-04-021-64/+62
* Multisession seems to be all working except that K is only half implemented.Eric S. Raymond2005-04-011-1/+2
* Multisession F command is working. Must still do K.Eric S. Raymond2005-04-011-110/+19
* MacOS compiler fixes. Oleg's fix for the bilinear interpolation.Eric S. Raymond2005-04-011-1/+1
* More MULTISESSION: by default, attach client to most recently openedEric S. Raymond2005-04-011-5/+17
* Add timestamp to the 'Y' command.Eric S. Raymond2005-04-011-2/+7
* Avoid a compile error in some odd configurations.Eric S. Raymond2005-03-311-1/+1
* Finish trial implementation of MULTISESSION F command. No effect onEric S. Raymond2005-03-311-39/+53
* Make MULTISESSION code initialize correctly.Eric S. Raymond2005-03-311-12/+11
* Next step towards multisession, have different version of the macros. Eric S. Raymond2005-03-311-12/+26
* Abstract handling two filesets into macro calls.Eric S. Raymond2005-03-311-17/+26
* Fixed a bug by removing some code.Eric S. Raymond2005-03-311-4/+0
* OK, let's try this again. Only you can prevent malicious buffer overruns!Eric S. Raymond2005-03-311-3/+3
* Add tag field to 'o' response.Eric S. Raymond2005-03-301-1/+2
* Another step towards multisession.Eric S. Raymond2005-03-301-12/+35
* Profile all packets, not just the ones with internal timestamps.Eric S. Raymond2005-03-291-32/+35
* Everything except splitplot works now.Eric S. Raymond2005-03-291-11/+20
* Make the code for converting GMT dates independent of Unix time-zone weirdness.Eric S. Raymond2005-03-281-4/+4
* Head off a potential buffer overflow.Eric S. Raymond2005-03-281-1/+1
* Stub version of K command.Eric S. Raymond2005-03-281-1/+13
* Multisession merge complete.Eric S. Raymond2005-03-281-15/+26
* Second stage of multisession merge.Eric S. Raymond2005-03-281-15/+41
* First merge of experimental multisession code -- all conditioned out.Eric S. Raymond2005-03-281-19/+105
* Put correct guard on an error message.Eric S. Raymond2005-03-281-2/+3
* More refactoring of the daemon main.Eric S. Raymond2005-03-281-40/+41
* Gradual move towards the experimental multisession version. Eric S. Raymond2005-03-281-56/+55
* Another refactoring change, moves towards multisession.Eric S. Raymond2005-03-281-2/+3
* Change interface so there can be only one DGPS object per server...Eric S. Raymond2005-03-281-6/+12
* Follow through by changing 'session' to 'device'Eric S. Raymond2005-03-281-81/+81
* Change gps_session_t to gps_device_t.Eric S. Raymond2005-03-281-2/+2
* Daemon no longer needs tzoffset directly.Eric S. Raymond2005-03-281-5/+5
* Add a sentence_time member...Eric S. Raymond2005-03-261-2/+2
* Warn on inconsistent output, but don't crap out.Eric S. Raymond2005-03-261-1/+2
* Correct 8661 to 8601.Eric S. Raymond2005-03-251-1/+1
* Raw-mode profiling now works on SiRF. Only split mode is still broken.Eric S. Raymond2005-03-241-1/+1
* gpsutils.c needed its own header.Eric S. Raymond2005-03-241-6/+7
* Profiling is almost working. Now to figure out why GPS time is 11-12 secondsEric S. Raymond2005-03-241-10/+8
* Set timezone correctly.Eric S. Raymond2005-03-241-6/+10
* The 'explicit' argument is no longer needed, now that watcher modeEric S. Raymond2005-03-241-18/+15
* Raise the precision of 'o' reports...Eric S. Raymond2005-03-241-1/+1
* Do all computation of derived quanties at the same spot.Eric S. Raymond2005-03-231-12/+3
* We now compute every possible derived quantity except track error.Eric S. Raymond2005-03-231-7/+1
* Split up the estimated-error validity masks.Eric S. Raymond2005-03-231-12/+16
* Watcher mode now uses 'o' command to dump status.Eric S. Raymond2005-03-231-47/+22
* Compute derived uncertainties for 'O' command.Eric S. Raymond2005-03-231-4/+7
* Zodiac returns estimated speed error.Eric S. Raymond2005-03-221-8/+17
* Second step in library refactoring.Eric S. Raymond2005-03-221-6/+5
* Big structure reorganization.Eric S. Raymond2005-03-221-62/+63