]> arthur.barton.de Git - bup.git/history - lib/bup/helpers.py
save: make --strip-path=/ a no-op
[bup.git] / lib / bup / helpers.py
2015-02-16 Rob Browningsave: make --strip-path=/ a no-op
2014-08-29 Rob BrowningFix typo in atomically_replaced_file docstring
2014-08-08 Nathan BirdOnly silence ENOENT in helpers.unlink
2014-08-05 Rob BrowningMerge work on atomic writes
2014-08-05 Rob BrowningAdjust atomically_replaced_file documentation.
2014-08-05 Nathan BirdAdd atomically_replaced_file for safer output
2014-06-30 Rob Browningparse_excludes: drop empty --exclude-from paths
2014-06-30 Rob BrowningIgnore empty lines in --exclude-rx-from files
2014-05-13 Gabriel FilionMove unshared version code from helpers to version... 0.26-rc1
2014-05-10 Rob BrowningFind SC_ARG_MAX via C sysconf().
2014-05-10 Rob BrowningRead ARG_MAX directly via os.sysconf('SC_ARG_MAX').
2014-05-08 Rob BrowningAdd a batchpipe() command to helpers that behaves somew...
2014-05-08 Rob BrowningMerge work to make helpers.next() match the newer Pytho...
2014-05-08 Rob BrowningOnly define helpers.next() if Python's isn't new enough.
2014-05-08 Aidan Hobson SayersDrop helpers.next() and just use Python's built-in.
2014-05-02 Rob Browninghelpers.py: use returncode to get the subprocess exit...
2014-05-02 Rob Browninghelpers.py: check subprocess exit status in readpipe().
2014-01-31 Rob BrowningFix drecurse relative --excludes, quash duplicates...
2013-12-21 Rob BrowningDon't fail tests when the timestamp read resolution...
2013-12-21 Thomas KlausnerAdd index option "--exclude-rx-from FILE".
2013-12-05 Rob BrowningAdd helpers.fdatasync(); fix interleaved mmap/read...
2013-08-26 Kumar AppaiahAdd --human-readable option to "bup web".
2013-08-25 Rob Browningmain.py: forward SIGTSTP/SIGCONT so "C-z" will actually...
2013-05-27 Rob BrowningUse sys.platform instead of platform.system().
2013-03-24 Rob BrowningAdd support for "bup index --exclude-rx <pattern> ...
2013-03-08 Rob BrowningFix use of Python assert() with respect to optimization.
2013-03-08 Rob BrowningMove parse_excludes to helpers and rework it a bit.
2013-03-01 Rob BrowningOfficially drop support for Python 2.4.
2013-02-03 Rob BrowningCache all password (pwd) and group (grp) database lookups.
2013-02-02 Rob BrowningOverhaul restore destination handling, and stripping...
2012-12-22 Rob BrowningSave metadata during "bup save".
2012-09-24 Rob BrowningChange userfullname() default back to "user%d" for...
2012-09-22 Michael WittenFallbacks for missing GECOS data; this solves a test...
2011-05-30 Avery PennarunMerge branch 'master' into meta
2011-05-15 Avery PennarunMerge branch 'master' into config
2011-05-15 Aneurin PriceAdd is_superuser() helper function
2011-03-20 Avery PennarunMerge branch 'maint'
2011-03-11 Avery PennarunMerge branch 'maint'
2011-03-10 Avery PennarunMerge branch 'maint'
2011-02-28 Avery PennarunMerge branch 'rlb/meta'
2011-02-28 Avery PennarunMerge branch 'master' into meta
2011-02-26 Avery PennarunMerge commit '6f02181' bup-0.24
2011-02-20 Avery Pennarunhelpers: separately determine if stdout and stderr...
2011-02-20 Avery Pennaruncmd/split: fixup progress message, and print -b output...
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
2011-02-17 Avery PennarunMerge branch 'bl/bloomcheck' into ap/cleanups
2011-02-17 Avery Pennaruncmd/{bloom,midx}: clean up progress messages.
2011-02-13 Avery Pennarun_helpers.c: Remove ugly 'python' junk from argv[0]...
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-02-08 Avery PennarunMerge branch 'bloom'
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-19 Rob BrowningRemove MetadataError and make apply error handling...
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-10-24 Rob BrowningMove stat-related work to bup.xstat; add xstat.stat.
2010-10-24 Rob BrowningAdd helpers.fstat and _helpers._have_ns_fs_timestamps.
2010-10-24 Rob BrowningAdd a helpers.FSTime class to handle filesystem timesta...
2010-10-09 Rob BrowningAdd helpers.detect_fakeroot() and use it in relevant...
2010-09-24 Rob BrowningAdd (sec, ns) timestamps and extended stat, lstat,...
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/