summaryrefslogtreecommitdiff
path: root/pullreqd.c
AgeCommit message (Expand)Author
2022-08-02pullreqd: Add support for multiple sockets for all resolved addressesmrb0nk500
2022-08-02pullreqd: Use `socket_create()`, rather than doing it manuallymrb0nk500
2022-07-31pullreqd, git: Replace every current instance of `git_repository` with `git_r...mrb0nk500
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-01Move the `openlog()` call from `init_daemon()` tomrb0nk500
2021-06-15Added include for `strings.h`.mrb0nk500
2021-06-13Added the `repos` parameter to both `main_loop()`, andmrb0nk500
2021-06-13Include `git.h` in `pullreqd.c`.mrb0nk500
2021-06-12Remove unecessary includes.mrb0nk500
2021-06-12Expanded all instances of `did_fail`, andmrb0nk500
2021-06-12Replaced all log messages with the macros frommrb0nk500
2021-06-11Replace `!` with `== 0` for all calls tomrb0nk500
2021-06-11Change `port` from an int to a string, and move themrb0nk500
2021-06-11Added failure reasons to all the failure log messagesmrb0nk500
2021-06-10Changed `fd` to a `const int`, and added a failedmrb0nk500
2021-06-10Fixed a typo in `init_socket()`.mrb0nk500
2021-06-10Finished `init_socket()`.mrb0nk500
2021-06-10Added the include for `netdb.h`.mrb0nk500
2021-06-10Added the `cleanup()`, and `cleanup_config()`mrb0nk500
2021-06-09Added the socket, and network includes.mrb0nk500
2021-06-09Started work on adding the socket initialization code.mrb0nk500
2021-06-09Moved the main loop into a separate function.mrb0nk500
2021-06-09Move the main loop code into an if statement.mrb0nk500
2021-06-08Fixed a typo in `init_config()`.mrb0nk500
2021-06-08Include `config.h` in `pullreqd.c`.mrb0nk500
2021-06-08Added the config file initialization code.mrb0nk500
2021-06-08Added the `init_config()` function.mrb0nk500
2021-06-08Added the `done` flag.mrb0nk500
2021-06-05Fixed a typo in the root fallback code.mrb0nk500
2021-06-04Fixed a typo with the `init_daemon()` call inmrb0nk500
2021-06-04Fixed a typo in `pullreqd.c`.mrb0nk500
2021-06-04Added the main function.mrb0nk500
2021-06-04Added `init_daemon()`.mrb0nk500
2021-06-04Added `hangup_hander()`.mrb0nk500
2021-06-04Added `child_handler()`.mrb0nk500
2021-06-04Added `fork_proc()`.mrb0nk500
2021-06-04Created `pullreqd.c`.mrb0nk500