summaryrefslogtreecommitdiff
path: root/hex.c
Commit message (Expand)AuthorAgeFilesLines
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* Yet more splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-2/+2
* Don't clobber the destination of gpsd_hexpack; thanks to JoshuaEric S. Raymond2009-05-051-1/+1
* splint cleanup.Eric S. Raymond2009-03-181-0/+2
* Improve error detection from gpsd_hexpack().Eric S. Raymond2009-03-091-1/+1
* Make hex_escapes() generally available.Eric S. Raymond2009-01-301-0/+70
* Splint cleanup.Eric S. Raymond2009-01-211-1/+1
* hushChris Kuethe2009-01-091-1/+1
* Experimental code for sending hexified binary over the control channel.Eric S. Raymond2009-01-091-1/+2
* Add a wrapper function around gpsd_hexdump to avoid hexdumping buffers...Chris Kuethe2008-12-271-0/+19
* don't return NULL when passed a NULL pointer or a zero-length buffer;Chris Kuethe2007-06-041-2/+2
* shift blame... passing in a NULL gets you a NULL back.Chris Kuethe2007-04-141-0/+3
* too much thinking about regexes i think. hex use a-f, not a-z.Chris Kuethe2007-03-271-4/+4
* Add $Id$ tagChris Kuethe2006-12-051-0/+1
* Break up some modules a little finer, in support of some Python bindings.Eric S. Raymond2006-12-041-0/+76