2011-10-05 |
Artem Tikhomirov |
Move file tree history to upper API level
|
2011-10-04 |
Artem Tikhomirov |
Tests for Revlog.Inspectors
|
2011-10-03 |
Artem Tikhomirov |
Explore alternatives to access file-changelog combined history
|
2011-09-29 |
Artem Tikhomirov |
Rework file history build approach to match rest of the API
|
2011-09-24 |
Artem Tikhomirov |
Recognize closed branches
|
2011-09-24 |
Artem Tikhomirov |
Collect sort reverse indexes along with array sorting
|
2011-08-29 |
Artem Tikhomirov |
Favor delegation over generalization
|
2011-08-25 |
Artem Tikhomirov |
Use Nodeid.isNull check instead of NULL.equals
|
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
|