Age | Commit message (Expand) | Author |
2022-08-09 | rt_struct: Account for member arrays in `create_rts()` | mrb0nk500 |
2022-08-09 | rt_struct: Account for member pointers in `create_rts()` | mrb0nk500 |
2022-08-09 | rt_struct: Make members have a member type, and use a single dimension | mrb0nk500 |
2022-08-09 | rt_struct: Add `ssize_t` to list of root types | mrb0nk500 |
2022-08-09 | rt_struct: Create `rt_struct.{c,h}`, and add `create_rts()` | mrb0nk500 |
2022-08-08 | macros: Add `min()`, and `max()` macros | mrb0nk500 |
2022-08-06 | git: Make use of `create_key_value_file()` in `create_info_file()` | mrb0nk500 |
2022-08-06 | keyword, git: Update error checking for every function that uses | mrb0nk500 |
2022-08-06 | keyword: Fix a major issue with `get_keyword_offset_ptr()` adding the | mrb0nk500 |
2022-08-06 | git: Fix an issue with `get_patch_list()` not properly adding whitespace | mrb0nk500 |
2022-08-06 | keyword: Check validity of keyword value in `create_key_value_file()` | mrb0nk500 |
2022-08-06 | git: Add `get_pr_type()` keyword getter callback | mrb0nk500 |
2022-08-06 | keyword: Make use of `delimiter` struct in `create_key_value_file()`, | mrb0nk500 |
2022-08-06 | keyword: Add `delimiter` struct | mrb0nk500 |
2022-08-05 | keyword: Add `get_keyword()`, `create_key_value_str()`, and | mrb0nk500 |
2022-08-05 | git: Add `get_keyword_cb` getter callbacks | mrb0nk500 |
2022-08-05 | keyword: Add `get_keyword_cb`, and add `get_callback` to `struct keyword` | mrb0nk500 |
2022-08-05 | git: Don't return an error when the patch file array is NULL in | mrb0nk500 |
2022-08-05 | git: Don't check if `pr->branch->name` isn't empty in | mrb0nk500 |
2022-08-05 | git: Make use of `format_len()` in `dir_path_name()` | mrb0nk500 |
2022-08-05 | misc: Make `dir_path_name()` actually do some error checking | mrb0nk500 |
2022-08-05 | git: Add `create_pull_request_branch()` | mrb0nk500 |
2022-08-05 | git: Add `get_repo()` | mrb0nk500 |
2022-08-05 | misc: Fixed a major issue with `mkdirp()` | mrb0nk500 |
2022-08-04 | git: Use `is_empty()`, and `find_delm(),` rather than doing it manually | mrb0nk500 |
2022-08-04 | log: Add priority name to log output | mrb0nk500 |
2022-08-04 | git: Make use of `remove_trailing_whitespace()` in | mrb0nk500 |
2022-08-04 | misc: Add a little optimization to `remove_trailing_whitespace()` | mrb0nk500 |
2022-08-04 | misc: Add `remove_trailing_whitespace()` | mrb0nk500 |
2022-08-03 | network: Add some more logging output for the errors in `create_socket()` | mrb0nk500 |
2022-08-03 | network: Save the address string made by `addr_to_str()` to `addr_str` | mrb0nk500 |
2022-08-03 | log, macros: Make `stdout`, and `stderr` logging more colourful | mrb0nk500 |
2022-08-03 | macros: Add `const_strlen()` macro | mrb0nk500 |
2022-08-03 | macros: Use `printlog()`, rather than hardcoding `syslog()` in the | mrb0nk500 |
2022-08-03 | log: Add `printlog()` | mrb0nk500 |
2022-08-03 | log: Create `log.{c,h}`, and add `vprintlog()` | mrb0nk500 |
2022-08-03 | misc: Add `vformat_len_copy()` | mrb0nk500 |
2022-08-03 | misc: Use of `vformat_len()`, rather than doing it manually in | mrb0nk500 |
2022-08-03 | misc: Add `vformat_len()` | mrb0nk500 |
2022-08-02 | pullreqd: Add support for multiple sockets for all resolved addresses | mrb0nk500 |
2022-08-02 | pullreqd: Use `socket_create()`, rather than doing it manually | mrb0nk500 |
2022-08-02 | network: Add `get_sock_addr()` | mrb0nk500 |
2022-08-02 | network: Add `create_socket()` | mrb0nk500 |
2022-08-02 | network: Add `addr_to_str()` | mrb0nk500 |
2022-08-02 | keyword: Revert commit 5589b9898b0bd9bbdfdf3c78c532e9bb104d5c41 | mrb0nk500 |
2022-08-01 | keyword: Remove trailing whitespace from the right hand side in | mrb0nk500 |
2022-08-01 | keyword: Replace `*delm`, with `*tmp` in `parse_keyword_value_file()` | mrb0nk500 |
2022-08-01 | config: Use `parse_key_value_file()`, rather than doing it manually in | mrb0nk500 |
2022-08-01 | git: Make sure `pr->merge_branch` uses `free()` instead of | mrb0nk500 |
2022-08-01 | git, keyword: Move `parse_key_value_file()` to `keyword.{c,h}` | mrb0nk500 |