]> arthur.barton.de Git - bup.git/history - cmd/midx-cmd.py
Migrate all xrange calls to range in bup.compat
[bup.git] / cmd / midx-cmd.py
2018-09-01 Julien GoodwinMigrate all xrange calls to range in bup.compat
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2018-01-27 Rob BrowningDon't use cmp()
2017-09-10 Rob BrowningUse next(it), not it.next() and drop the helpers fallback
2016-04-03 stevelrAdd add_error imports missed in import * removal
2016-01-17 Rob BrowningDon't import * from helpers
2016-01-01 Rob BrowningUse Python 3 compatible "except ... as e" syntax
2015-12-12 Rob BrowningConfigure python, use it, and embed during install
2015-06-07 Ben Kellybup midx: fix --output when used with --auto or --force
2015-06-06 Rob Browningdo_midx_group: don't rely on global path variable
2015-03-10 Gabriel FilionMerge pull request #13 from Farioko/patch-1
2014-08-05 Rob BrowningMerge work on atomic writes
2014-08-05 Nathan BirdAdd atomically_replaced_file for safer output
2014-05-28 Rob BrowningMerge fixes for orphaned midx files on Cygwin
2014-05-28 Rob BrowningKeep PackMidx pointers until finished with mmap
2013-12-05 Rob BrowningAdd helpers.fdatasync(); fix interleaved mmap/read...
2013-03-08 Rob BrowningFix use of Python assert() with respect to optimization.
2013-03-01 Rob BrowningOfficially drop support for Python 2.4.
2011-06-09 Avery PennarunMerge branch 'meta'
2011-05-31 Avery PennarunMerge branch 'master' into meta
2011-05-30 Avery PennarunMerge branch 'master' into meta
2011-05-08 Rob BrowningReplace os.*stat() with xstat.*stat(); use integer...
2011-02-28 Avery PennarunMerge branch 'master' into meta
2011-02-26 Avery PennarunMerge commit '6f02181' bup-0.24
2011-02-26 Gabriel Filionmidx/bloom: use progress() and debug1() for non-critica...
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
2011-02-18 Avery Pennaruncmd/midx, git.py: all else being equal, delete older...
2011-02-18 Avery Pennaruncmd/midx: add a --check option.
2011-02-17 Avery PennarunSplit PackMidx from git.py into a new midx.py.
2011-02-17 Avery PennarunMerge branch 'bl/bloomcheck' into ap/cleanups
2011-02-17 Avery Pennaruncmd/bloom: add a --force option to forget regenerating...
2011-02-17 Avery Pennaruncmd/{bloom,midx}: clean up progress messages.
2011-02-17 Avery Pennaruncmd/bloom: by default generate bloom filters in *all...
2011-02-14 Brandon LowMove .idx file writing to C bup-0.23
2011-02-12 Brandon Lowmidx4: Fix the other side of my previous nasty bug
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-02-08 Avery PennarunFix a couple of python 2.4 incompatibilities.
2011-02-08 Avery PennarunMerge branch 'bloom'
2011-02-07 Brandon Lowmidx: Write midx4 in C rather than python
2011-02-07 Brandon Lowmidx4: midx2 with idx backreferences
2011-01-18 Gabriel Filionoptions: remove unused 'exe' parameter
2010-12-02 Avery Pennaruncmd/midx: differentiate the log message from the index...
2010-09-07 Avery PennarunIntroduce BUP_DEBUG, --debug, and tone down the log... bup-0.18
2010-09-07 Avery Pennarunclient.py,git.py: run 'bup midx -a' automatically somet...
2010-09-06 Avery Pennaruncmd/midx: --auto mode can combine existing midx files...
2010-09-06 Avery PennarunMerge branch 'maint'
2010-09-06 Avery Pennaruncmd/midx: use getrlimit() to find the max open files.
2010-09-02 Avery PennarunMerge branch 'maint'
2010-09-02 Avery Pennaruncmd/midx: add a new --max-files parameter.
2010-08-26 Avery Pennaruncmd/midx: fix SHA_PER_PAGE calculation.
2010-04-01 Avery PennarunMerge branch 'master' of /tmp/bup
2010-04-01 Avery PennarunGet rid of a sha-related DeprecationWarning in python...
2010-03-01 Avery PennarunRename PackIndex->PackIdx and MultiPackIndex->PackIdxList. bup-0.12
2010-02-28 Avery PennarunMove cmd-*.py to cmd/*-cmd.py.