2012-02-27 |
Artem Tikhomirov |
Support WORKING_COPY constant for dataFile.length() operation
|
2012-02-23 |
Artem Tikhomirov |
Straighten out exceptions thrown when file access failed - three is too much
|
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 |
Few comments
|
2012-02-09 |
Artem Tikhomirov |
Comments/javadoc
|
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 |
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-09-30 |
Artem Tikhomirov |
Exception when analyzing metadata of an empty renamed file
|
2011-09-30 |
Artem Tikhomirov |
Propagate command's CancelSupport to low-level API. CancelSupport from context got priority over one from command
|
2011-09-29 |
Artem Tikhomirov |
Rework file history build approach to match rest of the API
|
2011-09-22 |
Artem Tikhomirov |
Experimental code to build file history, handy access to changeset added
|
2011-09-22 |
Artem Tikhomirov |
Experimental code to build file history
|
2011-09-17 |
Artem Tikhomirov |
Share range check code
|
2011-09-16 |
Artem Tikhomirov |
Issue 11: Error log facility. SessionContext to share common facilities
|
2011-08-29 |
Artem Tikhomirov |
Favor delegation over generalization
|
2011-08-29 |
Artem Tikhomirov |
Tailored Map implementation with int keys
|
2011-08-25 |
Artem Tikhomirov |
Issue 10: Report file content length with respect of metadata. Respect dirstate parents for WC's status. Exceptions to keep useful attributes of the location
|
2011-07-14 |
Artem Tikhomirov |
Avoid sorting revision range twice
|
2011-06-23 |
Artem Tikhomirov |
Improved reading of sparse revisions from a revlog
|
2011-06-23 |
Artem Tikhomirov |
Do not expect file history to be ordered
|
2011-06-10 |
Artem Tikhomirov |
Allow access to working copy content through HgDataFile. Give access to repository's working dir
|
2011-06-03 |
Artem Tikhomirov |
Optimize file history walk not to iterat over whole changelog for sparse and distant revisions
|
2011-05-16 |
Artem Tikhomirov |
Issue 5: Facilities for progress and cancellation. More specific exceptions. Exceptions from callbacks as RuntimeException
|
2011-03-10 |
Artem Tikhomirov |
Record reasons for slow status for future reference
|
2011-03-09 |
Artem Tikhomirov |
Integer offsets and file length explictly, rather than casts throughout code. Inflater may benefit from total length hint, but shall calculate it by its own if needed
|
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/HgDataFile.java@76b5a92dde43
|
2011-02-23 |
Artem Tikhomirov |
Exceptions, javadoc. Initial cancel and progress support
|
2011-02-16 |
Artem Tikhomirov |
explicit op name instead math op to get last rev number
|
2011-02-16 |
Artem Tikhomirov |
Keep record if we tried and found no metadata for a given revision
|
2011-02-16 |
Artem Tikhomirov |
core.Path to util.Path as it's not Hg repo dependant
|
2011-02-16 |
Artem Tikhomirov |
core.Cset renamed to HgChangeset; repo.Changeset moved into HgChangelog
|
2011-02-04 |
Artem Tikhomirov |
Conditionally apply filters to file content
|
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 |
TreeMap are more effective when keys are unique
|
2011-01-25 |
Artem Tikhomirov |
Skip metadata in the beginning of a file content. Parse metadata, recognize copies/renames
|
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/HgDataFile.java@0097136ff41f
|