Mercurial > hg4j
log src/org/tmatesoft/hg/internal/InflaterDataAccess.java @ 654:12a4f60ea972
age | author | description |
---|---|---|
Thu, 25 Apr 2013 16:08:17 +0200 | Artem Tikhomirov | Conditionally enable effective patch merge alternative for revlog reading |
Tue, 16 Apr 2013 19:31:57 +0200 | Artem Tikhomirov | Issue 43: poor performance with InflaterDataAccess. Phase 2: inflate into buffer, effective skip and readByte/readBytes() |
Tue, 16 Apr 2013 16:59:59 +0200 | Artem Tikhomirov | Issue 43: poor performance with InflaterDataAccess. Phase 1: test existing code, fix defects found |
Thu, 26 Apr 2012 12:42:32 +0200 | Artem Tikhomirov | Don't use methods not available in Java 5 |
Fri, 23 Mar 2012 22:51:18 +0100 | Artem Tikhomirov | Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level |
Thu, 22 Mar 2012 23:09:11 +0100 | Artem Tikhomirov | Allow IOException from DataAccess methods for subclasses with non-trivial implementations, to avoid exception dumps when inapropriate v0.8.5 |
Thu, 22 Mar 2012 22:56:01 +0100 | Artem Tikhomirov | Respect long offsets in revlogs |