log src/org/tmatesoft/hg/repo/HgDataFile.java @ 266:0a2f445de774

age author description
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