log src/org/tmatesoft/hg/util/CancelSupport.java @ 668:d25f0324a27a

age author description
2012-03-23 Artem Tikhomirov Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level
2011-12-06 Artem Tikhomirov Consistent approach to deal with adaptable objects. Give adaptable precedence over instanceof to allow conditional response when classes do implement desired interface
2011-09-27 Artem Tikhomirov Facilitate cancellation and progress reporting in changelog and manifest iterations
2011-05-16 Artem Tikhomirov Issue 5: Facilities for progress and cancellation. More specific exceptions. Exceptions from callbacks as RuntimeException
2011-02-23 Artem Tikhomirov Exceptions, javadoc. Initial cancel and progress support