]> arthur.barton.de Git - bup.git/history - cmd/server-cmd.py
Use absolute_import from the __future__ everywhere
[bup.git] / cmd / server-cmd.py
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2017-10-08 Rob BrowningAdd vfs2 and rewrite restore to use it
2016-01-17 Rob BrowningDon't import * from helpers
2016-01-01 Rob BrowningUse Python 3 compatible "except ... as e" syntax
2015-12-12 Rob BrowningConfigure python, use it, and embed during install
2012-09-24 Oei, Yung-ChinCalling bup-server with "-r host:" fails to activate...
2012-08-17 Gabriel FilionAdd BUP_DIR to the subprocess environment during set...
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
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-13 Avery Pennaruncmd/server: add a new 'help' command.
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-02-08 Avery PennarunMerge branch 'bloom'
2011-02-07 Brandon Lowmidx4: midx2 with idx backreferences
2011-01-18 Gabriel Filionoptions: remove unused 'exe' parameter
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 LowDon't generate midx files in dumb server mode
2011-01-06 Brandon LowAdd optional dumb-server mode
2011-01-03 Avery PennarunMerge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot... bup-0.21-rc1
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-10-04 Avery PennarunMerge remote branch 'origin/master'
2010-09-22 Avery Pennarungit.py: support the old git pack .idx version 1 format.
2010-09-07 Avery PennarunIntroduce BUP_DEBUG, --debug, and tone down the log... bup-0.18
2010-08-22 Gabriel Filionimport cleanup
2010-06-27 Gabriel FilionInline git.cat() inside server-cmd.py
2010-03-21 Avery Pennarunserver: only suggest a max of one pack per receive... bup-0.13
2010-03-14 Avery PennarunPackIdxList.refresh(): remember to exclude old midx... bup-0.12b
2010-03-14 Avery Pennarunclient/server: correctly handle case where receive...
2010-03-01 Avery PennarunRename PackIndex->PackIdx and MultiPackIndex->PackIdxList. bup-0.12
2010-02-28 Avery PennarunMove cmd-*.py to cmd/*-cmd.py.