log src/org/tmatesoft/hg/repo/Revlog.java @ 218:047b1dec7a04

age author description
Tue, 17 May 2011 03:42:33 +0200 Artem Tikhomirov Issue 7: Correctly handle manifest and changelog with different number of (or non-matching) revisions
Wed, 20 Apr 2011 21:14:51 +0200 Artem Tikhomirov Performance optimization: reduce memory ParentWalker hogs
Tue, 19 Apr 2011 03:49:29 +0200 Artem Tikhomirov Investigate optimization options to allow fast processing of huge repositories. Fix defect in StatusCollector that lead to wrong result comparing first revision to empty repo (-1 to 0), due to same TIP constant value
Fri, 15 Apr 2011 03:17:03 +0200 Artem Tikhomirov Incoming and Outgoing commands are alive
Thu, 14 Apr 2011 19:53:31 +0200 Artem Tikhomirov Do not assume second parent can be set only when first one is set, again
Wed, 13 Apr 2011 14:15:13 +0200 Artem Tikhomirov Do not assume second parent can be set only when first one is set
Fri, 25 Mar 2011 00:05:52 +0100 Artem Tikhomirov Towards outgoing changes - initial detection logic, get connected with remote repo stub
Wed, 09 Mar 2011 05:22:17 +0100 Artem Tikhomirov Merged branch wrap-data-access into default for resource-friendly data access. Updated API to promote that friendliness to clients (channels, not byte[]). More exceptions base src/com/tmate/hgkit/ll/Revlog.java@fc6a32fc7f5f
Wed, 16 Feb 2011 22:00:39 +0100 Artem Tikhomirov explicit op name instead math op to get last rev number
Thu, 03 Feb 2011 23:32:08 +0100 Artem Tikhomirov Introduced channels to pipeline (and easily filter) data streams
Fri, 28 Jan 2011 03:50:52 +0100 Artem Tikhomirov Updated contact address to support@hg4j.com
Wed, 26 Jan 2011 05:46:47 +0100 Artem Tikhomirov Status between two revisions to recognize copy/rename
Tue, 25 Jan 2011 03:54:32 +0100 Artem Tikhomirov Follow history of a file
Mon, 24 Jan 2011 05:33:47 +0100 Artem Tikhomirov Moved RevlogStream implementation into .internal
Mon, 24 Jan 2011 03:14:45 +0100 Artem Tikhomirov Complete refactoring to org.tmatesoft base src/com/tmate/hgkit/ll/Revlog.java@4d597a4c097f