Mercurial > hg4j
log src/org/tmatesoft/hg/util/ProgressSupport.java @ 650:3b275cc2d2aa
age | author | description |
---|---|---|
Wed, 28 Mar 2012 18:39:29 +0200 | Artem Tikhomirov | FIXMEs: exceptions, javadoc |
Tue, 06 Dec 2011 14:25:52 +0100 | Artem Tikhomirov | Consistent approach to deal with adaptable objects. Give adaptable precedence over instanceof to allow conditional response when classes do implement desired interface |
Tue, 17 May 2011 00:56:54 +0200 | Artem Tikhomirov | Issue 5: Facilities for progress and cancellation. More specific exceptions. Exceptions from callbacks as RuntimeException |
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 |