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
/
hex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SPDXify the licerse references.
Eric S. Raymond
2018-03-08
1
-1
/
+1
*
Fix a potential buffer overrun.
Gary E. Miller
2016-09-01
1
-1
/
+1
*
No need to iterate a whole buffer when we know the answer.
Gary E. Miller
2016-09-01
1
-1
/
+3
*
Fix too small buffers. Hex is 2x + 1 the size of binary.
Gary E. Miller
2016-09-01
1
-0
/
+2
*
Comment what gpsd_packetdump() does
Gary E. Miller
2016-03-29
1
-0
/
+12
*
Retire splint from our set of static analyzers.
Eric S. Raymond
2015-03-30
1
-17
/
+5
*
warning hunting cleanup in hex.c for unused parameters
Jon Schlueter
2015-02-23
1
-0
/
+3
*
Silence compiler warnings about array subscripts of type 'char'
Matt
2014-09-10
1
-1
/
+1
*
cppcheck and Coverity cleanup (not yet complete).
Eric S. Raymond
2013-11-06
1
-5
/
+7
*
Make all hex-dumping truly thread-safe.
Eric S. Raymond
2013-10-13
1
-11
/
+15
*
Split gpsd_hexdump() so AIS dumping will be invertible.
Eric S. Raymond
2012-06-20
1
-21
/
+26
*
Suppress compiler warnings and do splint cleanup. All regression tests pass.
Eric S. Raymond
2012-04-20
1
-1
/
+1
*
Dependency reduction. No logic changes. All regression tests pass.
Eric S. Raymond
2011-08-25
1
-21
/
+21
*
Better visibility test. All regression tests pass. Code splints clean.
Eric S. Raymond
2011-06-17
1
-1
/
+9
*
Improve the code for making sensor data and command strings visible...
Eric S. Raymond
2011-06-17
1
-19
/
+24
*
Elimination of gpsd_hexdump_level.
Eric S. Raymond
2011-06-17
1
-19
/
+0
*
More header portability audting with a new version of deheader.
Eric S. Raymond
2010-12-22
1
-3
/
+0
*
Unused-header removals by deheader. All regression tests pass.
Eric S. Raymond
2010-12-01
1
-3
/
+0
*
Reindent some utility modules. All regression tests pass.
Eric S. Raymond
2010-04-14
1
-58
/
+154
*
Silence compiler warning.
Chris Kuethe
2010-04-06
1
-16
/
+16
*
Vanish away Id and Rev $ keywords, git won't expand them to anything useful.
Eric S. Raymond
2010-03-13
1
-2
/
+1
*
Copyright stamps everywhere. No code changes.
Eric S. Raymond
2010-03-11
1
-1
/
+5
*
Include the whole config file in gpsd.h.
Eric S. Raymond
2009-11-20
1
-1
/
+0
*
Fix some whitespace glitches found while experimenting with indent(1).
Eric S. Raymond
2009-11-17
1
-1
/
+1
*
Guard some inclusions that splint doesn't like.
Eric S. Raymond
2009-09-10
1
-0
/
+2
*
Yet more splint cleanup. All regression tests pass.
Eric S. Raymond
2009-09-09
1
-2
/
+2
*
Don't clobber the destination of gpsd_hexpack; thanks to Joshua
Eric S. Raymond
2009-05-05
1
-1
/
+1
*
splint cleanup.
Eric S. Raymond
2009-03-18
1
-0
/
+2
*
Improve error detection from gpsd_hexpack().
Eric S. Raymond
2009-03-09
1
-1
/
+1
*
Make hex_escapes() generally available.
Eric S. Raymond
2009-01-30
1
-0
/
+70
*
Splint cleanup.
Eric S. Raymond
2009-01-21
1
-1
/
+1
*
hush
Chris Kuethe
2009-01-09
1
-1
/
+1
*
Experimental code for sending hexified binary over the control channel.
Eric S. Raymond
2009-01-09
1
-1
/
+2
*
Add a wrapper function around gpsd_hexdump to avoid hexdumping buffers...
Chris Kuethe
2008-12-27
1
-0
/
+19
*
don't return NULL when passed a NULL pointer or a zero-length buffer;
Chris Kuethe
2007-06-04
1
-2
/
+2
*
shift blame... passing in a NULL gets you a NULL back.
Chris Kuethe
2007-04-14
1
-0
/
+3
*
too much thinking about regexes i think. hex use a-f, not a-z.
Chris Kuethe
2007-03-27
1
-4
/
+4
*
Add $Id$ tag
Chris Kuethe
2006-12-05
1
-0
/
+1
*
Break up some modules a little finer, in support of some Python bindings.
Eric S. Raymond
2006-12-04
1
-0
/
+76