Wed, 07 Feb 2018 20:27:36 -0800 |
Gregory Szorc |
wireproto: introduce type for raw byte responses (API)
|
Thu, 01 Feb 2018 17:12:07 -0800 |
Gregory Szorc |
wireprotoserver: rename getfile() to forwardpayload() (API)
|
Wed, 07 Feb 2018 20:19:06 -0800 |
Gregory Szorc |
wireproto: use maybecapturestdio() for push responses (API)
|
Fri, 12 Jan 2018 10:59:58 +0100 |
Joerg Sonnenberger |
wireproto: split streamres into legacy and modern case
|
Tue, 26 Dec 2017 23:40:49 -0500 |
Matt Harbison |
largefiles: modernize how capabilities are added to the wire protocol
|
Sun, 10 Dec 2017 02:52:48 +0530 |
Pulkit Goyal |
py3: handle keyword arguments correctly in hgext/largefiles/
|
Sun, 20 Nov 2016 13:50:45 -0800 |
Gregory Szorc |
wireproto: perform chunking and compression at protocol layer (API)
|
Fri, 14 Oct 2016 01:53:15 +0200 |
Mads Kiilerich |
util: increase filechunkiter size to 128k
|
Tue, 10 May 2016 14:41:58 +0200 |
liscju |
py3: make largefiles/proto.py use absolute_import
|
Wed, 06 Apr 2016 23:22:12 +0000 |
timeless |
pycompat: switch to util.urlreq/util.urlerr for py3 compat
|
Sat, 19 Mar 2016 08:28:24 -0700 |
Mads Kiilerich |
largefiles: add some docstrings
|
Fri, 23 Oct 2015 21:27:29 +0200 |
Mads Kiilerich |
largefiles: don't mute and obfuscate http errors when putlfile fails
stable
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Fri, 15 May 2015 09:55:15 -0500 |
Matt Mackall |
largefiles: use try/except/finally
|
Tue, 08 Apr 2014 00:48:36 +0200 |
Mads Kiilerich |
largefiles: import whole modules instead of importing parts of them
|
Thu, 24 Oct 2013 01:49:56 +0800 |
Mads Kiilerich |
largefiles: don't add extra \n when displaying remote messages in putlfile
stable
|
Mon, 21 Oct 2013 11:22:54 +0800 |
Mads Kiilerich |
largefiles: add missing \n in ui.warn messages
stable
|
Thu, 24 Oct 2013 01:49:56 +0800 |
Mads Kiilerich |
largefiles: fix 'unexpected response' warning newlines
stable
|
Thu, 10 Oct 2013 04:28:39 +0200 |
Mads Kiilerich |
largefiles: make the protocol hack for replacing heads with lheads more precise
|
Tue, 16 Apr 2013 00:40:21 +0200 |
Mads Kiilerich |
largefiles: use filechunkiter for iterating largefile when serving getlfile
|
Tue, 16 Apr 2013 04:35:10 +0200 |
Mads Kiilerich |
largefiles: getlfile must hit end of HTTP chunked streams to reuse connections
|
Tue, 16 Apr 2013 01:55:57 +0200 |
Mads Kiilerich |
largefiles: drop limitreader, use filechunkiter limit
|
Tue, 16 Apr 2013 01:46:39 +0200 |
Mads Kiilerich |
largefiles: move protocol conversion into getlfile and make it an iterable
|
Fri, 12 Apr 2013 17:33:24 -0700 |
Bryan O'Sullivan |
largefiles: quiet (and document) undefined name errors (issue3886)
|
Mon, 28 Jan 2013 15:19:44 +0100 |
Mads Kiilerich |
largefiles: don't verify largefile hashes on servers when processing statlfile
stable
|
Fri, 11 Jan 2013 16:30:29 +0100 |
Mads Kiilerich |
largefiles: remove unused proto.refuseclient code
|
Fri, 13 Jul 2012 21:47:06 +0200 |
Peter Arrenbrecht |
peer: introduce real peer classes
|
Sun, 24 Jun 2012 20:36:22 +0200 |
Na'Tosha Bard |
largefiles: batch statlfile requests when pushing a largefiles repo (issue3386)
|
Fri, 04 May 2012 14:36:40 -0400 |
hlian |
largefiles: in putlfile, ensure tempfile's directory exists prior to creation
stable
|