index
:
pullreqd
dev
master
A standalone daemon for handling pull requests of git repos.
mr b0nk 500
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pullreqd.c
Age
Commit message (
Expand
)
Author
2021-08-01
Move the `openlog()` call from `init_daemon()` to
mrb0nk500
2021-06-15
Added include for `strings.h`.
mrb0nk500
2021-06-13
Added the `repos` parameter to both `main_loop()`, and
mrb0nk500
2021-06-13
Include `git.h` in `pullreqd.c`.
mrb0nk500
2021-06-12
Remove unecessary includes.
mrb0nk500
2021-06-12
Expanded all instances of `did_fail`, and
mrb0nk500
2021-06-12
Replaced all log messages with the macros from
mrb0nk500
2021-06-11
Replace `!` with `== 0` for all calls to
mrb0nk500
2021-06-11
Change `port` from an int to a string, and move the
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
Added the `cleanup()`, and `cleanup_config()`
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
2021-06-09
Move the main loop code into an if statement.
mrb0nk500
2021-06-08
Fixed a typo in `init_config()`.
mrb0nk500
2021-06-08
Include `config.h` in `pullreqd.c`.
mrb0nk500
2021-06-08
Added the config file initialization code.
mrb0nk500
2021-06-08
Added the `init_config()` function.
mrb0nk500
2021-06-08
Added the `done` flag.
mrb0nk500
2021-06-05
Fixed a typo in the root fallback code.
mrb0nk500
2021-06-04
Fixed a typo with the `init_daemon()` call in
mrb0nk500
2021-06-04
Fixed a typo in `pullreqd.c`.
mrb0nk500
2021-06-04
Added the main function.
mrb0nk500
2021-06-04
Added `init_daemon()`.
mrb0nk500
2021-06-04
Added `hangup_hander()`.
mrb0nk500
2021-06-04
Added `child_handler()`.
mrb0nk500
2021-06-04
Added `fork_proc()`.
mrb0nk500
2021-06-04
Created `pullreqd.c`.
mrb0nk500