]> arthur.barton.de Git - bup.git/history - lib
get: adjust for python 3 and test there
[bup.git] / lib /
2020-02-02 Rob Browningget: adjust for python 3 and test there
2020-02-02 Rob Browningfuse: adjust for python 3 and test there
2020-02-02 Rob BrowningAdjust memtest and random_sha for python 3 and enable...
2020-02-02 Rob Browningftp: accommodate python 3 and test there
2020-02-02 Rob Browningprune-older: accommodate python 3 and test there
2020-02-02 Rob Browninghelpers: add close_fds to exo
2020-02-02 Rob Browninghelpers.exo: only report non-empty stderr
2020-02-02 Rob BrowningAdjust rm-cmd and bup.rm for python 3 and enable test-rm
2020-02-02 Rob BrowningAdjust on-cmd on--server-cmd mux-cmd DemuxConn for...
2020-02-02 Rob BrowningAdjust --exclude* parsing and drecurse-cmd for python...
2020-02-02 Rob BrowningAdjust columnate for python 3; enable test-ls test...
2020-02-02 Rob Browningtresolve: accommodate python 3 and test there
2020-02-02 Rob BrowningAdjust server and client to accommodate python 3
2020-02-02 Rob Browningtvfs: accommodate python 3 and test there
2020-02-02 Johannes Bergindex: fix Entry comparison methods
2020-02-02 Rob BrowningINTEGRAL_ASSIGNMENT_FITS: actually provide return value...
2020-02-02 Rob Browningwrite_sparsely bitmatch set_linux_file_attr: accommodat...
2020-02-02 Johannes Bergtests: git: test larger blob encode/decode
2020-02-02 Johannes Berggit: remove unused _git_capture()
2020-02-02 Johannes Bergoptions: remove unused _atoi()
2020-02-02 Johannes Bergtests: vint: test EOFError after first byte
2020-02-02 Johannes Bergvint: remove unnecessary condition
2020-02-02 Johannes Berghelpers: remove unused count()
2020-02-02 Johannes Bergclient: import socket
2020-02-02 Johannes Bergclient: import atoi
2020-02-02 Johannes Bergclient: import DemuxConn
2020-02-02 Johannes Bergvfs: fix finish_extract()
2020-02-02 Rob BrowningRework shstr to handle bytes and strings; add squote...
2020-02-02 Rob Browningtmetadata: accommodate python 3 and test there
2020-02-02 Rob Browningvfs: accommodate python 3
2020-02-02 Rob Browningset_linux_file_attr: accommodate python 3
2020-02-02 Johannes Bergclient: fix index-cache location when there's no path
2020-02-02 Johannes Bergpy2raise: add missing 'import sys'
2020-01-20 Rob Browninggit: accommodate python 3 and enable tests
2020-01-20 Rob Browningmerge_into: accommodate python 3
2020-01-20 Rob Browningfirstword extract_bits: accommodate python 3
2020-01-20 Rob Browningbup.midx: accommodate python 3
2020-01-20 Rob Browningopen_noatime bup_get_linux_file_attr: accommodate python 3
2020-01-20 Rob Browningwrite_idx: switch to buffer to accommodate python 3
2020-01-20 Rob Browninghelpers: accommodate python 3 and enable tests
2020-01-20 Rob BrowningClient.read_ref: replace encode with hexlify
2020-01-19 Rob Browningthelpers: call tzset() after changing TZ
2020-01-19 Rob Browningpwdgrp: actually use our grp wrappers
2020-01-19 Rob Browningvint: check for bytes after read
2020-01-19 Rob Browningbup.client: accommodate python 3
2020-01-19 Rob BrowningAdd compat.reraise to handle python 3 syntax breakage
2020-01-19 Rob Browningmetadata: adjust our posix1e calls for python 3
2020-01-19 Rob BrowningAdjust metadata handling for python 3
2020-01-19 Rob Browningbup-save bup.drecurse bup.hlinkdb bup.path: accommodate...
2020-01-19 Rob Browningbup.gc: accommodate python 3
2020-01-19 Rob Browningmidx: shun buffers
2020-01-18 Rob Browningindex: remove vestigial buffer and sys imports
2020-01-18 Rob Browninggit: shun buffers in packidxes
2020-01-18 Rob Browninghashsplit: adapt for python 3
2020-01-17 Rob BrowningAdd "do nothing" path_msg to centralize path conversions
2020-01-17 Johannes Bergmetadata: accept only fixed python-xattr in python3
2020-01-12 Johannes Berggit: remove global variable ignore_midx
2020-01-12 Aidan Hobson SayersFix memory leak in *stat calls in _helpers.c
2020-01-12 Greg Troxelbloom_add: avoid declaration inside for statemnet
2020-01-11 Rob BrowningOnly change LC_CTYPE for bup-python itself, not sh...
2020-01-11 Rob Browningbup: make sure stdout and stderr are binary for subcmds
2020-01-11 Rob Browningtest_utc_offset_str: str -> bytes for py3
2020-01-11 Rob Browningcompat.hexstr: add and use
2020-01-11 Rob Browningprune-older: paper over python 3's integer type changes
2020-01-09 Johannes Bergmetadata: use python-xattr pyxattr compat code
2020-01-07 Johannes BergCatPipe: remove _ver_warned
2019-12-22 Rob BrowningFix tindex for python 3
2019-12-15 Rob Browningmerge_iter: don't compare generators with < via heapq
2019-12-15 Rob BrowningMake adjustments to fix tbloom for python 3
2019-12-15 Rob BrowningDrop BUP_RESOURCE_PATH; find it via __file__
2019-12-15 Rob BrowningRequire LC_CTYPE to be iso-8859-1 for Python 3
2019-12-15 Rob BrowningPrevent Python 3 from interfering with argv bytes
2019-12-15 Rob BrowningSimplify bup startup process
2019-12-15 Rob BrowningMove bup to cmd/ and symlink ./bup to cmd/bup
2019-12-01 Rob BrowningMove pwd grp functions to pwdgrp module; require binary...
2019-12-01 Rob Browningusername/userfullname: use struct names
2019-11-30 Rob Browningjoin_bytes: pass the join() args correctly for py3
2019-11-30 Rob Browning_helpers: fix -Wsign-compare warnings
2019-11-29 Rob BrowningRemove inefficient (or will be) uses of buffer
2019-11-29 Rob Browninghashsplit: join buffers more efficiently
2019-11-03 Rob Browningvfs: rely on FakeLink's target in readlink
2019-10-13 Rob BrowningFix hashsplit for python 3; add compat.buffer
2019-10-13 Rob BrowningMinimize use of preexec_fn
2019-10-13 Rob Browningtgit: use print() for python 3; fix test data writes
2019-10-13 Rob Browningtxstat: fix for python 3
2019-10-13 Rob Browningthelpers: adjust for python 3
2019-10-13 Rob Browningvint: fix bytes for Python 3
2019-10-05 Rob BrowningRename chain_ex to add_ex_ctx to reflect upstream termi...
2019-10-05 Rob Browningsome_invalid_save_parts_rx: avoid nested char set
2019-09-29 Rob Browningvfs: accommodate py3 exception module removal
2019-09-29 Rob Browningbup_stat bup_lstat: always treat path as binary
2019-08-18 Jamie WyrickInclude <sys/time.h> for lutimes, if available.
2019-08-18 Greg Troxelrestore: create fifos with mkfifo, not mknod
2019-04-13 Rob Browningrev_list: handle multiple results/ref from remote for...
2019-04-12 Rob BrowningHandle commit mergetags (at all)
2019-03-03 Rob Browningvint: remove unneded loop guards and improve checks
2019-03-03 Rob Browningget: note writes in just_write and fsck after tests
2019-03-03 Rob BrowningAdd bup get; see the documentation for further information
2019-03-03 Rob Browningrepo: add update_ref() and new_packwriter() to support...
2019-03-03 Rob Browningrepo: add VFS resolve(); test resolve() via local and...
next