log src/org/tmatesoft/hg/repo/HgManifest.java @ 366:189dc6dc1c3e

age author description
Fri, 16 Dec 2011 04:43:18 +0100 Artem Tikhomirov Use exceptions to expose errors reading mercurial data
Thu, 01 Dec 2011 05:21:40 +0100 Artem Tikhomirov Propagate errors with exceptions up to a end client
Tue, 04 Oct 2011 06:28:01 +0200 Artem Tikhomirov Alternative tag collection approach for a file history
Mon, 03 Oct 2011 06:47:20 +0200 Artem Tikhomirov Explore alternatives to access file-changelog combined history
Fri, 30 Sep 2011 07:59:22 +0200 Artem Tikhomirov Clean unused imports
Fri, 30 Sep 2011 06:22:11 +0200 Artem Tikhomirov Issue 15: Exception accessing oddly named file from history
Tue, 27 Sep 2011 05:57:30 +0200 Artem Tikhomirov Test manifest cancellation
Tue, 27 Sep 2011 05:29:12 +0200 Artem Tikhomirov Facilitate cancellation and progress reporting in changelog and manifest iterations
Wed, 21 Sep 2011 18:26:16 +0200 Artem Tikhomirov Use memory-friendly set implementation to canonicalize filenames and nodeids
Sat, 17 Sep 2011 13:41:04 +0200 Artem Tikhomirov Share range check code
Sat, 03 Sep 2011 21:46:13 +0200 Artem Tikhomirov Use Path instead of plain String for manifest file names
Tue, 23 Aug 2011 22:30:56 +0200 Artem Tikhomirov Use StringProxy when parsing manifest to minimize number of useless conversions and array instances
Tue, 23 Aug 2011 21:27:56 +0200 Artem Tikhomirov Revert manifest parser changes - no single string and back to HashMap Pool
Fri, 19 Aug 2011 04:59:32 +0200 Artem Tikhomirov Improve manifest parsing: reduce number of arrays instantiated for Nodeid
Fri, 19 Aug 2011 03:36:25 +0200 Artem Tikhomirov Optimize memory usage (reduce number of objects instantiated) when pooling file names and nodeids during manifest parsing