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
Age
Commit message (
Expand
)
Author
2021-06-07
Fixed a segfault in `parse_config()`.
mrb0nk500
2021-06-07
Fixed a segfault bug in `get_line()`.
mrb0nk500
2021-06-07
Fixed a typo, and replaced a `NULL` in the offset of
mrb0nk500
2021-06-07
Removed the casts to `long` in `parse_option_value()`.
mrb0nk500
2021-06-07
Fixed a bug in one of the checks in `read_file()`.
mrb0nk500
2021-06-07
Added the `set_config_opt()` function.
mrb0nk500
2021-06-07
Added the `config` struct.
mrb0nk500
2021-06-07
Replace `func` in config_opt with `offset`.
mrb0nk500
2021-06-06
Moved `TYPE_NONE` to the start of `config_type`, and
mrb0nk500
2021-06-06
Added the config option value parser.
mrb0nk500
2021-06-06
Added a loop for finding a valid config option.
mrb0nk500
2021-06-06
Added a NULL entry to the end of `config_opts`.
mrb0nk500
2021-06-06
Added a new union called `config_val`.
mrb0nk500
2021-06-05
Fixed a bug, and typo in the `strtok_r()` call in the
mrb0nk500
2021-06-05
Replace `find_line()` with `get_line()`.
mrb0nk500
2021-06-05
Move the config option stuff into `config.h`.
mrb0nk500
2021-06-05
Added the typedefs for the config option types.
mrb0nk500
2021-06-05
Rename var to func, and change all the variables to
mrb0nk500
2021-06-05
Fixed typo in config option format comment.
mrb0nk500
2021-06-05
Start adding the config options.
mrb0nk500
2021-06-05
Fixed a typo in the root fallback code.
mrb0nk500
2021-06-04
Fixed typo in `read_file()` to do with the filesize
mrb0nk500
2021-06-04
Added missing buffer in `read_file()`.
mrb0nk500
2021-06-04
Started work on the parser loop.
mrb0nk500
2021-06-04
Added `find_line()`.
mrb0nk500
2021-06-04
Started work on the config file parser.
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
2021-06-02
Added the AGPLv3 license, for the AGPLv3 only+NIGGER
mrb0nk500
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
[prev]