aboutsummaryrefslogtreecommitdiffstats
path: root/src/libosmo-gtlv
AgeCommit message (Expand)AuthorFilesLines
2023-03-14build: libosmo-gtlv: move LIBS to libosmo_gtlv_la_LIBADDNeels Janosch Hofmeyr1-4/+4
2023-03-14build: drop $(all_includes)Neels Janosch Hofmeyr1-1/+0
2023-03-14build: drop COVERAGENeels Janosch Hofmeyr1-2/+0
2023-02-07Bump version: 0.1.2.25-9c96-dirty → 0.2.00.2.0Pau Espin Pedrol1-1/+1
2023-01-02silence compiler warning in gtlv_dec_enc.cNeels Janosch Hofmeyr1-1/+1
2022-12-08gtlv: decoding error: log size limited hexdump of IENeels Janosch Hofmeyr1-2/+6
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte1-5/+5
2022-08-24gtlv: fix repeated IEIs to several struct membersNeels Hofmeyr1-20/+70
2022-08-24gtlv: check memory bounds 3/3: encoding to strNeels Hofmeyr2-14/+19
2022-08-24gtlv: check memory bounds 2/3: decoding TLVNeels Hofmeyr2-26/+44
2022-08-24gtlv: check memory bounds 1/3: encoding TLVNeels Hofmeyr2-10/+28
2022-08-12fix warnings: 'uninitialized'Neels Hofmeyr1-1/+1
2022-08-09set LIBVERSION=0:0:0Neels Hofmeyr1-1/+1
2022-06-17install libosmo-gtlvNeels Hofmeyr1-3/+10
2022-06-16libosmo-gtlv: add TLIV capabilityNeels Hofmeyr3-49/+127
2022-06-16libosmo-gtlv: add C code generator for IE structs and arraysNeels Hofmeyr2-0/+418
2022-06-16libosmo-gtlv: add auto dec/enc to/from structsNeels Hofmeyr2-0/+518
2022-06-16libosmo-gtlv: add generic TLV de- and encoderNeels Hofmeyr2-0/+305