summaryrefslogtreecommitdiffstats
path: root/XUtils.c
Commit message (Expand)AuthorAgeFilesLines
* Add cast to please debug buildChristian Göttsche2023-11-041-1/+1
* Safe-guard agains kernel issuesBenny Baumann2023-11-031-0/+2
* Ensure the buffer is always terminatedBenny Baumann2023-11-031-0/+1
* Compare all percentage fields with compareRealNumbers()Explorer092023-08-181-0/+11
* Replace isnan() with better comparisons (isgreater(), etc.)Explorer092023-08-181-0/+13
* Annotate functions with access attributeChristian Göttsche2023-02-181-0/+1
* Reformat code baseBenny Baumann2022-10-241-4/+4
* Please Clang 15Christian Göttsche2022-08-091-1/+1
* Write full bufferChristian Göttsche2022-06-281-0/+23
* Always abort on overflow in String_catChristian Göttsche2022-05-051-1/+3
* Improve String_contains_i to allow for multiple termsDaniel Lange2022-03-251-2/+16
* Removed unused String_getToken functionTobias Stoeckmann2022-01-111-29/+0
* Fix out of boundary writes in XUtilsTobias Stoeckmann2022-01-111-4/+7
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
* Add xReallocArrayZero() helperChristian Göttsche2021-09-111-0/+16
* XUtils: move implementation of String_contains_i out of header fileChristian Göttsche2021-08-251-0/+4
* Pointer indication aligned to typenameBenny Baumann2021-07-151-1/+1
* Mark several non-modified pointer variables constChristian Göttsche2021-01-111-1/+1
* Add wrapper function for free and strdupChristian Göttsche2021-01-111-0/+8
* XUtils: add safe strncpy implementationChristian Göttsche2021-01-111-0/+12
* XUtils: check for multiplication overflow in allocation sizeChristian Göttsche2021-01-021-0/+22
* Use size_t as len type for xSnprintfChristian Göttsche2020-12-061-2/+2
* IWYU updateChristian Göttsche2020-12-061-0/+1
* Add xReadfile wrapper for reading small to medium size filesChristian Göttsche2020-12-021-0/+50
* Spacing around operatorsBenny Baumann2020-11-021-4/+4
* IWYU updateChristian Göttsche2020-10-201-0/+1
* XUtils string related updatesChristian Göttsche2020-10-191-36/+32
* Assert allocating non-zero size memoryChristian Göttsche2020-10-191-6/+6
* Make all required includes explicitBenny Baumann2020-10-181-2/+1
* Release old memory on errorBenny Baumann2020-10-171-2/+10
* Combine XAlloc.[ch] into XUtils.[ch]Benny Baumann2020-10-171-1/+30
* Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann2020-10-161-0/+179

© 2014-2024 Faster IT GmbH | imprint | privacy policy