Sun, 09 Apr 2017 12:53:31 -0700 |
Jun Wu |
revlog: make "size" diverge from "rawsize"
|
file |
diff |
annotate
|
Sun, 02 Apr 2017 18:40:13 -0700 |
Jun Wu |
revlog: avoid applying delta chain on cache hit
|
file |
diff |
annotate
|
Sun, 02 Apr 2017 18:29:24 -0700 |
Jun Wu |
revlog: indent block to make review easier
|
file |
diff |
annotate
|
Sun, 02 Apr 2017 18:25:12 -0700 |
Jun Wu |
revlog: avoid calculating "flags" twice in revision()
|
file |
diff |
annotate
|
Sun, 02 Apr 2017 18:57:03 -0700 |
Jun Wu |
revlog: use raw revision for rawsize
|
file |
diff |
annotate
|
Thu, 30 Mar 2017 21:21:15 -0700 |
Jun Wu |
revlog: add a fast path for revision(raw=False)
|
file |
diff |
annotate
|
Thu, 30 Mar 2017 18:38:03 -0700 |
Jun Wu |
revlog: make _addrevision only accept rawtext
|
file |
diff |
annotate
|
Thu, 30 Mar 2017 18:24:23 -0700 |
Jun Wu |
revlog: use raw revisions in clone
|
file |
diff |
annotate
|
Thu, 30 Mar 2017 18:23:27 -0700 |
Jun Wu |
revlog: use raw revisions in revdiff
|
file |
diff |
annotate
|
Thu, 30 Mar 2017 17:58:03 -0700 |
Jun Wu |
revlog: use raw content when building delta
|
file |
diff |
annotate
|
Thu, 30 Mar 2017 15:34:08 -0700 |
Jun Wu |
revlog: fix _cache usage in revision()
|
file |
diff |
annotate
|
Thu, 30 Mar 2017 14:56:09 -0700 |
Jun Wu |
revlog: rename some "text"s to "rawtext"
|
file |
diff |
annotate
|
Thu, 30 Mar 2017 07:59:48 -0700 |
Jun Wu |
revlog: clarify flagprocessor documentation
|
file |
diff |
annotate
|
Wed, 29 Mar 2017 16:23:04 -0700 |
Jun Wu |
revlog: avoid unnecessary node -> rev conversion
|
file |
diff |
annotate
|
Sun, 26 Mar 2017 17:12:06 +0900 |
Yuya Nishihara |
py3: fix slicing of byte string in revlog.compress()
|
file |
diff |
annotate
|
Tue, 21 Mar 2017 17:39:49 -0400 |
Augie Fackler |
revlog: use pycompat.maplist to eagerly evaluate map on Python 3
|
file |
diff |
annotate
|
Sun, 19 Mar 2017 01:05:28 -0400 |
Augie Fackler |
revlog: use int instead of long
|
file |
diff |
annotate
|
Sun, 12 Mar 2017 15:27:02 -0400 |
Augie Fackler |
revlog: use bytes() instead of str() to get data from memoryview
|
file |
diff |
annotate
|
Sun, 12 Mar 2017 03:32:38 -0400 |
Augie Fackler |
revlog: use bytes() to ensure text from _chunks is a reasonable type
|
file |
diff |
annotate
|
Sun, 12 Mar 2017 00:49:49 -0500 |
Augie Fackler |
revlog: extract first byte of revlog with a slice so it's portable
|
file |
diff |
annotate
|
Tue, 17 Jan 2017 11:25:02 -0800 |
Martin von Zweigbergk |
revlog: give EXTSTORED flag value to narrowhg
|
file |
diff |
annotate
|
Fri, 13 Jan 2017 20:16:56 -0800 |
Gregory Szorc |
localrepo: experimental support for non-zlib revlog compression
|
file |
diff |
annotate
|
Fri, 13 Jan 2017 19:58:00 -0800 |
Gregory Szorc |
revlog: use compression engine APIs for decompression
|
file |
diff |
annotate
|
Mon, 02 Jan 2017 11:22:52 -0800 |
Gregory Szorc |
revlog: use compression engine API for compression
|
file |
diff |
annotate
|
Mon, 02 Jan 2017 13:00:16 -0800 |
Gregory Szorc |
revlog: move decompress() from module to revlog class (API)
|
file |
diff |
annotate
|
Mon, 02 Jan 2017 11:50:17 -0800 |
Gregory Szorc |
revlog: make compressed size comparisons consistent
|
file |
diff |
annotate
|
Sun, 18 Dec 2016 17:02:57 -0800 |
Gregory Szorc |
revlog: add clone method
|
file |
diff |
annotate
|
Thu, 05 Jan 2017 17:16:51 +0000 |
Remi Chaintron |
revlog: REVIDX_EXTSTORED flag
|
file |
diff |
annotate
|
Tue, 10 Jan 2017 16:15:21 +0000 |
Remi Chaintron |
revlog: flag processor
|
file |
diff |
annotate
|
Thu, 05 Jan 2017 17:16:07 +0000 |
Remi Chaintron |
revlog: pass revlog flags to addrevision
|
file |
diff |
annotate
|
Thu, 05 Jan 2017 17:16:07 +0000 |
Remi Chaintron |
revlog: add 'raw' argument to revision and _addrevision
|
file |
diff |
annotate
|
Tue, 13 Dec 2016 14:21:36 +0000 |
Remi Chaintron |
revlog: merge hash checking subfunctions
|
file |
diff |
annotate
|
Mon, 28 Nov 2016 04:34:01 -0800 |
Cotizo Sima |
revlog: ensure that flags do not overflow 2 bytes
|
file |
diff |
annotate
|
Thu, 10 Nov 2016 16:34:43 -0500 |
Augie Fackler |
revlog: avoid shadowing several variables using list comprehensions
|
file |
diff |
annotate
|
Sun, 23 Oct 2016 10:40:33 -0700 |
Gregory Szorc |
revlog: optimize _chunkraw when startrev==endrev
|
file |
diff |
annotate
|
Sat, 22 Oct 2016 15:41:23 -0700 |
Gregory Szorc |
revlog: inline start() and end() for perf reasons
|
file |
diff |
annotate
|
Sun, 23 Oct 2016 09:34:55 -0700 |
Gregory Szorc |
revlog: reorder index accessors to match data structure order
|
file |
diff |
annotate
|
Fri, 14 Oct 2016 02:25:08 +0200 |
Pierre-Yves David |
revlog: make 'storedeltachains' a "public" attribute
|
file |
diff |
annotate
|
Sat, 24 Sep 2016 12:25:37 -0700 |
Gregory Szorc |
revlog: add instance variable controlling delta chain use
|
file |
diff |
annotate
|
Wed, 24 Aug 2016 20:18:58 -0700 |
Gregory Szorc |
revlog: document high frequency of code execution
|
file |
diff |
annotate
|
Wed, 24 Aug 2016 20:00:52 -0700 |
Gregory Szorc |
revlog: make code in builddelta() slightly easier to read
|
file |
diff |
annotate
|
Thu, 22 Sep 2016 21:51:58 +0900 |
FUJIWARA Katsunori |
revlog: specify checkambig at writing to avoid file stat ambiguity
|
file |
diff |
annotate
|
Mon, 22 Aug 2016 21:48:50 -0700 |
Gregory Szorc |
revlog: use an LRU cache for delta chain bases
|
file |
diff |
annotate
|
Mon, 22 Aug 2016 20:17:36 -0700 |
Gregory Szorc |
revlog: remove unused variables
|
file |
diff |
annotate
|
Fri, 05 Aug 2016 15:35:02 -0400 |
Augie Fackler |
revlog: use `iter(callable, sentinel)` instead of while True
|
file |
diff |
annotate
|
Wed, 22 Jun 2016 21:30:49 +0100 |
Jun Wu |
revlog: add a fast path for "ambiguous identifier"
|
file |
diff |
annotate
|
Fri, 10 Jun 2016 00:10:34 -0400 |
Augie Fackler |
revlog: use hashlib.sha1 directly instead of through util
|
file |
diff |
annotate
|
Sun, 22 Nov 2015 17:57:35 -0800 |
Gregory Szorc |
revlog: remove unnecessary cache validation in _chunks
|
file |
diff |
annotate
|
Tue, 05 Jan 2016 19:51:51 -0800 |
Gregory Szorc |
revlog: return offset from _chunkraw()
|
file |
diff |
annotate
|
Thu, 31 Dec 2015 08:16:59 +0000 |
timeless |
cleanup: remove superfluous space after space after equals (python)
|
file |
diff |
annotate
|
Sun, 20 Dec 2015 16:00:27 -0800 |
Gregory Szorc |
revlog: avoid string slice when decompressing u* chunks
|
file |
diff |
annotate
|
Mon, 21 Dec 2015 14:52:18 -0600 |
Matt Mackall |
cleanup: back out performance hacks amended into previous commit
|
file |
diff |
annotate
|
Fri, 18 Dec 2015 06:33:48 +0000 |
timeless |
commands: consistently indent notes 3 spaces
|
file |
diff |
annotate
|
Sun, 20 Dec 2015 18:56:05 -0800 |
Gregory Szorc |
revlog: refactor delta chain computation into own function
|
file |
diff |
annotate
|
Sun, 20 Dec 2015 17:48:20 -0800 |
Gregory Szorc |
revlog: make clearcaches() more effective
|
file |
diff |
annotate
|
Sun, 20 Dec 2015 16:34:54 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Fri, 18 Dec 2015 20:54:41 -0800 |
Martin von Zweigbergk |
revlog: fix bad indentation (replace tab by space)
stable
|
file |
diff |
annotate
|
Mon, 14 Dec 2015 15:55:12 -0500 |
Mike Edgar |
changegroup: add flags field to cg3 delta header
|
file |
diff |
annotate
|
Fri, 18 Dec 2015 14:40:11 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Thu, 17 Dec 2015 17:16:02 -0800 |
Gregory Szorc |
revlog: seek to end of file before writing (issue4943)
stable
|
file |
diff |
annotate
|