Tue, 17 Jan 2017 11:25:02 -0800 |
Martin von Zweigbergk |
revlog: give EXTSTORED flag value to narrowhg
|
Fri, 13 Jan 2017 20:16:56 -0800 |
Gregory Szorc |
localrepo: experimental support for non-zlib revlog compression
|
Fri, 13 Jan 2017 19:58:00 -0800 |
Gregory Szorc |
revlog: use compression engine APIs for decompression
|
Mon, 02 Jan 2017 11:22:52 -0800 |
Gregory Szorc |
revlog: use compression engine API for compression
|
Mon, 02 Jan 2017 13:00:16 -0800 |
Gregory Szorc |
revlog: move decompress() from module to revlog class (API)
|
Mon, 02 Jan 2017 11:50:17 -0800 |
Gregory Szorc |
revlog: make compressed size comparisons consistent
|
Sun, 18 Dec 2016 17:02:57 -0800 |
Gregory Szorc |
revlog: add clone method
|
Thu, 05 Jan 2017 17:16:51 +0000 |
Remi Chaintron |
revlog: REVIDX_EXTSTORED flag
|
Tue, 10 Jan 2017 16:15:21 +0000 |
Remi Chaintron |
revlog: flag processor
|
Thu, 05 Jan 2017 17:16:07 +0000 |
Remi Chaintron |
revlog: pass revlog flags to addrevision
|
Thu, 05 Jan 2017 17:16:07 +0000 |
Remi Chaintron |
revlog: add 'raw' argument to revision and _addrevision
|
Tue, 13 Dec 2016 14:21:36 +0000 |
Remi Chaintron |
revlog: merge hash checking subfunctions
|
Mon, 28 Nov 2016 04:34:01 -0800 |
Cotizo Sima |
revlog: ensure that flags do not overflow 2 bytes
|
Thu, 10 Nov 2016 16:34:43 -0500 |
Augie Fackler |
revlog: avoid shadowing several variables using list comprehensions
|
Sun, 23 Oct 2016 10:40:33 -0700 |
Gregory Szorc |
revlog: optimize _chunkraw when startrev==endrev
|
Sat, 22 Oct 2016 15:41:23 -0700 |
Gregory Szorc |
revlog: inline start() and end() for perf reasons
|
Sun, 23 Oct 2016 09:34:55 -0700 |
Gregory Szorc |
revlog: reorder index accessors to match data structure order
|
Fri, 14 Oct 2016 02:25:08 +0200 |
Pierre-Yves David |
revlog: make 'storedeltachains' a "public" attribute
|
Sat, 24 Sep 2016 12:25:37 -0700 |
Gregory Szorc |
revlog: add instance variable controlling delta chain use
|
Wed, 24 Aug 2016 20:18:58 -0700 |
Gregory Szorc |
revlog: document high frequency of code execution
|
Wed, 24 Aug 2016 20:00:52 -0700 |
Gregory Szorc |
revlog: make code in builddelta() slightly easier to read
|
Thu, 22 Sep 2016 21:51:58 +0900 |
FUJIWARA Katsunori |
revlog: specify checkambig at writing to avoid file stat ambiguity
|
Mon, 22 Aug 2016 21:48:50 -0700 |
Gregory Szorc |
revlog: use an LRU cache for delta chain bases
|
Mon, 22 Aug 2016 20:17:36 -0700 |
Gregory Szorc |
revlog: remove unused variables
|
Fri, 05 Aug 2016 15:35:02 -0400 |
Augie Fackler |
revlog: use `iter(callable, sentinel)` instead of while True
|
Wed, 22 Jun 2016 21:30:49 +0100 |
Jun Wu |
revlog: add a fast path for "ambiguous identifier"
|
Fri, 10 Jun 2016 00:10:34 -0400 |
Augie Fackler |
revlog: use hashlib.sha1 directly instead of through util
|
Sun, 22 Nov 2015 17:57:35 -0800 |
Gregory Szorc |
revlog: remove unnecessary cache validation in _chunks
|
Tue, 05 Jan 2016 19:51:51 -0800 |
Gregory Szorc |
revlog: return offset from _chunkraw()
|
Thu, 31 Dec 2015 08:16:59 +0000 |
timeless |
cleanup: remove superfluous space after space after equals (python)
|
Sun, 20 Dec 2015 16:00:27 -0800 |
Gregory Szorc |
revlog: avoid string slice when decompressing u* chunks
|
Mon, 21 Dec 2015 14:52:18 -0600 |
Matt Mackall |
cleanup: back out performance hacks amended into previous commit
|
Fri, 18 Dec 2015 06:33:48 +0000 |
timeless |
commands: consistently indent notes 3 spaces
|
Sun, 20 Dec 2015 18:56:05 -0800 |
Gregory Szorc |
revlog: refactor delta chain computation into own function
|
Sun, 20 Dec 2015 17:48:20 -0800 |
Gregory Szorc |
revlog: make clearcaches() more effective
|
Sun, 20 Dec 2015 16:34:54 -0600 |
Matt Mackall |
merge with stable
|
Fri, 18 Dec 2015 20:54:41 -0800 |
Martin von Zweigbergk |
revlog: fix bad indentation (replace tab by space)
stable
|
Mon, 14 Dec 2015 15:55:12 -0500 |
Mike Edgar |
changegroup: add flags field to cg3 delta header
|
Fri, 18 Dec 2015 14:40:11 -0600 |
Matt Mackall |
merge with stable
|
Thu, 17 Dec 2015 17:16:02 -0800 |
Gregory Szorc |
revlog: seek to end of file before writing (issue4943)
stable
|
Sat, 12 Dec 2015 23:22:18 -0800 |
Gregory Szorc |
revlog: use absolute_import
|
Fri, 04 Dec 2015 17:46:56 -0800 |
Martin von Zweigbergk |
revlog: don't consider nullrev when choosing delta base
|
Fri, 04 Dec 2015 17:14:14 -0800 |
Martin von Zweigbergk |
revlog: make calls to _isgooddelta() consistent
|
Fri, 04 Dec 2015 16:45:06 -0800 |
Martin von Zweigbergk |
revlog: clarify which revision is added to 'tested' when using cached delta
|
Fri, 04 Dec 2015 17:22:26 -0800 |
Martin von Zweigbergk |
revlog: remove unused variable 'chainlen'
|
Tue, 01 Dec 2015 16:15:59 -0800 |
Pierre-Yves David |
addrevision: use general delta when the incoming base delta is bad
|
Tue, 01 Dec 2015 18:45:16 -0800 |
Pierre-Yves David |
addrevision: rework generaldelta computation
|
Tue, 01 Dec 2015 16:06:20 -0800 |
Pierre-Yves David |
addrevision: only use the incoming base if it is a good delta (issue4975)
|
Tue, 01 Dec 2015 16:22:49 -0800 |
Pierre-Yves David |
addrevision: handle code path not producing delta
|
Tue, 01 Dec 2015 15:29:11 -0800 |
Pierre-Yves David |
addrevision: rename 'd' to 'delta'
|
Sun, 22 Nov 2015 16:23:20 -0800 |
Gregory Szorc |
revlog: improve documentation
|
Mon, 02 Nov 2015 15:59:12 +0000 |
Pierre-Yves David |
format: introduce 'format.usegeneraldelta`
|
Wed, 14 Oct 2015 11:32:33 -0400 |
Augie Fackler |
revlog: rename bundle to cg to reflect its nature as a cg?unpacker
|
Sat, 26 Sep 2015 21:43:13 -0700 |
Gregory Szorc |
revlog: don't flush data file after every added revision
|
Sun, 27 Sep 2015 16:08:18 -0700 |
Gregory Szorc |
revlog: use existing file handle when reading during _addrevision
|
Sun, 27 Sep 2015 15:59:19 -0700 |
Gregory Szorc |
revlog: always open revlogs for reading and appending
|
Sun, 27 Sep 2015 15:48:35 -0700 |
Gregory Szorc |
revlog: support using an existing file handle when reading revlogs
|
Sun, 27 Sep 2015 15:31:50 -0700 |
Gregory Szorc |
revlog: add docstring for checkinlinesize()
|
Sat, 12 Sep 2015 16:11:17 -0700 |
Gregory Szorc |
revlog: optionally cache the full text when adding revisions
|
Sat, 12 Sep 2015 15:16:47 -0700 |
Gregory Szorc |
revlog: drop local assignment of cache variable
|