summaryrefslogtreecommitdiff
path: root/src/simpletlv.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-04simpletlv: Avoid errors reported by clangJakub Jelen1-1/+1
2019-07-04simpletlv: Avoid infinite loop and invalid free()Jakub Jelen1-3/+3
2019-07-04simpletlv: Do not allocate if there is no way to return the allocated dataJakub Jelen1-2/+2
2019-07-04simpletlv: Initialize pointers to avoid potential assignment of garbageJakub Jelen1-1/+1
2018-08-16simpletlv: Use GArray to make simpletlv_parse simplerChristophe Fergeau1-26/+11
2018-08-16simpletlv: Use g_malloc instead of mallocChristophe Fergeau1-23/+12
2018-08-16simpletlv: Remove unused #include <assert.h>Christophe Fergeau1-1/+0
2018-08-16Fix 'arguemnts' typoChristophe Fergeau1-1/+1
2018-08-02simpletlv: Parse string to internal representation with testsJakub Jelen1-0/+52
2018-07-31simpletlv: Allow clonning of the SimpleTLV structures with testJakub Jelen1-0/+42
2018-07-31simpletlv: Add a way to skip unused membersJakub Jelen1-1/+10
2018-07-31Basic SimpleTLV encoding and decoding methodsJakub Jelen1-0/+272