log src/org/tmatesoft/hg/internal/InflaterDataAccess.java @ 684:2353e4217f59

age author description
2013-07-04 Artem Tikhomirov Performance: reuse unzip output buffer
2013-04-25 Artem Tikhomirov Conditionally enable effective patch merge alternative for revlog reading
2013-04-16 Artem Tikhomirov Issue 43: poor performance with InflaterDataAccess. Phase 2: inflate into buffer, effective skip and readByte/readBytes()
2013-04-16 Artem Tikhomirov Issue 43: poor performance with InflaterDataAccess. Phase 1: test existing code, fix defects found
2012-04-26 Artem Tikhomirov Don't use methods not available in Java 5
2012-03-23 Artem Tikhomirov Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level
2012-03-22 Artem Tikhomirov Allow IOException from DataAccess methods for subclasses with non-trivial implementations, to avoid exception dumps when inapropriate v0.8.5