]> arthur.barton.de Git - bup.git/history - lib
HLinkDB.__del__: replace with context management
[bup.git] / lib /
2021-11-22 Rob BrowningHLinkDB.__del__: replace with context management
2021-11-22 Rob Browningdrecurse: replace OsFile (and __del__) with finalized fd
2021-11-22 Rob BrowningShaBloom.__del__: replace with context management
2021-11-22 Rob Browningcompat.mmap: add py2 context management and use everywhere
2021-11-22 Bas Stottelaargit/packwriter: open(..) prohibited in __del__
2021-11-22 Rob Browninggit.packwriter: explicitly manage lifetimes
2021-11-22 Rob BrowningAdd any pending exception to context in all __exit__...
2021-11-22 Rob BrowningRemove Client __del__ in favor of context management
2021-11-22 Rob Browningcompat.pending_raise: allow/ignore None ex; make rethro...
2021-11-22 Rob Browningsave: separate opt handling and work; isolate resource...
2021-11-22 Rob Browningsplit: separate opt handling and work; isolate packfile...
2021-11-13 Rob Browningsplit: handle --noop/copy via do nothing packwriter
2021-10-30 Rob Browningbitmatch: avoid signed/unsigned comparison
2021-10-16 Rob Browningbup_gethostname: always null terminate
2021-10-16 Rob Browningweb list-directory: replace != with is not None
2021-10-16 Johannes Bergweb: do not show size for dirs and symlinks
2021-10-16 Rob Browningbitmatch: check for overflow via intprops
2021-10-16 Rob BrowningSupport signed commits (i.e. the gpgsig header)
2021-10-10 Rob BrowningCatPipe.get: report unexpected cat-file exit status
2021-10-10 Rob Browningcstr_from_bytes: fix null termination error
2021-10-09 Rob BrowningDrop builtin_mul_overflow in favor of INT_MULTIPLY_OK
2021-10-09 Rob Browningftp: use sys.exc_info(); import traceback unconditionally
2021-09-17 Johannes Bergpylint: enable inconsistent-return-statements
2021-09-17 Johannes Bergpylint: add undefined-variable
2021-09-17 Johannes Bergpylint: enable unidiomatic-typecheck
2021-09-17 Johannes Bergpylint: enable consider-using-in
2021-09-17 Johannes Bergpylint: enable useless-return
2021-09-17 Johannes Bergpylint: enable return-in-init
2021-09-17 Johannes Bergpylint: check for trailing whitespace
2021-09-12 Johannes Bergmetadata: accept EOPNOTSUPP for lchmod()
2021-09-11 Johannes Bergtest: add pylint and test imports
2021-09-09 Rob Browningbup: remove redundant allocation doubling
2021-08-07 Rob Browningcmd/bup: add some missing safety checks
2021-08-07 Rob BrowningUse intprops for INTEGRAL_ASSIGNMENT_FITS INTEGER_TO_PY...
2021-06-13 Johannes Berggit: teach git_config_get() to read from a file
2021-06-13 Johannes Berggit: use git's int parsing with pack.packSizeLimit...
2021-06-13 Johannes Berggit: allow config retrieval as bool or int
2021-06-13 Johannes Berghashsplit: increase READ_SIZE to 8 MB
2021-06-13 Johannes Bergsave: refactor the code using helper classes
2021-06-13 Johannes Bergbup: make demux errors clearer
2021-06-13 Rob Browningget_argv: declare loop variable outside for()
2021-06-12 Rob Browningmain: remove vestigial debug statement
2021-06-12 Rob BrowningSend *all* output before the BUPMUX header to stderr
2021-05-30 Johannes Bergls: read metadata only if needed
2021-05-30 Johannes Bergvfs: improve cache behaviour
2021-05-30 Johannes Bergvfs: read metadata only if needed
2021-05-30 Johannes BergTest symlink target changes between stat and readlink
2021-05-30 Johannes Bergmetadata: fix symlink stat() vs. readlink() race
2021-05-30 Johannes BergTest file size changes during save
2021-05-30 Johannes Bergsave: fix race in data vs. metadata size
2021-05-30 Johannes Bergmidx: make passing idx files along with --dir work
2021-05-30 Rob Browningbup.main: restore support for --x=y style arguments
2021-05-16 Rob Browningbup_limited_vint_pack: revert to malloc/free
2021-05-15 Rob Browningweb: make leaf path component a link too
2021-05-15 Johannes Bergweb: omit '.' link
2021-05-15 Johannes Bergsave: fix symlink target race
2021-05-15 Johannes Bergsave: skip/balk if an entry changed type since indexing
2021-05-15 Johannes BergPackWriter: match git's pack names
2021-05-15 Rob Browningcmd.bloom: add missing sys import
2021-05-15 Rob Browningmetadata: mention that from_path is also used as a...
2021-05-15 Johannes Bergmetadata: implement write using encode, not vice versa
2021-05-15 Johannes Bergvint: implement the typical pack() in C
2021-05-15 Johannes Bergvint: implement pack() without BytesIO
2021-05-15 Johannes Bergvint: implement encoding in C
2021-04-18 Johannes Berggit: refactor PackWriter.new_commit() into create_commi...
2021-04-18 Johannes Bergls: make multiple arguments match real ls
2021-04-18 Johannes Bergftp: print pwd as part of the prompt
2021-04-18 Johannes Bergftp: honour pwd for ls
2021-04-18 Johannes Berggit: remove get_commit_dates()
2021-04-18 Johannes Berggit: remove loose object handling
2021-04-18 Johannes Berggit: remove all_packdirs()
2021-04-18 Johannes Berg_helpers: remove empty PyArg_ParseTuple() from METH_NOARGS
2021-04-18 Johannes Bergmidx: correct path_msg() use in an error path
2021-04-11 Rob Browningftp: fix tab completion
2021-04-03 Rob BrowningConvert bup to binary executable and run python subcomm...
2021-03-28 Johannes Bergbup: cat-file: fix error print
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 Browninghelp: pass full bup path as argv[0] when running 'bup...
2021-03-28 Rob Browningbup.main: drop unicode-only getopt
2021-03-28 Rob BrowningStash the env PYTHONPATH during startup and restore...
2021-03-27 Rob BrowningRemove scaffolding needed during the bup.c conversion
2021-03-27 Rob BrowningConvert top level executables to binaries and clean...
2021-03-06 Rob BrowningHandle external commands directly rather than via renam...
2021-03-06 Rob Browningfuse: convert to internal command
2021-03-06 Rob Browningfuse-cmd: copy to bup.cmd.fuse
2021-03-06 Rob Browningfsck: convert to internal command
2021-03-06 Rob Browningfsck-cmd: copy to bup.cmd.fsck
2021-03-06 Rob Browningget: convert to internal command
2021-03-06 Rob Browningget-cmd: copy to bup.cmd.get
2021-03-06 Rob Browningrestore: convert to internal command
2021-03-06 Rob Browningrestore-cmd: copy to bup.cmd.restore
2021-03-06 Rob Browningsave: convert to internal command
2021-03-06 Rob Browningsave-cmd: copy to bup.cmd.save
2021-03-06 Rob Browningon--server: convert to internal command
2021-03-06 Rob Browningon--server-cmd: copy to bup.cmd.on__server
2021-03-06 Rob Browningon: convert to internal command
2021-03-06 Rob Browningon-cmd: copy to bup.cmd.on
next