summaryrefslogtreecommitdiffstats
path: root/XUtils.h
AgeCommit message (Expand)Author
2022-10-24Reformat code baseBenny Baumann
2022-06-28Write full bufferChristian Göttsche
2022-03-25Improve String_contains_i to allow for multiple termsDaniel Lange
2022-01-11Removed unused String_getToken functionTobias Stoeckmann
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-09-11Add xReallocArrayZero() helperChristian Göttsche
2021-08-25XUtils: move implementation of String_contains_i out of header fileChristian Göttsche
2021-07-15Pointer indication aligned to typenameBenny Baumann
2021-01-11Add compiler hints on memory allocating utility functionsChristian Göttsche
2021-01-11Add wrapper function for free and strdupChristian Göttsche
2021-01-11XUtils: add safe strncpy implementationChristian Göttsche
2021-01-02XUtils: check for multiplication overflow in allocation sizeChristian Göttsche
2020-12-06Use size_t as len type for xSnprintfChristian Göttsche
2020-12-06IWYU updateChristian Göttsche
2020-12-02Add xReadfile wrapper for reading small to medium size filesChristian Göttsche
2020-11-02Spacing around operatorsBenny Baumann
2020-10-19XUtils string related updatesChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-17Combine XAlloc.[ch] into XUtils.[ch]Benny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann