log src/org/tmatesoft/hg/repo/HgDataFile.java @ 212:edb2e2829352 gradle

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