Age | Commit message (Expand) | Author |
2021-06-23 | Added externs for all the new functions in `misc.c`. | mrb0nk500 |
2021-06-23 | Added `sanitize_strlen()`, and `sanitize_str()`. | mrb0nk500 |
2021-06-23 | Added `delm_span()`. | mrb0nk500 |
2021-06-23 | Added 'dir_path_num()', and `dir_path_name()`. | mrb0nk500 |
2021-06-18 | Include `ctype.h` in `git.c`. | mrb0nk500 |
2021-06-18 | Removed the code that's now in `misc.c` from | mrb0nk500 |
2021-06-18 | Added code for creating format patch files of each | mrb0nk500 |
2021-06-18 | Move all miscellaneous functions from `config.c` into | mrb0nk500 |
2021-06-18 | Replace all instances of `malloc()` with `calloc()` | mrb0nk500 |
2021-06-18 | Removed unnecessary `memset()` in `read_file()`, and | mrb0nk500 |
2021-06-17 | Start work on some of the pull request handling code. | mrb0nk500 |
2021-06-15 | Added the `git_branch` struct, and replaced all | mrb0nk500 |
2021-06-15 | Added `pull_request`, `file`, and `comment` structs. | mrb0nk500 |
2021-06-15 | Added include for `strings.h`. | mrb0nk500 |
2021-06-13 | Added a placeholder for the git root in `test.conf`. | mrb0nk500 |
2021-06-13 | Fixed a typo with appending the directory name to the | mrb0nk500 |
2021-06-13 | Fixed a stupid bug with not freeing the linked list. | mrb0nk500 |
2021-06-13 | Added the `repos` parameter to both `main_loop()`, and | mrb0nk500 |
2021-06-13 | Added `cleanup_git()`. | mrb0nk500 |
2021-06-13 | Include `git.h` in `pullreqd.c`. | mrb0nk500 |
2021-06-13 | Tell gcc to stop complaining about `readdir_r()` being | mrb0nk500 |
2021-06-13 | Link with libgit2 now. | mrb0nk500 |
2021-06-13 | Finished the git initialization code. | mrb0nk500 |
2021-06-13 | Added the `git_repo` struct. | mrb0nk500 |
2021-06-13 | Make the `data` member of `cmd` a flexable array | mrb0nk500 |
2021-06-13 | Changed the order of the struct definitions in | mrb0nk500 |
2021-06-12 | Remove unecessary includes. | mrb0nk500 |
2021-06-12 | Start work on the networking code. | mrb0nk500 |
2021-06-12 | Start work on the git related code. | mrb0nk500 |
2021-06-12 | Expanded all instances of `did_fail`, and | mrb0nk500 |
2021-06-12 | Removed `did_fail`, and `did_fail_reason`, and added | mrb0nk500 |
2021-06-12 | Replaced all log messages with the macros from | mrb0nk500 |
2021-06-12 | Created `macros.h`. | mrb0nk500 |
2021-06-11 | Replace call to `malloc()` with call to `calloc()` in | mrb0nk500 |
2021-06-11 | Replace `!` with `== 0` for all calls to | mrb0nk500 |
2021-06-11 | Remove unneeded call to `memset()` in `make_str()`. | mrb0nk500 |
2021-06-11 | Change `port` from an int to a string, and move the | mrb0nk500 |
2021-06-11 | Added a test config file. | mrb0nk500 |
2021-06-11 | Added failure reasons to all the failure log messages | mrb0nk500 |
2021-06-10 | Changed `fd` to a `const int`, and added a failed | mrb0nk500 |
2021-06-10 | Fixed a typo in `init_socket()`. | mrb0nk500 |
2021-06-10 | Finished `init_socket()`. | mrb0nk500 |
2021-06-10 | Added the include for `netdb.h`. | mrb0nk500 |
2021-06-10 | Fixed a bug in `parse_config()` that was caused by not | mrb0nk500 |
2021-06-10 | Added the `cleanup()`, and `cleanup_config()` | mrb0nk500 |
2021-06-10 | Added the `make_str()` function. | mrb0nk500 |
2021-06-09 | Fixed segfault in `read_file()` that occured whenever | mrb0nk500 |
2021-06-09 | Added the socket, and network includes. | mrb0nk500 |
2021-06-09 | Started work on adding the socket initialization code. | mrb0nk500 |
2021-06-09 | Moved the main loop into a separate function. | mrb0nk500 |