hgext/lfs/blobstore.py
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Mon, 21 Feb 2022 11:24:57 -0700 Gregory Szorc py3: use str instead of pycompat.unicode
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sat, 08 Feb 2020 23:39:55 -0500 Matt Harbison lfs: use str for the open() mode when opening a blob for py3
Tue, 21 Jan 2020 11:32:33 -0500 Matt Harbison lfs: fix the stall and corruption issue when concurrently uploading blobs
Tue, 21 Jan 2020 10:34:15 -0500 Matt Harbison lfs: add a method to the local blobstore to convert OIDs to file paths
Tue, 21 Jan 2020 10:13:08 -0500 Matt Harbison lfs: move the initialization of the upload request into the try block
Tue, 21 Jan 2020 09:55:35 -0500 Matt Harbison lfs: drop an unnecessary r'' prefix
Tue, 21 Jan 2020 09:51:39 -0500 Matt Harbison lfs: explicitly close the file handle for the blob being uploaded
Tue, 21 Jan 2020 09:40:40 -0500 Matt Harbison lfs: drop the unused progressbar code in the `filewithprogress` class
Tue, 14 Jan 2020 20:05:37 -0500 Matt Harbison lfs: avoid quadratic performance in processing server responses
Tue, 14 Jan 2020 19:42:24 -0500 Matt Harbison lfs: check content length after downloading content
Tue, 14 Jan 2020 18:02:20 -0500 Matt Harbison lfs: rename a variable to clarify its use
Tue, 14 Jan 2020 00:52:53 -0500 Matt Harbison lfs: add "bytes" as the unit to the upload/download progress bar
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Sat, 02 Nov 2019 12:09:35 -0700 Gregory Szorc py3: define and use json.loads polyfill stable
Sun, 06 Oct 2019 17:27:51 -0400 Gregory Szorc py3: stop normalizing .encode()/.decode() arguments to unicode
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
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
Wed, 06 Feb 2019 22:30:49 -0500 Matt Harbison lfs: disable all authentication except Basic for HTTP(S) connections
Mon, 28 Jan 2019 21:35:06 -0500 Matt Harbison lfs: explicitly add the Content-Length header when uploading blobs, for py3
Sun, 27 Jan 2019 20:50:52 -0500 Matt Harbison lfs: strip the response headers from the Batch API before printing
Sun, 27 Jan 2019 17:48:15 -0500 Matt Harbison py3: byteify the decoded JSON responses upon receipt in the LFS blobstore
Sun, 27 Jan 2019 15:42:55 -0500 Matt Harbison py3: raw stringify various JSON and HTTP headers in the LFS blobstore module
Sun, 27 Jan 2019 15:19:28 -0500 Matt Harbison py3: byteify the LFS blobstore module
Mon, 19 Nov 2018 21:12:13 +0300 Pulkit Goyal py3: use node.hex(m.digest()) instead of m.hexdigest()
Thu, 15 Nov 2018 22:28:38 -0500 Matt Harbison lfs: ensure that the return of urlopener.open() is closed
Thu, 15 Nov 2018 18:14:57 -0500 Matt Harbison lfs: make the exception messages consistent
Thu, 15 Nov 2018 18:08:29 -0500 Matt Harbison lfs: handle URLErrors to add additional information
Thu, 15 Nov 2018 17:58:59 -0500 Matt Harbison lfs: improve the hints for common errors in the Batch API
Thu, 15 Nov 2018 17:55:01 -0500 Matt Harbison lfs: provide more Batch API error info via a hint in the raised exception
Tue, 18 Sep 2018 16:47:09 -0700 Gregory Szorc global: replace most uses of RevlogError with StorageError (API)
Thu, 06 Sep 2018 00:51:21 -0400 Matt Harbison lfs: ensure the blob is linked to the remote store on skipped uploads
Sat, 25 Aug 2018 12:41:58 -0400 Matt Harbison lfs: use a context manager to control the progress bar lifetime
Mon, 18 Jun 2018 14:59:53 -0700 Martin von Zweigbergk lfs: use progess helper
Sat, 14 Apr 2018 21:16:35 -0400 Matt Harbison lfs: enable the final download count status message
Sun, 25 Feb 2018 14:07:13 -0500 Matt Harbison lfs: gracefully handle aborts on the server when corrupt blobs are detected
Fri, 13 Apr 2018 14:16:30 -0400 Matt Harbison lfs: fix the inferred remote store path when using a --prefix
Wed, 11 Apr 2018 18:23:29 -0400 Matt Harbison lfs: handle paths that don't end with '/' when inferring the blob store
Sun, 08 Apr 2018 14:22:12 -0400 Matt Harbison lfs: infer the blob store URL from an explicit push dest or default-push
Sun, 08 Apr 2018 01:23:39 -0400 Matt Harbison lfs: infer the blob store URL from an explicit pull source
Wed, 11 Apr 2018 17:29:55 -0400 Matt Harbison lfs: special case the null:// usercache instead of treating it as a url
Sat, 07 Apr 2018 22:22:20 -0400 Matt Harbison lfs: infer the blob store URL from paths.default
Sat, 07 Apr 2018 22:40:11 -0400 Matt Harbison lfs: add the ability to disable the usercache
Sat, 24 Feb 2018 19:56:59 -0500 Matt Harbison lfs: add the 'Content-Type' header called out in the file transfer spec
Sun, 25 Feb 2018 23:44:02 -0500 Matt Harbison lfs: improve the client message when the server signals an object error
Sat, 31 Mar 2018 00:02:31 -0400 Matt Harbison lfs: drop a duplicate blob verification method
Wed, 14 Mar 2018 23:34:08 -0400 Matt Harbison test-lfs: drop trailing ', ' item separators from debug JSON output
Thu, 22 Feb 2018 23:33:52 -0500 Matt Harbison lfs: add a blob verification method to the local store
Mon, 12 Mar 2018 23:08:47 -0400 Matt Harbison lfs: debug print HTTP headers and JSON payload received from the server
Fri, 02 Mar 2018 11:06:37 -0500 Augie Fackler lfs: add some bytestring wrappers in blobstore.py
Tue, 27 Feb 2018 14:28:17 +0530 Pulkit Goyal py3: make sure regexes are bytes
Sun, 04 Feb 2018 16:17:43 -0500 Matt Harbison lfs: deduplicate oids in the transfer
Mon, 29 Jan 2018 22:09:48 -0500 Matt Harbison lfs: emit a status message to indicate how many blobs were uploaded
Fri, 19 Jan 2018 19:13:11 -0500 Matt Harbison lfs: separate a debug message from the subsequent abort message
Thu, 18 Jan 2018 18:04:56 -0500 Matt Harbison lfs: dump the full response on httperror in debug mode
less more (0) -60 tip