Mercurial > jhg
log src/org/tmatesoft/hg/internal/DataAccess.java @ 212:edb2e2829352 gradle
age | author | description |
---|---|---|
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/fs/DataAccess.java@a59ecd718416 |
2011-02-04 | Artem Tikhomirov | Subtle defect: long & int constant gives wrong results for i2 > 32000+ |
2011-01-28 | Artem Tikhomirov | Updated contact address to support@hg4j.com |
2011-01-24 | Artem Tikhomirov | Complete refactoring to org.tmatesoft base src/com/tmate/hgkit/fs/DataAccess.java@16caaf370a7d |