]> arthur.barton.de Git - bup.git/history - lib/bup
web: convert to internal command
[bup.git] / lib / bup /
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
2021-03-06 Rob Browningfeatures: convert to internal command
2021-03-06 Rob Browningfeatures-cmd: copy to bup.cmd.features
2021-03-06 Rob Browningsplit: convert to internal command
2021-03-06 Rob Browningsplit-cmd: copy to bup.cmd.split
2021-03-06 Rob Browninginit: convert to internal command
2021-03-06 Rob Browninginit-cmd: copy to bup.cmd.init
2021-03-06 Rob Browninggc: convert to internal command
2021-03-06 Rob Browninggc-cmd: copy to bup.cmd.gc
2021-03-06 Rob Browningrm: convert to internal command
2021-03-06 Rob Browningrm-cmd: copy to bup.cmd.rm
2021-03-06 Rob Browningindex: convert to internal command
2021-03-06 Rob Browningindex-cmd: copy to bup.cmd.index
2021-03-06 Rob Browningjoin: convert to internal command
2021-03-06 Rob Browningjoin-cmd: copy to bup.cmd.join
2021-03-06 Rob Browninghelp: convert to internal command
2021-03-06 Rob Browninghelp-cmd: copy to bup.cmd.help
2021-03-06 Rob Browningbloom: convert to internal command
2021-03-06 Rob Browningbloom-cmd: copy to bup.cmd.bloom
2021-03-06 Rob Browningversion: convert to internal command
2021-03-06 Rob Browningversion-cmd: copy to bup.cmd.version
2021-03-06 Rob Browningxstat: convert to internal command
2021-03-06 Rob Browningxstat-cmd: copy to bup.cmd.xstat
2021-03-06 Rob Browningmeta: convert to internal command
2021-03-06 Rob Browningmeta-cmd: copy to bup.cmd.meta
2021-03-06 Rob Browningls: convert to internal command
2021-03-06 Rob Browningls-cmd: copy to bup.cmd.ls
2021-03-06 Rob Browningcat-file-cmd: migrate to internal bup.cmd.cat_file
2021-03-06 Rob Browningcat-file-cmd: copy to bup.cmd.cat_file
2021-03-06 Rob Browningbup: include built-in subcommands in help
2021-03-06 Rob BrowningMake it possible to close all catpipes
2021-03-06 Rob Browningoptions: add parse_bytes
2021-03-06 Rob Browninggit: explicitly request that Popen close_fds
2021-01-09 Rob BrowningUpdate base_version for 0.32 release 0.32
2021-01-06 Johannes Bergindex: add newline to 'corrupt index' message
2020-12-24 Rob BrowningReplace atoi with explicit checks; rm unused atof
2020-12-24 Johannes Bergssh: don't pass through bad BUP_TTY_WIDTH
2020-12-05 Rob BrowningMigrate tests to pytest
2020-11-26 Johannes Bergtests: move all tests to test/
2020-11-24 Rob BrowningDepend on python 3 for utime when using 3
2020-11-22 Johannes Berg_helpers: remove argv mangling on python 3.9
2020-11-22 Rob Browningwrite_idx: make the 64-bit offset count uint32_t not int
2020-11-22 Rob Browningwrite_idx: fix handling of signed/unsigned values
2020-11-22 Rob BrowningINTEGER_TO_PY(): include necessary compiler pgramas
2020-11-22 Rob Browningrm: handle writer.abort exceptions when exception pending
2020-11-22 Rob Browninggc: always clean up the packwriter; abort on errors
2020-11-22 Rob Browningcompat: add "with pending_raise(ex)" to simplify nested...
2020-09-20 Rob BrowningUpdate base_version for 0.31+ development
2020-09-13 Johannes Berghelpers.localtime: avoid floor-related deprecation...
2020-09-04 Johannes Bergbup: pass TTY width through to sub-command and remote
2020-08-29 Johannes Bergio: fix path_msg on python2
2020-08-22 Rob BrowningUpdate base_version for 0.31 release 0.31
2020-08-15 Johannes Bergtests: tclient: fix buffering behaviour in the test
2020-08-09 Rob Browningchecked_malloc: use %z to format size_t; enable -Wformat=2
2020-08-08 Rob Browningbup_mincore: actually use size_t value (not ulonglong...
2020-07-29 Johannes Berghlinkdb: always load as bytes on python3
2020-07-19 Aidan Hobson SayersEliminate redundant check of index start against ctime
2020-07-19 Rob BrowningAdd bup-features to report status; drop ACL warnings
2020-07-05 Rob BrowningAvoid varying git archive content for ref; rework versi...
2020-07-05 Rob BrowningDrop pwd/gid reentrant function variants for now
2020-07-05 Rob Browningdrecurse: use portable S_ISDIR() instead of deriving...
2020-07-05 Rob Browningconfigure: check for <readline.h> vs <readline/readline.h>
2020-07-05 Rob BrowningAvoid readline.h -Wstrict-prototype induced failures
2020-07-05 Rob Browning_helpers: fix potential issues -Wshorten-64-to-32 compl...
2020-07-05 Rob BrowningDon't assume readline always defines _XOPEN_SOURCE
2020-07-05 Johannes Berggrp_struct_to_py(): fix error handling
2020-07-05 Johannes Bergmetadata: fix test failure with xattrs
2020-07-05 Johannes Bergmetadata: port ACL support to C
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 Johannes Berghashsplit: avoid cat_bytes() if possible
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 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-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
next