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_sock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Windows libgps support
Robert Norris
2017-02-17
1
-2
/
+60
*
Fix memory leak in Qt build.
Robert Norris
2017-02-02
1
-3
/
+2
*
Prevent client crashes if one calls gps_close() multiple times
Robert Norris
2016-08-02
1
-0
/
+1
*
Fix an uninitialized variable found by valgrind.
Ferry Huberts
2016-07-14
1
-0
/
+1
*
Remove duplicate <sys/socket.h> include.
Rob Norris
2016-03-08
1
-1
/
+0
*
Retire splint from our set of static analyzers.
Eric S. Raymond
2015-03-30
1
-28
/
+5
*
Document SHM and JSON timeout is in uSec. Fix SHM so that is true.
Gary E. Miller
2015-03-12
1
-0
/
+1
*
Since Windows should have full POSIX now, remove WIN32 port cruft.
Eric S. Raymond
2015-03-09
1
-4
/
+0
*
Feature removal - delete last remnants of old pre-JSON protocol from libgps.
Eric S. Raymond
2015-02-22
1
-262
/
+43
*
Easy splint cleanups. All regression tests pass.
Eric S. Raymond
2015-01-21
1
-6
/
+6
*
Add str_rstrip_char, use it everywhere.
Zbigniew Chyla
2015-01-21
1
-4
/
+2
*
Add str_{,v}appendf, use it everywhere.
Zbigniew Chyla
2015-01-21
1
-2
/
+1
*
Add str_starts_with macro, use it instead of strncmp.
Zbigniew Chyla
2015-01-21
1
-1
/
+2
*
Fix a namespace-pollution issue that causes OS X build failures.
Eric S. Raymond
2015-01-09
1
-0
/
+4
*
Refactor representation of satellite data into an array of structs...
Eric S. Raymond
2014-09-22
1
-9
/
+6
*
Exit from gps_sock_mainloop() if connection to gpsd is lost
Daniel Willmann
2014-08-28
1
-2
/
+6
*
Drop the obsolete tag field from JSON output. Bump the minor protocol number.
Eric S. Raymond
2014-08-24
1
-9
/
+6
*
Include <sys/select.h> everywhere fd_set us used.
Eric S. Raymond
2014-08-18
1
-0
/
+1
*
ppsbar -> pps.
Eric S. Raymond
2013-11-13
1
-4
/
+4
*
Teach the client library about ppsbar...
Eric S. Raymond
2013-11-10
1
-0
/
+4
*
Code is fully cppcheck, splint, and Coverity clean.
Eric S. Raymond
2013-11-06
1
-0
/
+1
*
More cppcheck cleanup. All regression tests pass. PPS is live.
Eric S. Raymond
2013-11-06
1
-1
/
+1
*
Full splint cleanup. Partial cppcheck cleanup.
Eric S. Raymond
2013-11-05
1
-1
/
+1
*
Split Type 24 reporting, including the -s option to gpsdecode.
Eric S. Raymond
2013-09-14
1
-0
/
+4
*
Nuke trailing whitespace in C source.
Eric S. Raymond
2012-09-07
1
-2
/
+2
*
More cppcheck warning fixups. All regression tests pass.
Eric S. Raymond
2012-05-18
1
-0
/
+3
*
Simplify code for parsing old protocol.
Eric S. Raymond
2012-05-10
1
-22
/
+9
*
The shm export gets a waiting method.
Eric S. Raymond
2011-10-03
1
-1
/
+0
*
Remove duplicate code.
Michael Tatarinov
2011-09-30
1
-1
/
+0
*
splint cleanup.
Eric S. Raymond
2011-09-30
1
-0
/
+2
*
Re-do runtime dispatch in the client library.
Eric S. Raymond
2011-09-30
1
-4
/
+0
*
splint cleanup.
Eric S. Raymond
2011-09-28
1
-0
/
+2
*
Avoid a name collision.
Eric S. Raymond
2011-09-28
1
-2
/
+2
*
First step in runtime export dispatch for the client library.
Eric S. Raymond
2011-09-28
1
-0
/
+2
*
splint cleanup.
Eric S. Raymond
2011-09-28
1
-2
/
+2
*
Break out prototypes for client library export methgods into a new heasder.
Eric S. Raymond
2011-09-28
1
-0
/
+1
*
Get back to a state where the shm export works.
Eric S. Raymond
2011-09-27
1
-6
/
+6
*
More API convergence.
Eric S. Raymond
2011-09-27
1
-3
/
+1
*
Converge the library APIs for different transports more closely.
Eric S. Raymond
2011-09-27
1
-5
/
+7
*
More refactoring.
Eric S. Raymond
2011-09-27
1
-0
/
+16
*
Uniform use of safe_atof(). All regression tests pass.
Eric S. Raymond
2011-08-27
1
-1
/
+5
*
Make the sock_export=no build.
Eric S. Raymond
2011-08-26
1
-13
/
+7
*
Add const qualifiers to some arguments never modified.
Eric S. Raymond
2011-04-06
1
-2
/
+2
*
trying to get compiling with socket-export
Jon Schlueter
2011-04-02
1
-0
/
+1
*
Magic-number and strncpy elimination. All regression tests pass
Eric S. Raymond
2011-03-29
1
-2
/
+2
*
Scan-build and splint cleanup. All regression tests pass.
Eric S. Raymond
2011-03-28
1
-2
/
+2
*
Shared-memory export is now integrated and documented.
Eric S. Raymond
2011-03-27
1
-11
/
+18
*
Begin splitting apart libgps_core.c into socket-export and generic functions.
Eric S. Raymond
2011-03-27
1
-0
/
+564