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
/
libgps_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a call to the wrong mask dumper.
Eric S. Raymond
2010-04-18
1
-1
/
+1
*
Remove unused library support for old-protocol responses other than FIOXY.
Eric S. Raymond
2010-04-15
1
-158
/
+0
*
Try placing some indent pragmas at a different spot.
Eric S. Raymond
2010-04-14
1
-2
/
+2
*
More GNU indent pragmas.
Eric S. Raymond
2010-04-14
1
-4
/
+4
*
Client library core reindented. cgps passes live test.
Eric S. Raymond
2010-04-14
1
-178
/
+220
*
Fix the broken handling of our two compass device types in the NMEA driver.
Eric S. Raymond
2010-04-10
1
-1
/
+1
*
Make the client library and daemon use different sets of state-flag masks.
Eric S. Raymond
2010-04-09
1
-1
/
+1
*
I tripped over a git-ism. This change should have been in my last commit.
Eric S. Raymond
2010-04-08
1
-1
/
+1
*
Pacify splint.
Eric S. Raymond
2010-04-04
1
-1
/
+1
*
Actually close the daemon socket in a library close()
Eric S. Raymond
2010-04-01
1
-2
/
+3
*
Internals of Qt support.
Chris Browet
2010-03-31
1
-0
/
+55
*
Address Berlios bug #17034: BUFSIZ too small with some compiler
Eric S. Raymond
2010-03-31
1
-1
/
+1
*
Cope gracefully with failed read of JSON object. Suggested by Don Weeks.
Eric S. Raymond
2010-03-27
1
-1
/
+2
*
gps_poll() now indicates when the daemon socket closes from the other side.
Eric S. Raymond
2010-03-27
1
-4
/
+17
*
Make the library default to new protocol rather than old.
Eric S. Raymond
2010-03-14
1
-4
/
+2
*
Vanish away Id and Rev $ keywords, git won't expand them to anything useful.
Eric S. Raymond
2010-03-13
1
-2
/
+0
*
Copyright stamps everywhere. No code changes.
Eric S. Raymond
2010-03-11
1
-2
/
+7
*
A tiny code cleanup.
Eric S. Raymond
2010-02-04
1
-3
/
+1
*
Remove inexplicable (and unexplained) bad code.
Greg Troxel
2010-01-30
1
-4
/
+0
*
Improved client argument parsing to recognize IPv6 addresses...
Eric S. Raymond
2010-01-13
1
-2
/
+9
*
Internal IPv6 support, derived from a support patch by Olivier Mehani.
Eric S. Raymond
2010-01-12
1
-4
/
+6
*
Typo fix.
Eric S. Raymond
2010-01-11
1
-1
/
+1
*
Fix sporadic client-side errors...
Eric S. Raymond
2009-12-20
1
-2
/
+9
*
xgps need to run in rare mode, not raw which will freeze the display.
Eric S. Raymond
2009-12-11
1
-2
/
+2
*
Improve handling of buffered input from asynchronous writes.
Eric S. Raymond
2009-12-10
1
-28
/
+32
*
Improved auditing of gps.h structure sizes.
Eric S. Raymond
2009-12-10
1
-1
/
+2
*
Add POLL_NONBLOCK flag to the C API. Document all flags.
Eric S. Raymond
2009-12-09
1
-1
/
+4
*
Document the new async-read behavior.
Eric S. Raymond
2009-12-09
1
-2
/
+2
*
Change the client read logic in gps_poll()...
Eric S. Raymond
2009-12-09
1
-30
/
+39
*
Implement line buffering in the client library...
Eric S. Raymond
2009-12-09
1
-26
/
+60
*
Correction by mledford.
Eric S. Raymond
2009-12-07
1
-1
/
+1
*
Possible bug fix for gps_waiting().
Eric S. Raymond
2009-12-07
1
-2
/
+2
*
Introduce new argunent WATCH_DEVICE to the stream-option-control entry point...
Eric S. Raymond
2009-12-06
1
-1
/
+10
*
Proper conditionalization in case CLIENTDEBUG_ENABLE is off.
Eric S. Raymond
2009-12-06
1
-0
/
+2
*
Comment fix. All regression tests pass.
Eric S. Raymond
2009-12-06
1
-5
/
+4
*
Add non-blocking check for data waiting from the daemon to the C and C++ APIs.
Eric S. Raymond
2009-12-05
1
-0
/
+16
*
Change the library private data member to void *...
Eric S. Raymond
2009-12-03
1
-3
/
+8
*
Introduce ENABLE_RARE flag for gps_STREAM(); gpspipe() will need it.
Eric S. Raymond
2009-12-03
1
-1
/
+5
*
Splint and compiler warning cleanup.
Eric S. Raymond
2009-12-03
1
-4
/
+3
*
Fix a trivial bug in the gps_stream()/gps.stream() entry point.
Eric S. Raymond
2009-12-03
1
-1
/
+1
*
gpspipe exposed an orthogonality failure.
Eric S. Raymond
2009-12-03
1
-19
/
+23
*
Fix a minor glitch in the client-side debugging instrumentation.
Eric S. Raymond
2009-12-01
1
-1
/
+1
*
Fix an argument-handling buglet.
Eric S. Raymond
2009-11-30
1
-1
/
+1
*
Use -D uniformly for debug levels.
Eric S. Raymond
2009-11-29
1
-4
/
+4
*
Enable handling of multiple JSON objectts per line, and add a test for it.
Eric S. Raymond
2009-11-29
1
-5
/
+5
*
Thread-hook support and documentation removed.
Eric S. Raymond
2009-11-29
1
-65
/
+0
*
Forward-port fixed to make build work again under 2.64.
Eric S. Raymond
2009-11-28
1
-0
/
+850