log src/org/tmatesoft/hg/internal/RevlogStream.java @ 329:694ebabb5cb3

age author description
Thu, 13 Oct 2011 03:30:50 +0200 Artem Tikhomirov Refactor revlog patch mechanism, towards patch merging
Sat, 17 Sep 2011 13:41:04 +0200 Artem Tikhomirov Share range check code
Sat, 17 Sep 2011 00:48:34 +0200 Artem Tikhomirov Better message for incorrect range requested
Fri, 16 Sep 2011 05:35:32 +0200 Artem Tikhomirov Issue 11: Error log facility. SessionContext to share common facilities
Sat, 10 Sep 2011 00:18:39 +0200 Artem Tikhomirov Avoid boxing int values and list resizes on revlog read
Fri, 02 Sep 2011 13:40:09 +0200 Artem Tikhomirov Erroneous and slow status for working copies based on non-tip revision
Fri, 19 Aug 2011 03:36:25 +0200 Artem Tikhomirov Optimize memory usage (reduce number of objects instantiated) when pooling file names and nodeids during manifest parsing
Thu, 18 Aug 2011 18:06:44 +0200 Artem Tikhomirov RevlogStream - reduce number of object instances, reuse when possible
Tue, 16 Aug 2011 22:08:15 +0200 Artem Tikhomirov Reduce number of objects instantiated on revlog read
Thu, 23 Jun 2011 16:58:38 +0200 Artem Tikhomirov External cache Nodeid<->int added, Revlog.RevisionMap
Thu, 23 Jun 2011 15:19:07 +0200 Artem Tikhomirov Improved reading of sparse revisions from a revlog
Mon, 23 May 2011 04:42:12 +0200 Artem Tikhomirov HgBadStateException (IOException from FileAccess) on isCopy for empty data file
Tue, 17 May 2011 03:40:52 +0200 Artem Tikhomirov Experimental support to mix-in start and end events for inspectors. Additionally, Lifecycle may serve as iteration control
Tue, 26 Apr 2011 02:50:06 +0200 Artem Tikhomirov Basic test for HgIncomingCommand. Fix RepositoryComparator for cases when whole repository is unknown. Respect freshly initialized (empty) repositories in general.
Wed, 20 Apr 2011 05:40:14 +0200 Artem Tikhomirov Performance optimization: reduce memory to keep revlog cached info