summaryrefslogtreecommitdiff
path: root/bsd-base64.c
Commit message (Collapse)AuthorAgeFilesLines
* Splint cleanup and removal of some unneeded headers.Eric S. Raymond2009-01-211-5/+0
|
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-4/+2
| | | | | | ...for those who want to build their own apps linked against libgps and want the headers to work. Works on OpenBSD, tested by Jeff Francis on OS X and Linux
* fix a couple of sign warningsChris Kuethe2006-10-111-2/+3
|
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
| | | | First line where possible, second line for scripts called with #!
* splint cleanup after CK's strcat()/strlcopy() cleanup.Eric S. Raymond2006-08-201-1/+1
|
* strchr returns char *, so test it against NULL (a pointer) not 0 (an integer)Chris Kuethe2006-08-181-2/+1
|
* More missing adds for the NTRIP support.Eric S. Raymond2006-06-071-0/+320