Age | Commit message (Expand) | Author |
2022-08-01 | git: Make `parse_key_value_file()` externally accessable | mrb0nk500 |
2022-08-01 | git: Replace all uses of `parse_colon_key_value_file()` with | mrb0nk500 |
2022-08-01 | git: Rename `parse_colon_key_value_file()` to `parse_key_value_file()`, | mrb0nk500 |
2022-08-01 | git: Add `merge-branch` keyword to list of info file keywords | mrb0nk500 |
2022-08-01 | git: Make `merge_branch` a string instead of a `git_branch *` | mrb0nk500 |
2022-08-01 | git: Add `parse_remote_branch()` callback | mrb0nk500 |
2022-07-31 | git: Add support for specifying the name of a repo when getting, and | mrb0nk500 |
2022-07-31 | git: Make use of both `is_dir()`, and `mkdirp()` in | mrb0nk500 |
2022-07-31 | misc: Add `is_dir()`, and `mkdirp()` | mrb0nk500 |
2022-07-31 | misc: Make sure that `s` starts at the character before the delimiter in | mrb0nk500 |
2022-07-31 | git: Use `format_len()` instead of `strlen()` when creating the repo | mrb0nk500 |
2022-07-31 | pullreqd, git: Replace every current instance of `git_repository` with `git_r... | mrb0nk500 |
2022-07-31 | git: Use `linked_list_to_array()` to add create the repo table, rather | mrb0nk500 |
2022-07-31 | git: Add `git_repo` struct | mrb0nk500 |
2022-07-30 | git: Add `cleanup_pull_request()` | mrb0nk500 |
2022-07-30 | git: Properly sanitize, and format the patch file name in | mrb0nk500 |
2022-07-30 | git: Make sure `f->name` is NULL before freeing `f` in | mrb0nk500 |
2022-07-30 | git: Check if either `lhs`, or `buf` are empty in | mrb0nk500 |
2022-07-30 | git: Replace `filename` with `path` in `create_file()` | mrb0nk500 |
2022-07-30 | keyword: Make sure `tm_isdst` is negative in `get_keyword_value()` | mrb0nk500 |
2022-07-30 | config: Use string instead of int in `check_port()` | mrb0nk500 |
2022-07-30 | git: Add missing extern definition for `get_pull_request()` | mrb0nk500 |
2022-07-28 | everywhere: Fix compiler errors, compiler warnings, and correct typos | mrb0nk500 |
2022-07-28 | index: rename typedef `index` to `index_t` | mrb0nk500 |
2022-07-28 | config: Make use of `keyword` for parsing config files | mrb0nk500 |
2022-07-28 | keyword: Add `get_keyword_offset_ptr()` | mrb0nk500 |
2022-07-28 | keyword: Make `keyword_cb`, and `set_keyword()` return an `int` | mrb0nk500 |
2022-07-28 | git: Implement all of `get_pull_request()` | mrb0nk500 |
2022-07-28 | linked_list: Add `linked_list_to_array()` | mrb0nk500 |
2022-07-27 | misc: Actually return pointer to the first non-delimited character after | mrb0nk500 |
2022-07-27 | misc: Use `find_delm()` when finding the end of the range in | mrb0nk500 |
2022-07-27 | misc: Make `find_delm()` account for escaped delimiters. | mrb0nk500 |
2022-07-27 | misc: Add `find_delm()`, and `get_str_delm_range()` | mrb0nk500 |
2022-07-27 | misc: Add `\r`, and `\n` to the list of whitespace that | mrb0nk500 |
2022-07-27 | misc: Use `is_empty()` instead of just checking if `*str` is NULL in | mrb0nk500 |
2022-07-27 | misc: Add `is_empty()`, and `skip_whitespace()` | mrb0nk500 |
2022-07-27 | misc: Make `get_line()` simpler by using `strcspn()` | mrb0nk500 |
2022-07-27 | git: Update definition of `create_pull_request_dir()` in `git.h` | mrb0nk500 |
2022-07-27 | git: Replace all uses of `git_repo` with the more generic `linked_list` | mrb0nk500 |
2022-07-27 | linked_list: Add `cleanup_linked_list()` | mrb0nk500 |
2022-07-26 | git: Add `create_file()` | mrb0nk500 |
2022-07-26 | git: Remove definition of `index` struct from `git.h` | mrb0nk500 |
2022-07-26 | linked_list: Add `linked_list` type. | mrb0nk500 |
2022-07-26 | keyword: Added `keyword` type | mrb0nk500 |
2022-07-26 | index: Add `index_path_exists()` | mrb0nk500 |
2022-07-26 | index: Add a function for converting an index into a string. | mrb0nk500 |
2022-07-26 | git, index: Move index related functions to `index.{c,h}` | mrb0nk500 |
2022-07-24 | git: Remove reason string reference from `is_valid_index()` | mrb0nk500 |
2022-07-13 | git: Use an index instead of an id for creating PR directories | mrb0nk500 |
2022-07-13 | git: Add index type | mrb0nk500 |