summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Why it builds pyo and yc files only for gpsd.py, I don't know.release-2.7Eric S. Raymond2005-01-141-0/+3
* Eliminate a getdtablesize() use.Eric S. Raymond2005-01-141-1/+1
* Return error on possible buffer overflow.Eric S. Raymond2005-01-141-0/+2
* Not quite ready to ship 2.7 after all, sigh.Eric S. Raymond2005-01-141-11/+12
* Oops, fix an automake requirement.Eric S. Raymond2005-01-141-1/+1
* Fixed a potential DDOS via reply-buffer overflow.Eric S. Raymond2005-01-142-31/+34
* Avoid possibe buffer overrun on negative read return.Eric S. Raymond2005-01-141-10/+9
* Report correct checksum.Eric S. Raymond2005-01-131-4/+8
* Avoid a stale-pointer error.Eric S. Raymond2005-01-131-1/+1
* Remove a minor memory leak.Eric S. Raymond2005-01-121-1/+4
* Don't rely on getdtablesize().Eric S. Raymond2005-01-121-2/+2
* Satellites_used is int, not list.Eric S. Raymond2005-01-111-3/+2
* Correct project site URL.Eric S. Raymond2005-01-112-2/+2
* Added -P option.Eric S. Raymond2005-01-113-5/+32
* Strange. Some deletes weren't committed. Possible svn bug?Eric S. Raymond2005-01-104-470/+1
* Version bump, prepare to ship.Eric S. Raymond2005-01-102-3/+3
* Merged fix from Petter Reinholdtsen.Eric S. Raymond2005-01-103-6/+26
* More cleanup.Eric S. Raymond2005-01-091-15/+8
* Skip checksum before splitting.Eric S. Raymond2005-01-091-0/+6
* Make sure we return cleanly from main().Eric S. Raymond2005-01-091-5/+3
* Generate HAVE_ALLOCA properly.Eric S. Raymond2005-01-091-0/+1
* Better alloca detection.Eric S. Raymond2005-01-081-2/+17
* Get rid of processIgnored.Eric S. Raymond2005-01-081-8/+4
* Cosmetic changes to Petter Reinhold's code. Also, get rid of another vsprintf.Eric S. Raymond2005-01-081-30/+24
* Remove Garmin extensions.Eric S. Raymond2005-01-081-73/+0
* Petter Reinhold's field parsing.Eric S. Raymond2005-01-081-87/+178
* struct timeval isn't defined just anywhereDerrick Brashear2005-01-071-0/+1
* More cleanup.Eric S. Raymond2005-01-061-4/+4
* lxbApp -> toplevel for clarity.Eric S. Raymond2005-01-061-12/+12
* NMEA protocol documentation corrections.Eric S. Raymond2005-01-061-6/+11
* Added a sentence.Eric S. Raymond2005-01-061-6/+30
* Added locod to index page.Eric S. Raymond2005-01-061-0/+4
* Fix a nasty bug in field(), it didn't do the right thing for fieldEric S. Raymond2005-01-051-3/+6
* Refactor code to eliminate casts.Eric S. Raymond2005-01-051-14/+12
* Don't print spurious error numbers.Eric S. Raymond2005-01-051-1/+1
* Don't print spurious error numbers.Eric S. Raymond2005-01-051-1/+1
* New display feature, medial dot for used satellites.Eric S. Raymond2005-01-052-3/+9
* Simplify the display code.Eric S. Raymond2005-01-051-24/+3
* Yet another GSV bug fix.Eric S. Raymond2005-01-051-1/+3
* Fix getopt.h problem.Eric S. Raymond2005-01-051-4/+2
* Rename --units option.Eric S. Raymond2005-01-051-2/+4
* Added two sentences.Eric S. Raymond2005-01-051-1/+1
* Added Earthmate USB.Eric S. Raymond2005-01-051-2/+2
* Zero out more carefully in case of empty fields.Eric S. Raymond2005-01-051-1/+4
* Avoid overcounting satellites.Eric S. Raymond2005-01-051-0/+3
* Another simplification of the GSV bug.Eric S. Raymond2005-01-041-1/+1
* More simplification of the GSV parser.Eric S. Raymond2005-01-041-14/+7
* Unit stuff now works in xgps.Eric S. Raymond2005-01-031-16/+40
* Default to Imperial units.Eric S. Raymond2005-01-031-1/+1
* Document the units feature.Eric S. Raymond2005-01-031-2/+15