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-08-01
Move the creation of the info file to after the
mrb0nk500
2021-08-01
Fixed a typo in `create_pull_request_dir()`.
mrb0nk500
2021-08-01
Move the `openlog()` call from `init_daemon()` to
mrb0nk500
2021-08-01
Added `free_files()`, and `free_file()`.
mrb0nk500
2021-08-01
Added `get_branch_commits()`.
mrb0nk500
2021-08-01
Explicitly discard const qualifier in `find_alpha()`.
mrb0nk500
2021-08-01
Fixed typo in `create_info_file()`.
mrb0nk500
2021-07-11
Replace `%c` in the time format string with the RFC
mrb0nk500
2021-07-03
Use the filename created by `create_num_str()`, rather
mrb0nk500
2021-07-03
Added `find_alpha()`, and `create_num_str()`.
mrb0nk500
2021-06-30
Fixed a typo in `get_comment_len()`.
mrb0nk500
2021-06-30
Add `get_comment_len()`.
mrb0nk500
2021-06-30
Seperate each PR comment by one blank line in
mrb0nk500
2021-06-30
Added a check to see if `commits` is non-NULL.
mrb0nk500
2021-06-30
Moved assignment of `pr_dir` to before the creation of
mrb0nk500
2021-06-27
Fixed a typo in `add_comment()`.
mrb0nk500
2021-06-27
Added externs for `add_comment()`, and
mrb0nk500
2021-06-27
Added `add_comment()`.
mrb0nk500
2021-06-27
Renamed `info_buf` to `file_buf` in
mrb0nk500
2021-06-27
Renamed `info` to `filename` in `create_info_file()`.
mrb0nk500
2021-06-27
Renamed `pr_dir` to `pr_root` in `create_info_file()`.
mrb0nk500
2021-06-27
Added the `id`, and `reply` members to `comment`.
mrb0nk500
2021-06-27
Changed `date` from `int` to `time_t` in `comment`.
mrb0nk500
2021-06-27
Fixed some typos in `create_info_file()`.
mrb0nk500
2021-06-27
Renamed `create_info()` to `create_info_file()`.
mrb0nk500
2021-06-26
Added the file write, and close in `create_info()`.
mrb0nk500
2021-06-26
Added the code for printing the info file contents to
mrb0nk500
2021-06-26
Include `stdarg.h` in `misc.c`.
mrb0nk500
2021-06-26
Added `get_info_len()`.
mrb0nk500
2021-06-26
Added `format_len()`.
mrb0nk500
2021-06-26
Make `date` a `time_t`.
mrb0nk500
2021-06-26
Added some more error checking in `create_info()`.
mrb0nk500
2021-06-25
Added some more log messages in
mrb0nk500
2021-06-25
Change the log types from `LOG_INFO` to `LOG_NOTICE`
mrb0nk500
2021-06-25
Started work on `create_info()`.
mrb0nk500
2021-06-25
Remove the TODO in `create_pull_request_dir()`.
mrb0nk500
2021-06-25
Add error checking, and move the code for getting the
mrb0nk500
2021-06-25
Allow `create_pull_request_dir()` to use either the
mrb0nk500
2021-06-23
Fixed another typo in `dir_path_num()`.
mrb0nk500
2021-06-23
Fixed a typo in `dir_path_num()`.
mrb0nk500
2021-06-23
Fixed a typo in `misc.h`.
mrb0nk500
2021-06-23
Added externs for all the new functions in `misc.c`.
mrb0nk500
2021-06-23
Added `sanitize_strlen()`, and `sanitize_str()`.
mrb0nk500
2021-06-23
Added `delm_span()`.
mrb0nk500
2021-06-23
Added 'dir_path_num()', and `dir_path_name()`.
mrb0nk500
2021-06-18
Include `ctype.h` in `git.c`.
mrb0nk500
2021-06-18
Removed the code that's now in `misc.c` from
mrb0nk500
2021-06-18
Added code for creating format patch files of each
mrb0nk500
2021-06-18
Move all miscellaneous functions from `config.c` into
mrb0nk500
2021-06-18
Replace all instances of `malloc()` with `calloc()`
mrb0nk500
[next]