]> arthur.barton.de Git - bup.git/history - lib/cmd
ftp-cmd: copy to bup.cmd.ftp
[bup.git] / lib / cmd /
2021-03-06 Rob Browningftp-cmd: copy to bup.cmd.ftp
2021-03-06 Rob Browningweb: convert to internal command
2021-03-06 Rob Browningweb-cmd: copy to bup.cmd.web
2021-03-06 Rob Browningdaemon: convert to internal command
2021-03-06 Rob Browningdaemon-cmd: copy to bup.cmd.daemon
2021-03-06 Rob Browningtick: convert to internal command
2021-03-06 Rob Browningtick-cmd: copy to bup.cmd.tick
2021-03-06 Rob Browningtag: convert to internal command
2021-03-06 Rob Browningtag-cmd: copy to bup.cmd.tag
2021-03-06 Rob Browningmidx: convert to internal command
2021-03-06 Rob Browningmidx-cmd: copy to bup.cmd.midx
2021-03-06 Rob Browningrandom: convert to internal command
2021-03-06 Rob Browningrandom-cmd: copy to bup.cmd.random
2021-03-06 Rob Browningmemtest: convert to internal command
2021-03-06 Rob Browningmemtest-cmd: copy to bup.cmd.memtest
2021-03-06 Rob Browningmargin: convert to internal command
2021-03-06 Rob Browningmargin-cmd: copy to bup.cmd.margin
2021-03-06 Rob Browningfeatures: convert to internal command
2021-03-06 Rob Browningfeatures-cmd: copy to bup.cmd.features
2021-03-06 Rob Browningsplit: convert to internal command
2021-03-06 Rob Browningsplit-cmd: copy to bup.cmd.split
2021-03-06 Rob Browninginit: convert to internal command
2021-03-06 Rob Browninginit-cmd: copy to bup.cmd.init
2021-03-06 Rob Browninggc: convert to internal command
2021-03-06 Rob Browninggc-cmd: copy to bup.cmd.gc
2021-03-06 Rob Browningrm: convert to internal command
2021-03-06 Rob Browningrm-cmd: copy to bup.cmd.rm
2021-03-06 Rob Browningindex: convert to internal command
2021-03-06 Rob Browningindex-cmd: copy to bup.cmd.index
2021-03-06 Rob Browningjoin: convert to internal command
2021-03-06 Rob Browningjoin-cmd: copy to bup.cmd.join
2021-03-06 Rob Browninghelp: convert to internal command
2021-03-06 Rob Browninghelp-cmd: copy to bup.cmd.help
2021-03-06 Rob Browningbloom: convert to internal command
2021-03-06 Rob Browningbloom-cmd: copy to bup.cmd.bloom
2021-03-06 Rob Browningversion: convert to internal command
2021-03-06 Rob Browningversion-cmd: copy to bup.cmd.version
2021-03-06 Rob Browningxstat: convert to internal command
2021-03-06 Rob Browningxstat-cmd: copy to bup.cmd.xstat
2021-03-06 Rob Browningmeta: convert to internal command
2021-03-06 Rob Browningmeta-cmd: copy to bup.cmd.meta
2021-03-06 Rob Browningls: convert to internal command
2021-03-06 Rob Browningls-cmd: copy to bup.cmd.ls
2021-03-06 Rob Browningcat-file-cmd: migrate to internal bup.cmd.cat_file
2021-03-06 Rob Browningcat-file-cmd: copy to bup.cmd.cat_file
2021-03-06 Rob BrowningRemove $(dirname "$0") from sys.path
2021-03-06 Rob Browningbup: include built-in subcommands in help
2021-03-06 Rob Browningbup: filter stdout/stderr via thread/pipe for internal...
2021-03-06 Rob Browningfilter_output: handle multiple srcs/dests as lists
2021-03-06 Rob BrowningAdd --import-py-module
2021-03-06 Rob BrowningAdd handle_ctrl_c to bup itself
2021-03-06 Rob BrowningEnable --profile for built-in subcommands
2021-03-06 Rob Browningbup: don't convert bup_dir to bytes twice
2021-03-06 Rob Browningbup: add support for "internal" subcommands
2021-01-06 Johannes Bergindex: remove pointless git.repo() invocation
2020-12-31 Johannes Bergget: remove pointless git.repo() call
2020-12-31 Johannes Bergprune-older: fix output with --pretend
2020-12-31 Christian Brabandtbup-web: handle 4 item getsockname() result for IPv6...
2020-12-31 Johannes Bergrestore: fix error message for inaccessible items
2020-12-24 Rob BrowningReplace atoi with explicit checks; rm unused atof
2020-12-19 Jean-Paul Marmoratrestore: when -vv is specified, don't crash when printi...
2020-09-04 Johannes Bergbup: pass TTY width through to sub-command and remote
2020-08-15 Alexander Bartonfeatures: show version number of the Python interpreter
2020-08-15 Johannes Bergfsck: fix argv_bytes typo
2020-08-08 Johannes Bergsave: make the py3 save commit message args match py2
2020-08-08 Johannes Bergversion: fix --date argument for py3
2020-08-08 Johannes Berghelp: fix for python3
2020-07-29 Johannes Bergftp: handle lack of readline in input
2020-07-29 Johannes Bergftp: fix ls arguments for python3
2020-07-19 Aidan Hobson SayersEliminate redundant check of index start against ctime
2020-07-19 Johannes Bergweb: don't re-resolve item in listing
2020-07-19 Rob BrowningAdd bup-features to report status; drop ACL warnings
2020-07-05 Rob BrowningAvoid varying git archive content for ref; rework versi...
2020-07-05 Rob Browninghelp: fix src tree Documentation location
2020-07-05 Johannes Bergindex: fix bytes vs. str (py3) for --long output
2020-07-05 Rob BrowningSplit src tree python use to config/bin/python and...
2020-07-05 Rob BrowningRemove Python 3 guardrail: BUP_ALLOW_UNEXPECTED_PYTHON_...
2020-07-05 Rob BrowningStop forcing LC_CTYPE=ISO-8859-1
2020-07-05 Rob BrowningBypass Python 3 glibc argv problems by routing args...
2020-06-21 Rob Browningimport-rdiff-backup: fix incorrectly named TMPIDX var
2020-06-21 Johannes Bergweb: fix for python3
2020-06-21 Rob BrowningMigrate ftp, etc. to our _helpers bytes-oriented readline
2020-06-19 Rob Browningbup: don't print subcommands as b'cmd' in help with py3
2020-06-19 Rob BrowningMove cmd to lib/ and reverse symlink
2019-12-15 Rob BrowningSimplify bup startup process