]> arthur.barton.de Git - bup.git/history - lib
Split src tree python use to config/bin/python and dev/bup-python
[bup.git] / lib /
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 Berghashsplit: avoid cat_bytes() if possible
2020-06-21 Johannes Bergweb: fix for python3
2020-06-21 Rob BrowningMigrate ftp, etc. to our _helpers bytes-oriented readline
2020-06-21 Rob BrowningWrap readline oursleves to avoid py3's interference
2020-06-19 Rob Browningbup: don't print subcommands as b'cmd' in help with py3
2020-06-19 Rob Browningdistutils: handle CFLAGS and LDFLAGS directly
2020-06-19 Johannes Bergbup: add own gethostname() wrapper
2020-06-19 Rob Browningpwdgrp: add C helpers to get user/group bytes directly
2020-06-19 Johannes Bergmetadata: don't modify ACL list when writing
2020-06-19 Rob BrowningMove cmd to lib/ and reverse symlink
2020-05-23 Luca Carlongit/midx: provide context managers for idx classes
2020-05-20 Johannes Berghelpers: use float for format_filesize()
2020-05-11 Johannes Bergmincore: fix reading information
2020-05-11 Johannes Berggit: create_commit_blob: allow timezones to be specifie...
2020-05-11 Rob BrowningFall back to calloc when __builtin_mul_overflow isn...
2020-04-19 Johannes Bergvfs: use None for unknown uid/gid
2020-04-19 Johannes Berggit: add a test for not keeping midx files open
2020-04-19 Johannes Berggit: split out idx file writing to a separate class
2020-04-19 Johannes Berggit: stop using .encode('hex') in MissingObject()
2020-04-19 Johannes Bergssh: simplify the code
2020-03-01 Rob Browninggit: overhaul git version checking
2020-03-01 Johannes Bergbuild: fix C-side dependencies
2020-03-01 Johannes Bergcompat: directly assign bytes_from_uint = chr
2020-03-01 Johannes Bergvfs: remove dead cache_get_revlist_item()
2020-03-01 Johannes BergBaseConn: let _read/_readline raise NotImplementedError
2020-03-01 Johannes Berggit/client/server: remove rev_list() count support
2020-03-01 Johannes Bergcatpipe: remove useless StopIteration catching
2020-02-24 Johannes Bergsave/vfs: update comments wrt. tree/bupm ordering
2020-02-23 Johannes Bergvfs: deal with bupm containing no metadata for a file
2020-02-13 Johannes Bergtests: metadata: fix failures on systems with selinux...
2020-02-13 Johannes Berggit: fix PackIdxList keeping deleted files open
2020-02-02 Rob Browningpwdgrp: check for bytes with isinstance everywhere
2020-02-02 Rob Browningpwdgrp: pass strings to python for python 3
2020-02-02 Rob Browninghashsplit: replace join_bytes with cat_bytes
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
next