]> arthur.barton.de Git - bup.git/history - cmd/memtest-cmd.py
Adjust memtest and random_sha for python 3 and enable test.sh
[bup.git] / cmd / memtest-cmd.py
2020-02-02 Rob BrowningAdjust memtest and random_sha for python 3 and enable...
2020-01-12 Johannes Berggit: remove global variable ignore_midx
2018-09-01 Julien GoodwinMigrate all xrange calls to range in bup.compat
2018-09-01 Julien GoodwinReplace remaining print statements with print function
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2017-09-10 Rob BrowningUse next(it), not it.next() and drop the helpers fallback
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
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
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 PennarunMove bloom-related stuff from git.py to a new bloom.py.
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-02-08 Avery PennarunMerge branch 'bloom'
2011-02-07 Brandon LowShaBloom prefilter to detect nonexistant objects
2011-02-07 Avery PennarunMerge branch 'daemon_msg' of git://github.com/leto/bup bup-0.22a
2011-02-05 Avery Pennaruncmd/memtest: don't die if /proc/self/status is the...
2011-01-18 Gabriel Filionoptions: remove unused 'exe' parameter
2010-12-04 Avery Pennaruncmd/memtest: stop using weird mmap() and /dev/urandom...
2010-12-01 Avery Pennaruncmd/memtest: remove an unused function.
2010-09-06 Avery PennarunMerge branch 'maint'
2010-09-06 Avery Pennaruncmd/memtest: use getrusage() instead of /proc/self...
2010-08-27 Avery Pennarungit.py: keep statistics on how much sha1 searching...
2010-08-27 Avery Pennaruncmd/memtest: add a --existing option to test with exist...
2010-08-26 Avery Pennaruncmd/memtest: print per-cycle and total times.
2010-07-28 Avery Pennaruncmd/{random,memtest}: use the new options.py default...
2010-03-02 Avery PennarunAdd man pages for random, newliner, help, memtest,...
2010-03-01 Avery PennarunRename PackIndex->PackIdx and MultiPackIndex->PackIdxList. bup-0.12
2010-02-28 Avery PennarunMove cmd-*.py to cmd/*-cmd.py.