Mercurial > jhg
log src/org/tmatesoft/hg/internal/InflaterDataAccess.java @ 581:0890628ed51e
age | author | description |
---|---|---|
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 |