Fri, 03 Feb 2023 04:22:41 +0100 |
Pierre-Yves David |
wrapfunction: use sysstr instead of bytes as argument in "largefiles"
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Tue, 24 Aug 2021 17:27:16 +0200 |
Valentin Gatien-Baron |
wireprotov1peer: update all rpcs to use the new batchable scheme
|
Wed, 13 Jan 2021 15:42:15 +0530 |
Pulkit Goyal |
largefiles: remove unused imports
|
Mon, 28 Dec 2020 03:18:16 +0100 |
Joerg Sonnenberger |
largefiles: redo heads interception
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Sun, 06 Oct 2019 13:28:56 -0400 |
Gregory Szorc |
py3: manually import pycompat.open into files that need it
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Sun, 23 Dec 2018 22:57:03 -0500 |
Matt Harbison |
largefiles: port wrapped functions to exthelper
|
Wed, 11 Apr 2018 12:49:08 -0700 |
Gregory Szorc |
wireproto: move version 1 peer functionality to standalone module (API)
|
Wed, 28 Mar 2018 10:52:40 -0700 |
Gregory Szorc |
largefiles: wrap heads command handler more directly
|
Tue, 27 Feb 2018 02:37:31 +0100 |
Joerg Sonnenberger |
wireproto: allow direct stream processing for unbundle
|
Wed, 28 Mar 2018 14:05:29 -0700 |
Gregory Szorc |
wireproto: stop aliasing wire protocol types (API)
|
Sat, 03 Mar 2018 14:57:23 -0500 |
Augie Fackler |
largefiles: headers and values need to be sysstrs, add r prefixes
|
Sun, 18 Feb 2018 14:29:04 -0500 |
Augie Fackler |
largefiles: mark headre as bytes regex
|
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'
|