index
:
delta/gpsd.git
master
vla-removal
git.savannah.gnu.org: git/gpsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gps
Commit message (
Expand
)
Author
Age
Files
Lines
*
Somewhat more effective asciifying in the Python client.
Eric S. Raymond
2011-02-22
1
-14
/
+14
*
Assume any 'satellites' attribute in JSON is a JSON array.
Eric S. Raymond
2011-02-22
1
-1
/
+2
*
Typo fixes.
Eric S. Raymond
2011-02-21
1
-1
/
+1
*
Greg Troxel says CLOSE_DELAY needed to go to 0.2 on his sytem to avoid trouble.
Eric S. Raymond
2011-02-18
1
-2
/
+3
*
Garbage-collect the client-side *SET flags.
Eric S. Raymond
2011-02-03
1
-33
/
+30
*
Cosmetic fix.
Eric S. Raymond
2011-02-02
1
-21
/
+22
*
Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601.
Eric S. Raymond
2011-01-29
1
-3
/
+3
*
Catch and display regression errors from malformed JSON.
Eric S. Raymond
2011-01-29
1
-1
/
+9
*
Reorganize stream argument flags, and create one for timing data.
Eric S. Raymond
2011-01-26
2
-10
/
+16
*
The raw_hook mwember and set_raw_hook are gone; client API cleanup is done.
Eric S. Raymond
2011-01-25
1
-8
/
+1
*
Reduce the amount of padding time in the regression tests.
Eric S. Raymond
2011-01-23
1
-2
/
+2
*
Various small fixes to Python client mode.
Beat Bolli
2011-01-05
1
-3
/
+5
*
Address Berlios tracker bug #17485: problem with isotime in gps.py.
Eric S. Raymond
2010-12-02
1
-0
/
+1
*
Fixing several Python identation errors.
Bernd Zeimetz
2010-08-29
1
-2
/
+2
*
Carry through and document the poll() -> read() change.
Eric S. Raymond
2010-07-14
3
-4
/
+4
*
Comment fix.
Eric S. Raymond
2010-06-10
1
-1
/
+1
*
Incorporate the tesults of a test by Greg Troxel (comment fix only).
Eric S. Raymond
2010-06-09
1
-4
/
+3
*
Comment fixes and clarifications.
Eric S. Raymond
2010-06-09
1
-8
/
+11
*
Fix wordo from previous edit.
Greg Troxel
2010-06-09
1
-3
/
+3
*
Set CLOSE_DELAY to 1 second.
Greg Troxel
2010-06-09
1
-2
/
+4
*
Reintroduce write padding in hopes of making the test suite work under NetBSD.
Eric S. Raymond
2010-06-07
1
-5
/
+21
*
regress-driver fixes
Beat Bolli
2010-06-06
1
-1
/
+1
*
add GPSD_HOME environment variable support to gpsfake
Jon Schlueter
2010-06-05
1
-8
/
+19
*
Use 127.0.0.1 for loopback tests.
Greg Troxel
2010-06-04
1
-1
/
+1
*
Speed up the test suite by killing the daemon faster.
M Joonas Pihlaja
2010-06-04
1
-2
/
+5
*
Rip out grubby code from a previous attempt to fix the multipacket problem.
Eric S. Raymond
2010-06-04
1
-11
/
+1
*
Following the multipacket fix, all tests now pass without write padding.
Eric S. Raymond
2010-06-04
1
-10
/
+0
*
Make packet sniffer pass packets with bad checksums with type BAD_PACKET.
Eric S. Raymond
2010-05-08
1
-2
/
+0
*
Make gpsfake detect when it pulls a 0-length packet from a logfile.
Eric S. Raymond
2010-05-07
1
-0
/
+3
*
Sanity-check things that look like responses better.
Eric S. Raymond
2010-05-06
1
-3
/
+4
*
NUL-terminate write to control socket to avoid junk in log messages.
Eric S. Raymond
2010-05-05
1
-3
/
+3
*
Implement a -u switch to force the test framework to use UDP, not ptys.
Eric S. Raymond
2010-05-04
1
-2
/
+3
*
Shutdown fails on a UDP socket.
Eric S. Raymond
2010-04-29
1
-1
/
+1
*
Remove obsolete FIXME.
Eric S. Raymond
2010-04-26
1
-1
/
+0
*
Restore interpretation of Serial: headers inb test loads.
Eric S. Raymond
2010-04-26
1
-3
/
+3
*
Add a sanity check.
Eric S. Raymond
2010-04-26
1
-1
/
+1
*
Hide the wire protocol a bit more effectively.
Eric S. Raymond
2010-04-26
1
-0
/
+3
*
Fix minor bug introduced by recent refactoring.
Eric S. Raymond
2010-04-26
1
-0
/
+2
*
Fix a delegation error.
Eric S. Raymond
2010-04-25
1
-1
/
+1
*
The gpsfake.py module can broadcacst on UDP rather than using a pty.
Eric S. Raymond
2010-04-25
1
-37
/
+74
*
Yet more Python-client refactoring. All regression tests pass.
Eric S. Raymond
2010-04-23
2
-10
/
+9
*
More Python client partitioning. All regression tests pass.
Eric S. Raymond
2010-04-22
2
-188
/
+206
*
Back off the last change to gps.fake.py to make regressions pass again.
Eric S. Raymond
2010-04-22
1
-6
/
+29
*
Return the length of the data in read().
Bernd Zeimetz
2010-04-22
1
-1
/
+1
*
gps.py: Make next() work at all.
Bernd Zeimetz
2010-04-22
1
-24
/
+4
*
There are utf8 chars in the file, so let Python handle them.
Bernd Zeimetz
2010-04-22
1
-0
/
+1
*
Make verbose mode of gps.py actually work.
Bernd Zeimetz
2010-04-22
1
-2
/
+8
*
__set_device__ is define in next(), not in the class.
Bernd Zeimetz
2010-04-22
1
-1
/
+1
*
gps.py takes -v as option, not -w.
Bernd Zeimetz
2010-04-22
1
-1
/
+1
*
No more write padding in gpsfake. either.
Eric S. Raymond
2010-04-20
1
-10
/
+0
[next]