aboutsummaryrefslogtreecommitdiff
path: root/src/lib/core/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bad indentorder-of-battleJoseph Hunkeler2025-04-081-1/+1
* Add debug_hexdump utilityJoseph Hunkeler2025-04-081-0/+51
* listdir: sort records alphabetically by defaultJoseph Hunkeler2024-12-241-0/+1
* git_clone: rework the error handler to return the proper exit codefix-git-clone-returnJoseph Hunkeler2024-12-161-6/+31
* git_clone return NULL on checkout errorJoseph Hunkeler2024-12-161-1/+1
* Fix listdir()Joseph Hunkeler2024-12-061-3/+9
* Break down indexer into independent source filesJoseph Hunkeler2024-11-181-0/+10
* Rename path_manip() to env_manipulate_pathstr()Joseph Hunkeler2024-11-131-6/+5
* Add path_manip functionJoseph Hunkeler2024-11-121-0/+43
* Add missing doc parameterJoseph Hunkeler2024-11-021-0/+1
* Combine initializer with declarationJoseph Hunkeler2024-11-021-2/+2
* Initialize structs to {0} and combine declaration and assignment where possibleJoseph Hunkeler2024-11-011-21/+12
* Replace initialize character arrays using {0} instead of memsetJoseph Hunkeler2024-11-011-3/+1
* Refactor directory structureJoseph Hunkeler2024-10-141-0/+820