]> arthur.barton.de Git - bup.git/history - lib/bup/helpers.py
bloom: avoid kernel disk flushes when we dirty a lot of pages.
[bup.git] / lib / bup / helpers.py
2011-02-08 Avery Pennarunbloom: avoid kernel disk flushes when we dirty a lot...
2011-02-07 Brandon Lowmidx: Write midx4 in C rather than python
2011-02-07 Brandon Lowmidx4: midx2 with idx backreferences
2011-02-07 Brandon Lowmmap: Make closing source file optional
2011-02-03 Avery PennarunDemuxConn.__init__: you can't assume the *last* 6 bytes...
2011-02-03 Avery PennarunDemuxConn.__init__: abort the loop if read() returns...
2011-02-03 Avery Pennarunhelpers.py: always use two blank lines between function...
2011-02-01 Avery PennarunMerge branch 'mux'
2011-02-01 Brandon LowAdd DemuxConn and `bup mux` for client-server
2011-01-26 Brandon LowCombine and speed up idx->midx and bupindex merge
2011-01-10 Zoran ZaricFix typo in documentation for strip_base_path
2011-01-08 Avery PennarunMerge branch 'next' into 'master'
2011-01-08 Avery PennarunMerge branch 'zz/strip_path_fix' bup-0.21
2011-01-08 Zoran ZaricFix a bug in strip_path when prefix is a symlink
2011-01-04 Zoran ZaricAdds --graft option to bup save.
2011-01-04 Avery PennarunFix some 'print' to stdout that snuck in somehow.
2011-01-03 Avery PennarunMerge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot... bup-0.21-rc1
2011-01-03 Zoran ZaricAdds a strip and strip-path option to bup save.
2010-12-23 Avery PennarunSkip over invalid .idx files if we find any.
2010-09-22 Avery PennarunMerge branch 'maint'
2010-09-08 Zoran ZaricAdds a date option to save, split and bup.git.PackWrite...
2010-09-08 Avery Pennarunoptions.py: get the real tty width for word wrapping...
2010-09-07 Avery PennarunIntroduce BUP_DEBUG, --debug, and tone down the log... bup-0.18
2010-07-26 Rob BrowningAdd a mode argument to mkdirp. bup-0.16
2010-07-26 Gabriel Filionfix helpers.columnate bug when list is empty
2010-07-23 Joe BedaConvert 'bup web' directory listing to use tornado...
2010-07-15 Gabriel FilionAdd docstrings to lib/bup/helpers.py
2010-07-12 Joe BedaAdd new 'bup web' command.
2010-04-30 Gabriel FilionAvoid len as a variable name
2010-04-23 Avery Pennarungit.CatPipe: more resilience against weird errors.
2010-04-23 Avery Pennaruncmd/ftp: 'ls' command should print filenames in columns.
2010-04-23 Avery Pennaruncmd/save: when a file is chunked, mangle its name from...
2010-04-01 Avery PennarunMerge branch 'master' of /tmp/bup
2010-04-01 Avery Pennarunhelpers.log(): run sys.stdout.flush() first.
2010-04-01 Avery PennarunGet rid of a sha-related DeprecationWarning in python...
2010-03-13 Avery Pennaruncmd/{index,save}: handle ctrl-c without printing a... bup-0.12a
2010-03-03 Avery Pennarunlog(): handle situations where stderr gets set to nonbl...
2010-02-28 Avery PennarunMove python library files to lib/bup/