]> arthur.barton.de Git - bup.git/shortlog
bup.git
2021-09-09 Rob Browningtest-misc: be independent of user's git defaultBranch
2021-09-09 Rob Browningtest_prune_older: be independent of user's git defaultB...
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-08-07 Rob BrowningMake intprops available as "bup/intprops.h"
2021-08-07 Rob BrowningAdd Gnulib intprops.h
2021-08-07 Rob Browningconfig.vars.in: add CC so a configure CC will be the...
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 Rob Browningbup-midx.md: don't include the index-cache in the ...
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-28 Rob BrowningREADME: don't use a markdown link for irc at all
2021-05-28 Rob BrowningREADME: use normal markdown link for ircs
2021-05-28 Rob BrowningREADME: fix irc web interface link typo
2021-05-28 Rob BrowningREADME: fix IRC links and add a list mailto
2021-05-28 Rob BrowningREADME: mention #bup
2021-05-16 Rob Browningdev/checksum: don't rely on bash /dev/stdin
2021-05-16 Rob Browningdev/checksum: paper over platform differences
2021-05-16 Rob Browningbup_limited_vint_pack: revert to malloc/free
2021-05-16 Rob Browningcirrus: upgrade to freebsd-12.2-release-amd64
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 Bergtest: test index vs. save file type change
2021-05-15 Johannes Bergsave: skip/balk if an entry changed type since indexing
2021-05-15 Johannes Bergbup: add a test for index contents
2021-05-15 Johannes BergPackWriter: match git's pack names
2021-05-15 Rob Browningprep-for-freebsd-build: install coreutils for sha1sum
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 Rob Browningtest_vint: test packing of all 0, 1, and 2 element...
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-05-15 Johannes BergGNUmakefile: use correct dev/python path when installin...
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 Rob BrowningGNUmakefile: ensure DESTDIR and bup_shared_ldflags...
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 Rob Browning.gitignore: update (include C .d files, etc.)
2021-04-18 Johannes Berg_helpers: remove empty PyArg_ParseTuple() from METH_NOARGS
2021-04-18 Johannes Bergconfigure: fix readline.h detection
2021-04-18 Johannes Bergmidx: correct path_msg() use in an error path
2021-04-11 Rob Browningftp: fix tab completion
2021-04-11 Rob Browninghelpers: adjust macos linkage
2021-04-03 Rob BrowningConvert bup to binary executable and run python subcomm...
2021-03-28 Rob Browningwvtest-bup.sh: set _wvtop to the physical path
2021-03-28 Rob Browningcirrus: drop py2 on freebsd
2021-03-28 Rob Browningcirrus: drop py2 on macos since brew did
2021-03-28 Rob Browningid-other-than: pass strings to getpwnam/getgrnam
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 BrowningRedirect to GNU make when possible
2021-03-28 Rob BrowningMove Makefile to GNUmakefile
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 BrowningCompute C dependencies automatically
2021-03-28 Rob BrowningRework compilation of binaries; prepare for automatic...
2021-03-28 Rob BrowningMakefile: fix pytest invocation when xdist isn't available
2021-03-28 Rob Browninghelp: pass full bup path as argv[0] when running 'bup...
2021-03-28 Rob BrowningMakefile: don't depend on dev/python to clean
2021-03-28 Rob Browningconfigure: look for suitable pythonX.Y-config versions
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
next