summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-10dev: Add some more test code for testing `create_pull_request_branch()`devmrb0nk500
2022-08-10dev: Change output of `log()` to `stderr`mrb0nk500
2022-08-10dev: Remove commented `log()` macromrb0nk500
2022-08-10dev: Update arguments for `create_pull_request_dir()`, andmrb0nk500
2022-08-10dev: Cleanup `new_pr`mrb0nk500
2022-08-10dev: Add some more test codemrb0nk500
2022-08-10Add some testing code.mrb0nk500
2022-08-10rt_struct: Account for packed structs in `create_rts()`mrb0nk500
2022-08-09rt_struct: Create an offset table if none was supplied in `create_rts()`mrb0nk500
2022-08-09rt_struct: Account for member arrays in `create_rts()`mrb0nk500
2022-08-09rt_struct: Account for member pointers in `create_rts()`mrb0nk500
2022-08-09rt_struct: Make members have a member type, and use a single dimensionmrb0nk500
2022-08-09rt_struct: Add `ssize_t` to list of root typesmrb0nk500
2022-08-09rt_struct: Create `rt_struct.{c,h}`, and add `create_rts()`mrb0nk500
2022-08-08macros: Add `min()`, and `max()` macrosmrb0nk500
2022-08-06git: Make use of `create_key_value_file()` in `create_info_file()`mrb0nk500
2022-08-06keyword, git: Update error checking for every function that usesmrb0nk500
2022-08-06keyword: Fix a major issue with `get_keyword_offset_ptr()` adding themrb0nk500
2022-08-06git: Fix an issue with `get_patch_list()` not properly adding whitespacemrb0nk500
2022-08-06keyword: Check validity of keyword value in `create_key_value_file()`mrb0nk500
2022-08-06git: Add `get_pr_type()` keyword getter callbackmrb0nk500
2022-08-06keyword: Make use of `delimiter` struct in `create_key_value_file()`,mrb0nk500
2022-08-06keyword: Add `delimiter` structmrb0nk500
2022-08-05keyword: Add `get_keyword()`, `create_key_value_str()`, andmrb0nk500
2022-08-05git: Add `get_keyword_cb` getter callbacksmrb0nk500
2022-08-05keyword: Add `get_keyword_cb`, and add `get_callback` to `struct keyword`mrb0nk500
2022-08-05git: Don't return an error when the patch file array is NULL inmrb0nk500
2022-08-05git: Don't check if `pr->branch->name` isn't empty inmrb0nk500
2022-08-05git: Make use of `format_len()` in `dir_path_name()`mrb0nk500
2022-08-05misc: Make `dir_path_name()` actually do some error checkingmrb0nk500
2022-08-05git: Add `create_pull_request_branch()`mrb0nk500
2022-08-05git: Add `get_repo()`mrb0nk500
2022-08-05misc: Fixed a major issue with `mkdirp()`mrb0nk500
2022-08-04git: Use `is_empty()`, and `find_delm(),` rather than doing it manuallymrb0nk500
2022-08-04log: Add priority name to log outputmrb0nk500
2022-08-04git: Make use of `remove_trailing_whitespace()` inmrb0nk500
2022-08-04misc: Add a little optimization to `remove_trailing_whitespace()`mrb0nk500
2022-08-04misc: Add `remove_trailing_whitespace()`mrb0nk500
2022-08-03network: Add some more logging output for the errors in `create_socket()`mrb0nk500
2022-08-03network: Save the address string made by `addr_to_str()` to `addr_str`mrb0nk500
2022-08-03log, macros: Make `stdout`, and `stderr` logging more colourfulmrb0nk500
2022-08-03macros: Add `const_strlen()` macromrb0nk500
2022-08-03macros: Use `printlog()`, rather than hardcoding `syslog()` in themrb0nk500
2022-08-03log: Add `printlog()`mrb0nk500
2022-08-03log: Create `log.{c,h}`, and add `vprintlog()`mrb0nk500
2022-08-03misc: Add `vformat_len_copy()`mrb0nk500
2022-08-03misc: Use of `vformat_len()`, rather than doing it manually inmrb0nk500
2022-08-03misc: Add `vformat_len()`mrb0nk500
2022-08-02pullreqd: Add support for multiple sockets for all resolved addressesmrb0nk500
2022-08-02pullreqd: Use `socket_create()`, rather than doing it manuallymrb0nk500