summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-30git: Properly sanitize, and format the patch file name inmrb0nk500
2022-07-30git: Make sure `f->name` is NULL before freeing `f` inmrb0nk500
2022-07-30git: Check if either `lhs`, or `buf` are empty inmrb0nk500
2022-07-30git: Replace `filename` with `path` in `create_file()`mrb0nk500
2022-07-30keyword: Make sure `tm_isdst` is negative in `get_keyword_value()`mrb0nk500
2022-07-30config: Use string instead of int in `check_port()`mrb0nk500
2022-07-30git: Add missing extern definition for `get_pull_request()`mrb0nk500
2022-07-28everywhere: Fix compiler errors, compiler warnings, and correct typosmrb0nk500
2022-07-28index: rename typedef `index` to `index_t`mrb0nk500
2022-07-28config: Make use of `keyword` for parsing config filesmrb0nk500
2022-07-28keyword: Add `get_keyword_offset_ptr()`mrb0nk500
2022-07-28keyword: Make `keyword_cb`, and `set_keyword()` return an `int`mrb0nk500
2022-07-28git: Implement all of `get_pull_request()`mrb0nk500
2022-07-28linked_list: Add `linked_list_to_array()`mrb0nk500
2022-07-27misc: Actually return pointer to the first non-delimited character aftermrb0nk500
2022-07-27misc: Use `find_delm()` when finding the end of the range inmrb0nk500
2022-07-27misc: Make `find_delm()` account for escaped delimiters.mrb0nk500
2022-07-27misc: Add `find_delm()`, and `get_str_delm_range()`mrb0nk500
2022-07-27misc: Add `\r`, and `\n` to the list of whitespace thatmrb0nk500
2022-07-27misc: Use `is_empty()` instead of just checking if `*str` is NULL inmrb0nk500
2022-07-27misc: Add `is_empty()`, and `skip_whitespace()`mrb0nk500
2022-07-27misc: Make `get_line()` simpler by using `strcspn()`mrb0nk500
2022-07-27git: Update definition of `create_pull_request_dir()` in `git.h`mrb0nk500
2022-07-27git: Replace all uses of `git_repo` with the more generic `linked_list`mrb0nk500
2022-07-27linked_list: Add `cleanup_linked_list()`mrb0nk500
2022-07-26git: Add `create_file()`mrb0nk500
2022-07-26git: Remove definition of `index` struct from `git.h`mrb0nk500
2022-07-26linked_list: Add `linked_list` type.mrb0nk500
2022-07-26keyword: Added `keyword` typemrb0nk500
2022-07-26index: Add `index_path_exists()`mrb0nk500
2022-07-26index: Add a function for converting an index into a string.mrb0nk500
2022-07-26git, index: Move index related functions to `index.{c,h}`mrb0nk500
2022-07-24git: Remove reason string reference from `is_valid_index()`mrb0nk500
2022-07-13git: Use an index instead of an id for creating PR directoriesmrb0nk500
2022-07-13git: Add index typemrb0nk500
2021-08-01Initialize `cfg`, and `repos` to NULL in `main()`.mrb0nk500
2021-08-01Check if the PR root directory exists, in `main_loop()`.mrb0nk500
2021-08-01Fixed a typo in `create_pull_request_dir()`.mrb0nk500
2021-08-01Fixed a typo in `sanitized_dir_path_name()`.mrb0nk500
2021-08-01Removed a free to a non-existent variable inmrb0nk500
2021-08-01Added extern for `sanitized_dir_path_name()`.mrb0nk500
2021-08-01Replace all instances of `dir_path_name()`, withmrb0nk500
2021-08-01Added `sanitized_dir_path_name()`.mrb0nk500
2021-08-01Fixed an infinite loop bug in `sanitized_str()`, andmrb0nk500
2021-08-01Fixed a bug in `create_pull_request_dir()`.mrb0nk500
2021-08-01Set return value to zero, if the PR ID is negative inmrb0nk500
2021-08-01Move the creation of the info file to after themrb0nk500
2021-08-01Fixed a typo in `create_pull_request_dir()`.mrb0nk500
2021-08-01Move the `openlog()` call from `init_daemon()` tomrb0nk500
2021-08-01Added `free_files()`, and `free_file()`.mrb0nk500