]> arthur.barton.de Git - bup.git/shortlog
bup.git
2021-01-09 Rob BrowningUpdate base_version for 0.32 release 0.32
2021-01-09 Rob BrowningUpdate README, HACKING, and release notes for 0.32
2021-01-06 Rob Browningprep-for-macos-build: don't run brew update
2021-01-06 Rob BrowningREADME: add markdown mode indicator
2021-01-06 Johannes Bergindex: add newline to 'corrupt index' message
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-24 Johannes Bergssh: don't pass through bad BUP_TTY_WIDTH
2020-12-24 Rob BrowningPrefer python 3, and mention intent to drop python...
2020-12-20 Rob Browningprep-for-macos-build: only install brew when not found
2020-12-20 Rob Browningprep-for-macos-build: update brew install command
2020-12-20 danpawlikREADME: update build requirements for Centos
2020-12-19 Johannes Bergdev: macos: install sha1sum
2020-12-19 Johannes Bergtest-web: redirect stdio to make test work standalone
2020-12-19 Jean-Paul Marmoratrestore: when -vv is specified, don't crash when printi...
2020-12-19 Gustavo GoretkinMention homebrew installation
2020-12-19 Rob BrowningREADME: reflect report that WSL works fine
2020-12-05 Rob BrowningMigrate tests to pytest
2020-11-27 Rob Browningcirrus freebsd: install pytest via pip for python 2
2020-11-26 Rob Browningfreebsd: fix pytest setup for python 3
2020-11-26 Rob BrowningUse pytest item results to preserve tmpdirs on failure
2020-11-26 Rob BrowningAdd bup map including test results to pytest items
2020-11-26 Rob BrowningRemove extensions from test command names
2020-11-26 Rob BrowningPull some tests forward to improve parallel runtimes
2020-11-26 Johannes BergInstall xdist in prep-for-*-build
2020-11-26 Rob BrowningAutodetect xdist and translate make -j to xdist -n
2020-11-26 Johannes BergMigrate the remaining (standalone) test/ext tests to...
2020-11-26 Rob BrowningMove ext/test.sh to ext/test-misc to match test-* pattern
2020-11-26 Rob BrowningAdd pytest collector for all test/cmd/test-* files
2020-11-26 Johannes Bergtests: convert python-based tests to pytest
2020-11-26 Rob Browningtest-ftp: set TZ=UTC to produce consistent names
2020-11-26 Rob Browningtest-prune-older: accommodate unified_diff break in...
2020-11-26 Johannes Bergtests: partially convert to pytest
2020-11-26 Rob BrowningEnsure pytests preserve the cd $(pwd -P) behavior
2020-11-26 Rob BrowningAdd pytest context manager to save/restore test environment
2020-11-26 Rob BrowningMove t*.py tests to test_*.py for pytest autodetection
2020-11-26 Rob Browningwvtest.py: respect BUP_TEST_SEED
2020-11-26 Johannes Bergtests: move all tests to test/
2020-11-25 Rob Browningcirrus: allow failures on macos with python 2
2020-11-25 Rob Browningsystem-info: include uname -a output
2020-11-25 Rob Browningcirrus: make macos image match reality (catalina)
2020-11-24 Rob BrowningDepend on python 3 for utime when using 3
2020-11-22 Karl-Philipp... test.sh: set LC_ALL=C for git fsck to avoid localized...
2020-11-22 Johannes Bergtest-meta: use grep -a on xstat/meta
2020-11-22 Johannes Berg_helpers: remove argv mangling on python 3.9
2020-11-22 Rob Browningwrite_idx: make the 64-bit offset count uint32_t not int
2020-11-22 Rob Browningwrite_idx: fix handling of signed/unsigned values
2020-11-22 Rob BrowningINTEGER_TO_PY(): include necessary compiler pgramas
2020-11-22 Greg Troxelconfigure: Search for python3.x and python3
2020-11-22 Johannes Bergtest-import-duplicity: adjust to FreeBSD's rsync output
2020-11-22 Rob Browningrm: handle writer.abort exceptions when exception pending
2020-11-22 Rob Browninggc: always clean up the packwriter; abort on errors
2020-11-22 Rob Browningcompat: add "with pending_raise(ex)" to simplify nested...
2020-10-11 Rob BrowningCODINGSTYLE: add raise missing from exception handling...
2020-09-20 Rob BrowningUpdate base_version for 0.31+ development
2020-09-13 Johannes Berghelpers.localtime: avoid floor-related deprecation...
2020-09-04 Johannes Bergbup: pass TTY width through to sub-command and remote
2020-08-29 Johannes Bergio: fix path_msg on python2
2020-08-22 Rob BrowningUpdate base_version for 0.31 release 0.31
2020-08-22 Rob BrowningUpdate HACKING and README for 0.31
2020-08-22 Rob BrowningUpdate release notes for 0.31
2020-08-22 Rob Browningupdate-checkout-info: compare physical paths (resolve...
2020-08-22 Rob BrowningMakefile: remove vestigial checkout_info.py installatio...
2020-08-15 Rob Browningtest.sh: test bup features python version
2020-08-15 Alexander Bartonfeatures: show version number of the Python interpreter
2020-08-15 Rob BrowningMakefile: specify -Wformat=2 rather than error given...
2020-08-15 Rob Browningtest-fsck: test invocation with pack arguments
2020-08-15 Johannes Bergfsck: fix argv_bytes typo
2020-08-15 Johannes Bergtests: tclient: fix buffering behaviour in the test
2020-08-09 Rob Browningchecked_malloc: use %z to format size_t; enable -Wformat=2
2020-08-09 Rob Browningtest-help: restrict MANPATH; only test manpages when...
2020-08-09 Rob Browninginstall-python-script: don't presume python exists
2020-08-08 Rob Browningbup_mincore: actually use size_t value (not ulonglong...
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 Rob BrowningAdd trivial tests for current help behavior
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-29 Johannes Berghlinkdb: always load as bytes on python3
2020-07-29 Brian Mintonchange mktemp to be compatible with busybox
2020-07-23 Rob Browningcirrus: make rdiff-backup completely optional for freeb...
2020-07-19 Aidan Hobson... Eliminate 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-18 Rob Browningconfigure: restore working dir after symlinking python
2020-07-05 Rob BrowningAvoid varying git archive content for ref; rework versi...
2020-07-05 Rob BrowningDrop pwd/gid reentrant function variants for now
2020-07-05 Rob Browningcirrus: fill out python 3 tests
2020-07-05 Rob Browningdrecurse: use portable S_ISDIR() instead of deriving...
2020-07-05 Rob BrowningAdd portable dev/sort-z; link into t/bin/; use in test...
2020-07-05 Rob Browningconfigure: test for functional readline more carefully
2020-07-05 Rob Browningconfigure: check for <readline.h> vs <readline/readline.h>
2020-07-05 Rob BrowningAvoid readline.h -Wstrict-prototype induced failures
2020-07-05 Rob Browningconfigure-sampledata: only create random paths if asked
2020-07-05 Rob Browningcirrus: ensure we use the real readline on macos
next