Commit History

Author SHA1 Message Date
  Benny Baumann bb7a922f84 Check for non-zero buffer size in xSnprintf 4 months ago
  Benny Baumann ce9849cacd Do not confuse the GCC 14 analyzer 6 months ago
  Benny Baumann a395186267 Provide support for ctz 11 months ago
  Explorer09 a46b3f0a98 Use 'fp' name for local 'FILE*' variables. 8 months ago
  Benny Baumann 62c2d820ad Make memory leak in xRealloc explicit 9 months ago
  Christian Göttsche e9d95e2a84 Add cast to please debug build 1 year ago
  Benny Baumann dc6dc7c8f0 Safe-guard agains kernel issues 1 year ago
  Benny Baumann a18a38cff5 Ensure the buffer is always terminated 1 year ago
  Explorer09 076b913c7f Compare all percentage fields with compareRealNumbers() 1 year ago
  Explorer09 b416433fbe Replace isnan() with better comparisons (isgreater(), etc.) 1 year ago
  Christian Göttsche 8387df1551 Annotate functions with access attribute 1 year ago
  Benny Baumann 40104588f3 Reformat code base 2 years ago
  Christian Göttsche 9a4879b48f Please Clang 15 2 years ago
  Christian Göttsche f3e70ab389 Write full buffer 2 years ago
  Christian Göttsche 549fcb6bb8 Always abort on overflow in String_cat 2 years ago
  Daniel Lange 7c43e02591 Improve String_contains_i to allow for multiple terms 2 years ago
  Tobias Stoeckmann a133ffd829 Removed unused String_getToken function 3 years ago
  Tobias Stoeckmann fde1243443 Fix out of boundary writes in XUtils 3 years ago
  Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 3 years ago
  Christian Göttsche bf395e10c5 Add xReallocArrayZero() helper 3 years ago
  Christian Göttsche c243db0b2c XUtils: move implementation of String_contains_i out of header file 3 years ago
  Benny Baumann 976c6123f4 Pointer indication aligned to typename 3 years ago
  Christian Göttsche d72b0a682e Mark several non-modified pointer variables const 4 years ago
  Christian Göttsche 70f48f1f44 Add wrapper function for free and strdup 4 years ago
  Christian Göttsche a118928dee XUtils: add safe strncpy implementation 4 years ago
  Christian Göttsche 8c8149d146 XUtils: check for multiplication overflow in allocation size 4 years ago
  Christian Göttsche d9224c66a4 Use size_t as len type for xSnprintf 4 years ago
  Christian Göttsche 7ba25aa3c4 IWYU update 4 years ago
  Christian Göttsche f7a8952933 Add xReadfile wrapper for reading small to medium size files 4 years ago
  Benny Baumann 61e14d4bb2 Spacing around operators 4 years ago
  Christian Göttsche 8a08a3209c IWYU update 4 years ago
  Christian Göttsche 4c66eb6d4c XUtils string related updates 4 years ago
  Christian Göttsche 577416d1a9 Assert allocating non-zero size memory 4 years ago
  Benny Baumann 0f5262917f Make all required includes explicit 4 years ago
  Benny Baumann c138d14897 Release old memory on error 4 years ago
  Benny Baumann 5e4b182616 Combine XAlloc.[ch] into XUtils.[ch] 4 years ago
  Benny Baumann 872e542f4e Rename StringUtils.[ch] to XUtils.[ch] 4 years ago