log src/org/tmatesoft/hg/repo/Revlog.java @ 269:7af843ecc378

age author description
2011-06-23 Artem Tikhomirov External cache Nodeid<->int added, Revlog.RevisionMap
2011-05-17 Artem Tikhomirov Issue 7: Correctly handle manifest and changelog with different number of (or non-matching) revisions
2011-04-20 Artem Tikhomirov Performance optimization: reduce memory ParentWalker hogs
2011-04-19 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
2011-04-15 Artem Tikhomirov Incoming and Outgoing commands are alive
2011-04-14 Artem Tikhomirov Do not assume second parent can be set only when first one is set, again
2011-04-13 Artem Tikhomirov Do not assume second parent can be set only when first one is set
2011-03-24 Artem Tikhomirov Towards outgoing changes - initial detection logic, get connected with remote repo stub
2011-03-09 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
2011-02-16 Artem Tikhomirov explicit op name instead math op to get last rev number
2011-02-03 Artem Tikhomirov Introduced channels to pipeline (and easily filter) data streams
2011-01-28 Artem Tikhomirov Updated contact address to support@hg4j.com
2011-01-26 Artem Tikhomirov Status between two revisions to recognize copy/rename
2011-01-25 Artem Tikhomirov Follow history of a file
2011-01-24 Artem Tikhomirov Moved RevlogStream implementation into .internal
2011-01-24 Artem Tikhomirov Complete refactoring to org.tmatesoft base src/com/tmate/hgkit/ll/Revlog.java@4d597a4c097f