2013-05-22 |
Artem Tikhomirov |
Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
|
2013-05-07 |
Artem Tikhomirov |
Clean, organize and resolve some TODOs and FIXMEs: minor refactorings and comments
|
2013-05-07 |
Artem Tikhomirov |
Refresh revlogs if a change to a file has been detected; do not force reload of the whole repository
|
2013-05-06 |
Artem Tikhomirov |
Use nodeid reverse lookup speedup cache for #isKnown, if available
|
2013-05-06 |
Artem Tikhomirov |
Remove debug timestamps
|
2013-05-03 |
Artem Tikhomirov |
Utilize RevisionLookup to speed-up getRevisionIndex of both manifest and changelog
|
2013-02-05 |
Artem Tikhomirov |
Commit: first working version
|
2013-02-04 |
Artem Tikhomirov |
Commit: refactor revision creation code from clone command to work separately, fit into existing library structure
|
2012-08-16 |
Artem Tikhomirov |
Refactoring: move HgRepository's implementation aspects to Internals (which is now its imlementation counterpart and primary repository class to be used by other parts of the library)
|
2012-07-11 |
Artem Tikhomirov |
Merge changes from smartgit3 branch into 1.1 stream
|
2012-06-18 |
Artem Tikhomirov |
Refactor LogFacility and SessionContext, better API for both
|
2012-06-06 |
Artem Tikhomirov |
Issue 31: Revlog#walk() fails with AIOOBE when start > 0
smartgit3
|
2012-06-05 |
Artem Tikhomirov |
Support for phases functionality from Mercurial 2.1
smartgit3
|
2012-04-17 |
Artem Tikhomirov |
Better argument names
|
2012-03-30 |
Artem Tikhomirov |
Revlog.RevisionMap helper class got promoted as TLC, renamed to HgRevisionMap
|
2012-03-30 |
Artem Tikhomirov |
Revlog.ParentWalker helper class got promoted as TLC, renamed to HgParentChildMap
|
2012-03-29 |
Artem Tikhomirov |
FIXMEs: awkward API refactored, what need to be internal got hidden; public aspects got captured in slim interfaces
|
2012-03-28 |
Artem Tikhomirov |
FIXMEs: exceptions, javadoc
|
2012-03-28 |
Artem Tikhomirov |
Deprecated code removed
|
2012-03-23 |
Artem Tikhomirov |
Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level
|
2012-03-22 |
Artem Tikhomirov |
Clean javadoc to fix obvious warnings
|
2012-03-22 |
Artem Tikhomirov |
A bit of FIXME cleanup (mostly degraded to TODO post 1.0), comments and javadoc
|
2012-03-22 |
Artem Tikhomirov |
Better names - non-confusing and aligned with the rest of API
|
2012-03-14 |
Artem Tikhomirov |
Add an explicit constant instead of -1 to indicate 'no revision' case
|
2012-03-05 |
Artem Tikhomirov |
FIXMEs: work on exceptions and javadoc
|
2012-02-22 |
Artem Tikhomirov |
Resolve FIXMEs: more consistent exceptions
v0.8.0
|
2012-02-21 |
Artem Tikhomirov |
Resolve FIXMEs
|
2012-02-15 |
Artem Tikhomirov |
Work on FIXME: correct HgDataFile#workingCopy with tests; BasicSessionContext with property override; platform-specific options to internals
|
2012-02-13 |
Artem Tikhomirov |
HgInvalidRevisionException for svn imported repositories (changeset 0 references nullid manifest)
|
2011-12-16 |
Artem Tikhomirov |
Update Javadoc with 'revision index'
|
2011-12-16 |
Artem Tikhomirov |
Use 'revision index' instead of the vague 'local revision number' concept in the API
|
2011-12-16 |
Artem Tikhomirov |
Use exceptions to expose errors reading mercurial data
|
2011-12-06 |
Artem Tikhomirov |
Consistent approach to deal with adaptable objects. Give adaptable precedence over instanceof to allow conditional response when classes do implement desired interface
|
2011-12-06 |
Artem Tikhomirov |
Newline filter shall respect whole stream when deciding whether to process line terminators, hence added stream preview functionality
|
2011-12-01 |
Artem Tikhomirov |
Propagate errors with exceptions up to a end client
|
2011-11-22 |
Artem Tikhomirov |
Add specific IAE subclass to handle wrong (e.g. outdated after rollback) revisions
|
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
|