| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-04 | Started work on the config file parser. | mrb0nk500 | |
| 2021-06-04 | Fixed a typo with the `init_daemon()` call in | mrb0nk500 | |
| `main()`. | |||
| 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 | |
| Which actually initiallizes, and starts the daemon. If `change_dir` is true, it will change the working directory to `path`, or the root directory if `path` is NULL. | |||
| 2021-06-04 | Added `hangup_hander()`. | mrb0nk500 | |
| Which is the same as `child_handler()`, but for SIGHUP. And just like `child_handler()`, it's also currently a stub. | |||
| 2021-06-04 | Added `child_handler()`. | mrb0nk500 | |
| Which is the handler for SIGCHLD. Currently, it's a stub. | |||
| 2021-06-04 | Added `fork_proc()`. | mrb0nk500 | |
| Which handles forking a process, aswell as exiting the parent process. | |||
| 2021-06-04 | Created `pullreqd.c`. | mrb0nk500 | |
| 2021-06-02 | Added the AGPLv3 license, for the AGPLv3 only+NIGGER | mrb0nk500 | |
| license. | |||
| 2021-06-02 | Added AGPLv3 only+NIGGER license. | mrb0nk500 | |
| 2021-06-02 | Added .gitignore. | mrb0nk500 | |
| 2021-06-02 | Added Makefile. | mrb0nk500 | |
| 2021-06-02 | Initial commit. | mrb0nk500 | |
| Added the readme. | |||
