]> arthur.barton.de Git - bup.git/history - lib
test-misc: be independent of user's git defaultBranch
[bup.git] / lib /
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
2021-03-06 Rob Browningimport-duplicity: convert to internal command
2021-03-06 Rob Browningimport-duplicity-cmd: copy to bup.cmd.import_duplicity
2021-03-06 Rob Browningserver: convert to internal command
2021-03-06 Rob Browningserver-cmd: copy to bup.cmd.server
2021-03-06 Rob Browningprune-older: convert to internal command
2021-03-06 Rob Browningprune-older-cmd: copy to bup.cmd.prune_older
2021-03-06 Rob Browningmux: convert to internal command
2021-03-06 Rob Browningmux-cmd: copy to bup.cmd.mux
2021-03-06 Rob Browninglist-idx: convert to internal command
2021-03-06 Rob Browninglist-idx-cmd: copy to bup.cmd.list_idx
2021-03-06 Rob Browningdrecurse: convert to internal command
2021-03-06 Rob Browningdrecurse-cmd: copy to bup.cmd.drecurse
2021-03-06 Rob Browningdamage: convert to internal command
2021-03-06 Rob Browningdamage-cmd: copy to bup.cmd.damage
2021-03-06 Rob Browningftp: convert to internal command
2021-03-06 Rob Browningftp-cmd: copy to bup.cmd.ftp
2021-03-06 Rob Browningweb: convert to internal command
2021-03-06 Rob Browningweb-cmd: copy to bup.cmd.web
2021-03-06 Rob Browningdaemon: convert to internal command
2021-03-06 Rob Browningdaemon-cmd: copy to bup.cmd.daemon
2021-03-06 Rob Browningtick: convert to internal command
2021-03-06 Rob Browningtick-cmd: copy to bup.cmd.tick
2021-03-06 Rob Browningtag: convert to internal command
2021-03-06 Rob Browningtag-cmd: copy to bup.cmd.tag
2021-03-06 Rob Browningmidx: convert to internal command
2021-03-06 Rob Browningmidx-cmd: copy to bup.cmd.midx
2021-03-06 Rob Browningrandom: convert to internal command
2021-03-06 Rob Browningrandom-cmd: copy to bup.cmd.random
2021-03-06 Rob Browningmemtest: convert to internal command
2021-03-06 Rob Browningmemtest-cmd: copy to bup.cmd.memtest
2021-03-06 Rob Browningmargin: convert to internal command
2021-03-06 Rob Browningmargin-cmd: copy to bup.cmd.margin
next