]> arthur.barton.de Git - bup.git/history - cmd
If you specified the port number on the command line, convert it to an int.
[bup.git] / cmd /
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.
2010-09-22 David RodaEnable static resources. Move css to external file.
2010-09-08 Zoran ZaricAdds a date option to save, split and bup.git.PackWrite...
2010-09-08 David Roda--remote parameter requires a colon
2010-09-08 Avery Pennaruncmd/restore: embarrassingly slow implementation of... bup-0.19
2010-09-08 Avery Pennaruncmd/save: always print a progress() message after a...
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 PennarunRename 'bup rbackup' to 'bup on'
2010-09-06 Avery Pennaruncmd/midx: --auto mode can combine existing midx files...
2010-09-06 Avery PennarunMerge branch 'maint'
2010-09-06 Avery Pennaruncmd/midx: use getrlimit() to find the max open files.
2010-09-06 Avery PennarunMerge branch 'maint'
2010-09-06 Avery Pennaruncmd/margin: interpret the meaning of the margin bits.
2010-09-06 Avery Pennaruncmd/memtest: use getrusage() instead of /proc/self...
2010-09-05 David Rodacmd/index: catch exception for paths that don't exist.
2010-09-05 Avery PennarunDocumentation/*.md: add some options that we forgot...
2010-09-02 Avery PennarunMerge branch 'maint'
2010-09-02 Avery Pennaruncmd/midx: add a new --max-files parameter.
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/midx: fix SHA_PER_PAGE calculation.
2010-08-26 Avery Pennaruncmd/margin: add a new --predict option.
2010-08-26 Avery Pennaruncmd/memtest: print per-cycle and total times.
2010-08-23 Avery PennarunRename _faster.so to _helpers.so. bup-0.17
2010-08-22 Gabriel Filionimport cleanup
2010-08-22 Avery Pennaruncmd/ftp: don't die if we can't import the ctypes module.
2010-07-31 Avery Pennaruncmd/save: update the progress meter less often.
2010-07-31 Avery PennarunRename _hashsplit.so to _faster.so, and move bupsplit...
2010-07-28 Avery Pennaruncmd/{random,memtest}: use the new options.py default...
2010-07-27 Gabriel Filioncmd/web: hide .dotfiles by default
2010-07-27 Gabriel Filioncmd/ftp: exit cleanly on Ctrl-C
2010-07-27 Gabriel Filioncmd/ftp: Hide .dotfiles by default (-a shows them)
2010-07-27 Gabriel Filioncmd/ftp: if completion fails due to FileNotFound, just...
2010-07-26 Avery Pennaruncmd/ftp: don't let people cd into a non-directory.
2010-07-26 Avery Pennarunvfs: try_lresolve() was a bad idea. Create try_resolve...
2010-07-23 Avery Pennaruncmd/web: don't die if lresolve() fails.
2010-07-23 Joe BedaConvert 'bup web' directory listing to use tornado...
2010-07-22 Joe BedaDefault 'bup web' to serving on localhost only.
2010-07-21 Gabriel Filionweb: Make output follow html4 standard
2010-07-21 Gabriel Filionweb: Lowercase tags in output
2010-07-17 Peter McCurdyConvert web-cmd to use Tornado.
2010-07-16 Zoran ZaricAdded breadcrumb navigation to bup-web.
2010-07-14 Zoran ZaricAll HTML attribute values should be enclosed by doubleq...
2010-07-14 Zoran ZaricClosing a UL-tag doesn't make sense here, the TABLE...
2010-07-13 Avery Pennaruncmd/web: print a nicer message if we can't bind the...
2010-07-12 Gabriel Filioncmd/web: tiny fix to make redirects work with Firefox. bup-0.15b
next