~juliank/+git/dput:ubuntu/master

Last commit made on 2019-04-22
Get this branch:
git clone -b ubuntu/master https://git.launchpad.net/~juliank/+git/dput
Only Julian Andres Klode can upload to this branch. If you are Julian Andres Klode please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/master
Repository:
lp:~juliank/+git/dput

Recent commits

671c7ca... by Julian Andres Klode

Release 1.0.3ubuntu1

61ed008... by Julian Andres Klode

sftp: Handle exceptions during upload, try to remove file

a40f5c1... by David Lechner

sftp: fix atomic upload regression for sftp method

The tmp file nameing scheme is copied from bzrlib that used to be used
by dput.

LP: #1762572

5edd1b7... by Julian Andres Klode

sftp: Use bigger chunks when copying files

Turn of the buffering of the server file, and use 256 KB buffers
of read data instead. This should hopefully speed things up quite
a bit.

An alternative would have been to increase the size of the SFTPFile
buffer, but it seems pointless to read into one buffer and then copy
into another one.

LP: #1814791

025f6cf... by Julian Andres Klode

UBUNTU: Initial changelog for 1.0.3ubuntu1

ab0d042... by Julian Andres Klode

UBUNTU: Changelog updates for 1.0.2ubuntu*

2151cd8... by Valentyna <>

sftp: Add support for specifying a port

30281ca... by Julian Andres Klode

UBUNTU: Release 1.0.1ubuntu1

f8bd9cb... by Julian Andres Klode

UBUNTU: Merge Ubuntu changelog entries

90ee23d... by Julian Andres Klode

UBUNTU: dput.cf: Set 'progress_indicator = 2'