]> arthur.barton.de Git - bup.git/history - cmd/ftp-cmd.py
Update base_version to 0.34~ for 0.34 development
[bup.git] / cmd / ftp-cmd.py
2020-06-19 Rob BrowningMove cmd to lib/ and reverse symlink
2020-02-02 Rob Browningftp: accommodate python 3 and test there
2020-01-19 Rob BrowningAdjust metadata handling for python 3
2019-11-29 Rob Browningftp: remove obsolete readline bug fix
2018-09-01 Julien GoodwinReplace remaining print statements with print function
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2017-12-27 Rob BrowningRemove vfs (replaced by vfs2)
2017-12-24 Rob BrowningPort ftp to vfs2 and add test-ftp
2017-11-05 Rob Browningftp: fix trivial typo
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
2013-05-27 Rob BrowningUse sys.platform instead of platform.system().
2012-02-22 Avery Pennaruncmd/ftp: don't do MacOS readline bindings on non-MacOS.
2012-01-19 Avery Pennaruncmd/ftp: fix tab completion on MacOS.
2011-05-30 Avery PennarunMerge branch 'master' into meta
2011-05-30 Avery PennarunMerge branch 'config'
2011-05-29 Gabriel FilionRefactor: unify ls/ftp-ls code
2011-05-29 Gabriel Filionftp: implement ls -s (show hashes)
2011-05-29 Gabriel Filionftp/ls: columnate output attached to a tty, else don't
2011-05-29 Gabriel Filionftp: don't output trailing line for 'ls'
2011-05-15 Gabriel Filionftp: output a newline on EOF when on a tty
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-01-18 Gabriel Filionoptions: remove unused 'exe' parameter
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-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-09 Avery Pennaruncmd/ftp: only import readline if necessary.
2010-06-25 Avery Pennarunvfs: correctly handle reading small files.
2010-06-03 Peter McCurdyWork around extra space added by some readline versions.
2010-05-11 Avery Pennarunbup ftp: work even if the 'readline' module isn't avail...
2010-04-23 Avery Pennaruncmd/ftp: 'ls' command should print filenames in columns.
2010-04-23 Avery Pennaruncmd/ftp: if 'get' command returns an error, print it...
2010-03-02 Avery PennarunAdd man pages for random, newliner, help, memtest,...
2010-02-28 Avery PennarunMove cmd-*.py to cmd/*-cmd.py.