1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-16 10:20:02 +02:00
pgbackrest/src/command
David Steele d485609658 Add strNewEncode(), strCatEncode(), and bufNewDecode().
These constructors wrap encodeToStr() and decodeToBin(), making them convenient and safe by eliminating the need to create intermediate buffers. Encoding/decoding is performed directly into the target String/Buffer. Sizing of the destination buffer is handled by the new functions so it doesn't have to be done at each call site.
2021-02-19 17:05:15 -05:00
..
archive Add lstEmpty(), strLstEmpty(), and varLstEmpty(). 2021-01-29 14:27:56 -05:00
backup Enhance expire command multi-repo support. 2021-02-10 12:03:52 -05:00
check Add archive-mode-check option. 2021-02-02 13:43:14 -05:00
control Allow multiple remote locks from the same main process. 2020-11-23 12:41:54 -05:00
expire Enhance expire command multi-repo support. 2021-02-10 12:03:52 -05:00
help Do not lower-case help summaries when first word is an acronym. 2021-02-19 10:29:29 -05:00
info Add lstEmpty(), strLstEmpty(), and varLstEmpty(). 2021-01-29 14:27:56 -05:00
local Add job-retry and job-retry-interval options. 2021-01-11 15:15:25 -05:00
remote Replace double type with time in config module. 2020-12-09 08:59:51 -05:00
repo Add lstEmpty(), strLstEmpty(), and varLstEmpty(). 2021-01-29 14:27:56 -05:00
restore Add lstEmpty(), strLstEmpty(), and varLstEmpty(). 2021-01-29 14:27:56 -05:00
stanza Add strNewEncode(), strCatEncode(), and bufNewDecode(). 2021-02-19 17:05:15 -05:00
verify Add lstEmpty(), strLstEmpty(), and varLstEmpty(). 2021-01-29 14:27:56 -05:00
command.c Add lstEmpty(), strLstEmpty(), and varLstEmpty(). 2021-01-29 14:27:56 -05:00
command.h Remove unused parameter from cmdBegin(). 2020-08-20 14:16:36 -04:00