]> arthur.barton.de Git - bup.git/history - lib/cmd/bup.c
Update base_version to 0.34~ for 0.34 development
[bup.git] / lib / cmd / bup.c
2022-09-11 Rob BrowningRequire python 3.7+
2022-08-20 Greg Troxellib/cmd/bup.c: Accomodate historical realpath
2022-07-09 Greg Troxelcmd/lib/bup.c: Don't use sysctl kern.proc.pathname...
2022-05-03 Rob BrowningDisallow argc < 1 (for now just crash)
2022-05-03 Rob Browningbup.c: drop python 2
2022-05-01 Muh MuhtenReplace use of index() with strchr
2022-01-16 Rob BrowningDrop support for python 2
2021-09-09 Rob Browningbup: remove redundant allocation doubling
2021-08-07 Rob Browningcmd/bup: add some missing safety checks
2021-06-13 Rob Browningget_argv: declare loop variable outside for()
2021-04-03 Rob BrowningConvert bup to binary executable and run python subcomm...
2021-03-28 Rob Browningexe_parent_dir: allow arbitrary proc readlink path...
2021-03-28 Rob Browningexe_parent_dir: allow arbritrary macos path lengths
2021-03-28 Rob Browningbup_py_bytes_main: add to support py 3.6 compat
2021-03-28 Rob BrowningMove msg() to bup/io.[hc] in preparation for more sharing
2021-03-28 Rob BrowningStash the env PYTHONPATH during startup and restore...
2021-03-27 Rob BrowningConvert top level executables to binaries and clean...