]> arthur.barton.de Git - bup.git/history - cmd
options.py: make --usage just print the usage message.
[bup.git] / cmd /
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-18 Avery PennarunAdd git.shorten_hash(), printing only the first few...
2011-02-17 Avery Pennaruncmd/server: add a debug message saying which object...
2011-02-17 Avery Pennaruncmd/list-idx: a quick tool for searching the contents...
2011-02-17 Brandon LowAdd a bloom --ruin for testing failure cases
2011-02-17 Avery PennarunSplit PackMidx from git.py into a new midx.py.
2011-02-17 Avery Pennarunbloom.py: move bloom.ShaBloom.create to just bloom...
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-17 Avery Pennaruncmd/bloom: add a --force option to forget regenerating...
2011-02-17 Avery PennarunUse the new qprogress() function in more places.
2011-02-17 Brandon LowAdd a --check behavior to verify bloom
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-16 Avery Pennaruncmd/newliner: avoid printing a blank line if the final...
2011-02-16 Avery Pennaruncmd/index: make the default mode '-u'.
2011-02-14 Brandon LowMove .idx file writing to C bup-0.23
2011-02-13 Avery Pennaruncmd/daemon: FD_CLOEXEC the listener socket and don...
2011-02-13 Avery Pennaruncmd/daemon: close file descriptors correctly in parent...
2011-02-13 Avery Pennaruncmd/daemon: use SO_REUSEADDR.
2011-02-13 Avery Pennaruncmd/daemon: pass extra options along to 'bup server'.
2011-02-13 Avery Pennaruncmd/daemon: correctly report socket binding/listening...
2011-02-13 Avery Pennarun_helpers.c: Remove ugly 'python' junk from argv[0]...
2011-02-13 Avery Pennaruncmd/bloom: fix a message pluralization.
2011-02-13 Avery Pennaruncmd/join: add a new -o (output filename) option.
2011-02-13 Avery Pennaruncmd/ls: fix a typo causing 'bup ls foo/latest' to not...
2011-02-13 Avery Pennaruncmd/server: add a new 'help' command.
2011-02-12 Brandon Lowmidx4: Fix the other side of my previous nasty bug
2011-02-08 Avery PennarunFix a couple of python 2.4 incompatibilities.
2011-02-08 Avery PennarunMerge branch 'bloom'
2011-02-08 Avery Pennarunbloom: avoid kernel disk flushes when we dirty a lot...
2011-02-08 Avery Pennaruncmd/bloom: map only one .idx file at a time.
2011-02-08 Brandon LowFix updating of bloom with additional files
2011-02-07 Avery Pennaruncmd/bloom: actually, always use the same temp filename.
2011-02-07 Avery Pennaruncmd/bloom: use mkstemp() instead of NamedTemporaryFile().
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 LowShaBloom: Add k=4 support for large repositories
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-02-05 Jonathan "Duke"... Make 'bup daemon' print a message at startup regardless...
2011-02-03 Brandon LowFix documentation for `bup daemon`
2011-02-01 Avery Pennaruncmd/help: earlier path.exedir() change made it not...
2011-02-01 Avery PennarunMerge branch 'mux'
2011-02-01 Brandon LowAdd `bup daemon` command for simple socket server
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-26 Avery PennarunHandle $BUP_MAIN_EXE more carefully.
2011-01-18 Gabriel Filionoptions: remove unused 'exe' parameter
2011-01-18 Gabriel Filioncmd/init: don't spit out a traceback on init error
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-06 Avery PennarunMerge branch 'bl/dumbserver' into next
2011-01-06 Avery PennarunChange server_mode=='dumb' to just a dumb_server_mode...
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-04 Zoran ZaricAdds --graft option to bup save.
2011-01-04 Avery Pennaruncmd/import-rsnapshot: eliminate use of readlink and...
2011-01-04 Avery Pennaruncmd/import-rsnapshot: fix some sh stylistic stuff.
2011-01-04 Avery PennarunFix some 'print' to stdout that snuck in somehow.
2011-01-03 Avery Pennaruncmd/import-rsnapshot: fix a bashism (== instead of =).
2011-01-03 Avery PennarunMerge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot... bup-0.21-rc1
2011-01-03 Zoran ZaricAdds a testcase for import-rsnapshot.
2011-01-03 Zoran ZaricMakes import-rsnapshot use save's -f option.
2011-01-03 Zoran ZaricAdds -f option to save to use a given indexfile.
2011-01-03 Zoran ZaricAdds import-rsnapshot command.
2011-01-03 Zoran ZaricAdds a strip and strip-path option to bup save.
2011-01-03 Gabriel FilionRefuse branch/tag names that start with a dot
2011-01-03 Gabriel Filiontag-cmd: Some fixups
2011-01-03 Gabriel Filionls-cmd: hide files with a leading dot by default
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
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-02 Zoran ZaricRenames --exclude-file to --exclude-from and encaspulat...
2010-12-02 Zoran ZaricAdds --exclude-file option to bup index.
2010-12-02 Zoran ZaricAdds --exclude option to bup index and bup drecurse
2010-12-02 Avery Pennaruncmd/midx: differentiate the log message from the index...
2010-12-01 Avery Pennaruncmd/index: fix documented default value for --indexfile.
2010-12-01 Gabriel Filionadd a tag command
2010-12-01 Zoran ZaricExcludes BUP_DIR from index.
2010-12-01 Avery Pennaruncmd/memtest: remove an unused function.
2010-11-09 Avery PennarunRevert (most of) "--remote parameter requires a colon"
2010-11-09 David RodaIf not directory root, prepend list with ".."
2010-10-16 Avery Pennaruncmd/save: if file.read() returns an error, don't abort.
2010-10-04 Avery PennarunMerge remote branch 'origin/master'
2010-10-04 Avery Pennaruncmd/web: stream large files asynchronously.
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 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 RodaIf we are showing hidden files, continue to do so.
next