Sun, 21 Jul 2013 17:48:05 +0200 |
Artem Tikhomirov |
Do not instantiate thousands of small arrays(numerous readInt/readLong calls)
|
Tue, 07 May 2013 21:27:51 +0200 |
Artem Tikhomirov |
Clean, organize and resolve some TODOs and FIXMEs: minor refactorings and comments
|
Wed, 28 Mar 2012 18:39:29 +0200 |
Artem Tikhomirov |
FIXMEs: exceptions, javadoc
|
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
|
Thu, 22 Mar 2012 21:02:20 +0100 |
Artem Tikhomirov |
A bit of FIXME cleanup (mostly degraded to TODO post 1.0), comments and javadoc
|
Sat, 25 Feb 2012 19:31:57 +0100 |
Artem Tikhomirov |
Issue 25: Underflow in InflaterDataAccess; test and fix for hang up when reading past end of compressed data (or zero-length data)
smartgit3
|
Thu, 23 Feb 2012 15:31:57 +0100 |
Artem Tikhomirov |
Issue 24: IAE, Underflow in FilterDataAccess. Issue 26:UnsupportedOperationException when patching empty base revision. Tests
smartgit3
|
Wed, 09 Mar 2011 13:16:37 +0100 |
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
|
Wed, 09 Mar 2011 05:22:17 +0100 |
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
|
Fri, 04 Feb 2011 04:05:27 +0100 |
Artem Tikhomirov |
Subtle defect: long & int constant gives wrong results for i2 > 32000+
|
Fri, 28 Jan 2011 03:50:52 +0100 |
Artem Tikhomirov |
Updated contact address to support@hg4j.com
|
Mon, 24 Jan 2011 03:14:45 +0100 |
Artem Tikhomirov |
Complete refactoring to org.tmatesoft
base
src/com/tmate/hgkit/fs/DataAccess.java@16caaf370a7d
|