summaryrefslogtreecommitdiff
path: root/netlib.c
Commit message (Expand)AuthorAgeFilesLines
* Reindent the network support. All regression tests pass.Eric S. Raymond2010-04-141-34/+46
* Add all our info on the spin bug to TODO, and instrument all opens/closes.Eric S. Raymond2010-04-061-1/+5
* Add configure switch to enable/disable IPv6 support.Eric S. Raymond2010-03-271-2/+2
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+1
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+5
* Na,espace cleanup. All regression tests pass, codebase splints clean.Eric S. Raymond2010-01-131-1/+1
* splint cleanup of IPv6 support.Eric S. Raymond2010-01-121-8/+20
* Internal IPv6 support, derived from a support patch by Olivier Mehani.Eric S. Raymond2010-01-121-35/+61
* David Ludlow's housekeeping and type-cleanup patch.Eric S. Raymond2010-01-021-3/+7
* Declare socket-valued ints as socket_t.Eric S. Raymond2009-12-311-2/+3
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-0/+2
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-1/+1
* Correct some splint annotations.Eric S. Raymond2009-09-111-0/+2
* Finally found the right set of exclusions to stop splint from choking.Eric S. Raymond2009-09-111-4/+4
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-7/+7
* Add gps_errstr() to the client API so client code doesn't have toEric S. Raymond2009-08-261-0/+13
* system call failure should be tested against -1, rather than "< 0"Chris Kuethe2009-07-091-2/+2
* Splint cleanup and removal of some unneeded headers.Eric S. Raymond2009-01-211-0/+2
* C syntax fix...Chris Kuethe2008-08-181-0/+2
* Don't die if getprotobyname fails. Patch from Ulf Lamping on gpsd-devChris Kuethe2007-10-181-9/+13
* More splint cleanups.Eric S. Raymond2007-06-021-2/+4
* splint cleanups, and move a static to wre it belongs in the driver structure.Eric S. Raymond2007-06-011-0/+2
* Change return ttype of gpsd_write to be what the Garmin driver was expecting;Eric S. Raymond2007-06-011-0/+2
* splint cleanups, including a tweak to Makefile.am...Eric S. Raymond2007-05-311-2/+2
* generic function to get the ip of the client, as a string.Chris Kuethe2007-04-141-0/+17
* make this compile again on linux. Chris Kuethe2007-01-221-1/+1
* Add support for setting IP TOS and TCP options to reduce transit delay. Chris Kuethe2007-01-221-2/+21
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-3/+4
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* 75 splint warnings with all -unrecog directives removed.Eric S. Raymond2005-06-071-2/+2
* 78 splint warnings.Eric S. Raymond2005-06-071-2/+2
* 698 splint warnings.Eric S. Raymond2005-05-271-2/+2
* 879 splint warnings.Eric S. Raymond2005-05-271-1/+1
* Make a start at cleaning up splint warnings.Eric S. Raymond2005-05-261-4/+4
* Large step towards enabling sirfmon to run as a client...Eric S. Raymond2005-05-251-0/+2
* Add a prototype to pacify the compiler.Eric S. Raymond2005-03-071-0/+1
* add missing close() on error conditions.Gary E. Miller2005-03-061-2/+6
* Consify some arguments.Eric S. Raymond2005-01-011-1/+1
* Move config.h include into gpsd.h so we can never foo up the structure Eric S. Raymond2004-12-301-1/+0
* Make sure all files that need config.h inclusion have it.Eric S. Raymond2004-10-051-0/+1
* BSD port fixes and more code cleanup.Eric S. Raymond2004-10-041-1/+0
* Tighten up more code.Eric S. Raymond2004-09-301-2/+1
* Yet more cleanup and compaction.Eric S. Raymond2004-09-291-14/+5
* Remove some redundant structure members.Eric S. Raymond2004-09-291-1/+0
* Better handling of network errors.Eric S. Raymond2004-09-281-1/+1
* Clean up things so gpscli_report() is no longer required on client side.Eric S. Raymond2004-08-241-35/+12
* There is no longer any good reason for passivesock to be in theEric S. Raymond2004-08-231-55/+0
* Get rid of some obviously bogus code.Eric S. Raymond2004-08-231-3/+1
* Improve some error messages.Eric S. Raymond2004-08-201-4/+4