summaryrefslogtreecommitdiffstats
path: root/XUtils.c
AgeCommit message (Expand)Author
2024-04-17Use 'fp' name for local 'FILE*' variables.Explorer09
2024-04-04Make memory leak in xRealloc explicitBenny Baumann
2023-11-04Add cast to please debug buildChristian Göttsche
2023-11-03Safe-guard agains kernel issuesBenny Baumann
2023-11-03Ensure the buffer is always terminatedBenny Baumann
2023-08-18Compare all percentage fields with compareRealNumbers()Explorer09
2023-08-18Replace isnan() with better comparisons (isgreater(), etc.)Explorer09
2023-02-18Annotate functions with access attributeChristian Göttsche
2022-10-24Reformat code baseBenny Baumann
2022-08-09Please Clang 15Christian Göttsche
2022-06-28Write full bufferChristian Göttsche
2022-05-05Always abort on overflow in String_catChristian Göttsche
2022-03-25Improve String_contains_i to allow for multiple termsDaniel Lange
2022-01-11Removed unused String_getToken functionTobias Stoeckmann
2022-01-11Fix out of boundary writes in XUtilsTobias 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-11Mark several non-modified pointer variables constChristian 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-20IWYU updateChristian Göttsche
2020-10-19XUtils string related updatesChristian Göttsche
2020-10-19Assert allocating non-zero size memoryChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-17Release old memory on errorBenny Baumann
2020-10-17Combine XAlloc.[ch] into XUtils.[ch]Benny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann