]> arthur.barton.de Git - bup.git/history - lib
If you specified the port number on the command line, convert it to an int.
[bup.git] / lib /
2011-02-01 Avery PennarunIf you specified the port number on the command line...
2011-02-01 Brandon LowAdd DemuxConn and `bup mux` for client-server
2011-01-26 Avery Pennarunoptions.py: generate usage string correctly for no...
2011-01-26 Avery Pennarunoptions.py: don't die if tty width is set to 0.
2011-01-26 Brandon LowCombine and speed up idx->midx and bupindex merge
2011-01-26 Brandon LowMinorly fix outbytes calculation in client
2011-01-26 Avery PennarunHandle $BUP_MAIN_EXE more carefully.
2011-01-26 Avery Pennarunauto_midx(): report args when failing to call a subprocess.
2011-01-26 Avery Pennarunlib/bup/drecurse.py: work even if O_NOFOLLOW is missing.
2011-01-18 Gabriel Filionoptions: remove unused 'exe' parameter
2011-01-18 Brandon Lowsave: handle backup write errors properly
2011-01-18 Brandon LowFix test by forcing order
2011-01-18 Avery PennarunRemove seemingly unnecessary abspath() call from the...
2011-01-18 Brandon LowFreeBSD + os.mknod => broken, open().close()
2011-01-18 Gabriel Filiongit.py: error when repo's parent dir absent
2011-01-10 Zoran ZaricFix typo in documentation for strip_base_path
2011-01-10 Brandon Lowmove auto_midx calls to callers of sync_index
2011-01-10 Brandon Lowclient/server:Handle multiple suggestions and misc
2011-01-10 Brandon LowDumb server doesn't need objcache
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-08 Zoran ZaricAdd a testcase for strip_path
2011-01-06 Avery PennarunMerge branch 'bl/dumbserver' into next
2011-01-06 Brandon LowTeach bup about URLs and non-ssh remotes
2011-01-06 Brandon LowDon't generate midx files in dumb server mode
2011-01-06 Brandon LowAdd optional dumb-server mode
2011-01-06 Carsten Bormanngit.CatPipe: set a buffer size on the subprocess to...
2011-01-04 Brandon LowImprove test pass condition
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.
2011-01-03 Gabriel Filiontag-cmd: Some fixups
2011-01-03 Avery PennarunRename receive-objects command to receive-objects-v2.
2011-01-03 Brandon LowWrite idxs directly rather than using git-index-pack.
2011-01-03 Brandon LowSend SHAs from the client to reduce server load
2011-01-03 Brandon LowUse chunkyreader() instead of manually reading multiple...
2010-12-23 Avery PennarunSkip over invalid .idx files if we find any.
2010-12-22 Avery Pennaruncmd/server: find .idx filenames more efficiently when...
2010-12-04 Avery Pennaruncmd/memtest: stop using weird mmap() and /dev/urandom...
2010-12-04 Michael BuddeReplace a try/except/finally with a nested try block.
2010-12-03 Avery PennarunUse PyLong_FromUnsignedLong instead of Py_BuildValue...
2010-12-02 Zoran ZaricRenames --exclude-file to --exclude-from and encaspulat...
2010-12-02 Zoran ZaricAdds --exclude option to bup index and bup drecurse
2010-12-01 Avery Pennarunmidx: auto-remove midx files that refer to missing...
2010-12-01 Gabriel Filionadd a tag command
2010-12-01 Gabriel FilionMove commit directories in /.commit/??/
2010-12-01 Zoran ZaricExcludes BUP_DIR from index.
2010-11-09 Gabriel FilionRevert new-style classes
2010-11-09 David RodaUse relative width for wrapper. Don't stretch table
2010-10-04 Avery PennarunMerge remote branch 'origin/master'
2010-10-04 Avery Pennaruncmd/save: oops, missing a mangle_name() call.
2010-09-22 Avery Pennaruncmd/split: print a progress counter.
2010-09-22 Avery Pennarungit.py: support the old git pack .idx version 1 format.
2010-09-22 Avery Pennarungit.py: more careful handling of .idx version codes.
2010-09-22 Avery Pennaruncmd/split: add a --git-ids option.
2010-09-22 Avery Pennaruncmd/split: add a new --keep-boundaries option.
2010-09-22 Avery PennarunMerge branch 'dr/web'
2010-09-22 Avery PennarunMerge branch 'maint'
2010-09-22 David RodaAdd simple styling to bup web.
2010-09-22 David RodaEnable static resources. Move css to external file.
2010-09-09 Avery PennarunFixup ctime/mtime that are outside a 32-bit range.
2010-09-08 Zoran ZaricAdds a date option to save, split and bup.git.PackWrite...
2010-09-08 Avery Pennaruncmd/restore: embarrassingly slow implementation of... bup-0.19
2010-09-08 Avery Pennarunoptions.py: get the real tty width for word wrapping...
2010-09-08 Avery Pennarunoptions.py: remove extra newlines in usage string.
2010-09-08 Avery Pennarunoptions.py: handle optspecs that include inline square...
2010-09-08 Avery Pennarunoptions.py: better support for explicit no-* options.
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 PennarunMerge branch 'maint'
2010-09-06 Avery Pennarunindex.py: handle uid/gid == -1 on cygwin bup-0.17b
2010-09-05 David Rodacmd/index: catch exception for paths that don't exist.
2010-09-02 Avery PennarunMerge branch 'maint'
2010-09-02 Avery PennarunMerge branch 'guesser'
2010-09-02 Avery Pennarungit.py: recover more elegantly if a MIDX file has the...
2010-08-27 Avery Pennarun_helpers.extract_bits(): rewrite git.extract_bits(...
2010-08-27 Avery Pennarun_helpers.firstword(): a new function to extract the...
2010-08-27 Avery Pennarungit.py: when seeking inside a midx, use statistical...
2010-08-27 Avery Pennarungit.py: keep statistics on how much sha1 searching...
2010-08-26 Avery Pennaruncmd/margin: add a new --predict option.
2010-08-23 Avery PennarunRename _faster.so to _helpers.so. bup-0.17
2010-08-22 Gabriel Filionlib/bup/ssh: Add docstrings
2010-08-22 Gabriel Filionlib/bup/options: Add docstrings
2010-08-22 Gabriel Filionimport cleanup
2010-08-22 Gabriel Filionlib/bup/vfs: bring back Python 2.4 support
2010-08-11 Gabriel Filionlib/bup/vfs: Add docstrings
2010-07-31 Avery PennarunRename _hashsplit.so to _faster.so, and move bupsplit...
2010-07-28 Avery Pennarunoptions.py: support for putting default values in ...
2010-07-28 Avery Pennarun_hashsplit.c: get rid of some warnings indicated by...
2010-07-28 Avery Pennarun_hashsplit.c: replace the stupidsum algorithm with...
2010-07-28 Avery Pennarun_hashsplit.c: switch rollsum_roll() to a macro instead...
2010-07-28 Avery Pennarun_hashsplit.c: refactor a bit, and add a self-test.
2010-07-27 Gabriel Filioncmd/web: hide .dotfiles by default
2010-07-27 Gabriel Filionlib/options: Add an onabort argument to Options()
2010-07-26 Rob BrowningAdd a mode argument to mkdirp. bup-0.16
2010-07-26 Avery Pennarunvfs: resolve absolute symlinks inside their particular...
next