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
/
config.c
Age
Commit message (
Expand
)
Author
2021-06-18
Removed the code that's now in `misc.c` from
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-12
Replaced all log messages with the macros from
mrb0nk500
2021-06-11
Replace call to `malloc()` with call to `calloc()` in
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-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-08
Treat `TYPE_BOOL` the same as `TYPE_INT`.
mrb0nk500
2021-06-07
Fixed a bug with offsets being handled improperly in
mrb0nk500
2021-06-07
Fixed a segfault in `parse_config()`.
mrb0nk500
2021-06-07
Fixed a segfault bug in `get_line()`.
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-06
Added the config option value parser.
mrb0nk500
2021-06-06
Added a loop for finding a valid config option.
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-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