summaryrefslogtreecommitdiffstats
path: root/helpers.c
Commit message (Expand)AuthorAgeFilesLines
* helpers.c: use unsigned int for bit shifts (ASAN)Daniel Campello2022-03-211-1/+1
* helpers.c: Fix undefined behavior in strndup()Xiang Wang2021-01-241-8/+9
* helpers: Implement strndup() for MinGWMiklós Márton2019-10-041-0/+14
* Fix -Wsign-compare troubleNico Huber2019-07-311-2/+2
* helpers: Add reverse_byte() and reverse_bytes()Marc Schink2018-08-301-0/+17
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* Fix linking with libpayloadNico Huber2017-06-221-1/+1
* Add a bunch of new/tested stuff and various small changes 24Stefan Tauner2016-01-231-1/+1
* Make strnlen() visible in old versions of glibcStefan Tauner2015-01-271-0/+10
* Move strtok_r implementation verbatim to helpers.cStefan Tauner2014-11-011-0/+21
* Introduce helpers.cStefan Tauner2014-06-121-0/+72