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
/
misc.c
Age
Commit message (
Expand
)
Author
2022-08-05
git: Make use of `format_len()` in `dir_path_name()`
mrb0nk500
2022-08-05
misc: Make `dir_path_name()` actually do some error checking
mrb0nk500
2022-08-05
misc: Fixed a major issue with `mkdirp()`
mrb0nk500
2022-08-04
misc: Add a little optimization to `remove_trailing_whitespace()`
mrb0nk500
2022-08-04
misc: Add `remove_trailing_whitespace()`
mrb0nk500
2022-08-03
misc: Add `vformat_len_copy()`
mrb0nk500
2022-08-03
misc: Use of `vformat_len()`, rather than doing it manually in
mrb0nk500
2022-08-03
misc: Add `vformat_len()`
mrb0nk500
2022-07-31
misc: Add `is_dir()`, and `mkdirp()`
mrb0nk500
2022-07-31
misc: Make sure that `s` starts at the character before the delimiter in
mrb0nk500
2022-07-27
misc: Actually return pointer to the first non-delimited character after
mrb0nk500
2022-07-27
misc: Use `find_delm()` when finding the end of the range in
mrb0nk500
2022-07-27
misc: Make `find_delm()` account for escaped delimiters.
mrb0nk500
2022-07-27
misc: Add `find_delm()`, and `get_str_delm_range()`
mrb0nk500
2022-07-27
misc: Add `\r`, and `\n` to the list of whitespace that
mrb0nk500
2022-07-27
misc: Use `is_empty()` instead of just checking if `*str` is NULL in
mrb0nk500
2022-07-27
misc: Add `is_empty()`, and `skip_whitespace()`
mrb0nk500
2022-07-27
misc: Make `get_line()` simpler by using `strcspn()`
mrb0nk500
2021-08-01
Fixed a typo in `sanitized_dir_path_name()`.
mrb0nk500
2021-08-01
Added `sanitized_dir_path_name()`.
mrb0nk500
2021-08-01
Fixed an infinite loop bug in `sanitized_str()`, and
mrb0nk500
2021-08-01
Explicitly discard const qualifier in `find_alpha()`.
mrb0nk500
2021-07-03
Added `find_alpha()`, and `create_num_str()`.
mrb0nk500
2021-06-26
Include `stdarg.h` in `misc.c`.
mrb0nk500
2021-06-26
Added `format_len()`.
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
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
Move all miscellaneous functions from `config.c` into
mrb0nk500