aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bitvec
AgeCommit message (Expand)AuthorFilesLines
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte1-4/+4
2021-11-18bitvec_read_field(): fix incorrect bit-shift issue found by UBSanVadim Yanitskiy1-1/+1
2021-11-18bitvec_read_field(): indicate errors using errnoVadim Yanitskiy2-17/+18
2020-02-19bitvec: fix bitvec_unhex(): do not return 1 on successVadim Yanitskiy1-5/+5
2020-02-19tests/bitvec: add a unit test for bitvec_read_field()Vadim Yanitskiy2-0/+60
2019-02-05bitvec: Add bitvec_tailroom_bits() functionHarald Welte1-0/+19
2019-02-05bitvec: Add bitvec_bytes_used() functionHarald Welte2-0/+28
2017-01-06Add function to get uninterrupted bit runPravin Kumarvel2-1/+43
2016-03-17Add function to add bits from array to bitvecMax2-0/+76
2016-02-25Add byte printing macrosMax1-12/+1
2016-02-18Expand bitvec interfaceMax2-2/+258
2016-01-30bivec: Fix the output of the testcaseHolger Hans Peter Freyther2-12/+16
2016-01-30bitvec: Test and fix regression for C++->C conversionHolger Hans Peter Freyther2-0/+31
2016-01-15bitvec: Add get/set byte sequencesJacob Erlbeck2-0/+64