index
:
spice/libcacard
master
Common Access Card library (mirrored from https://gitlab.freedesktop.org/spice/libcacard)
elmarco
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
simpletlv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-04
simpletlv: Avoid errors reported by clang
Jakub Jelen
1
-1
/
+1
2019-07-04
simpletlv: Avoid infinite loop and invalid free()
Jakub Jelen
1
-3
/
+3
2019-07-04
simpletlv: Do not allocate if there is no way to return the allocated data
Jakub Jelen
1
-2
/
+2
2019-07-04
simpletlv: Initialize pointers to avoid potential assignment of garbage
Jakub Jelen
1
-1
/
+1
2018-08-16
simpletlv: Use GArray to make simpletlv_parse simpler
Christophe Fergeau
1
-26
/
+11
2018-08-16
simpletlv: Use g_malloc instead of malloc
Christophe Fergeau
1
-23
/
+12
2018-08-16
simpletlv: Remove unused #include <assert.h>
Christophe Fergeau
1
-1
/
+0
2018-08-16
Fix 'arguemnts' typo
Christophe Fergeau
1
-1
/
+1
2018-08-02
simpletlv: Parse string to internal representation with tests
Jakub Jelen
1
-0
/
+52
2018-07-31
simpletlv: Allow clonning of the SimpleTLV structures with test
Jakub Jelen
1
-0
/
+42
2018-07-31
simpletlv: Add a way to skip unused members
Jakub Jelen
1
-1
/
+10
2018-07-31
Basic SimpleTLV encoding and decoding methods
Jakub Jelen
1
-0
/
+272