log src/org/tmatesoft/hg/internal/DataAccessProvider.java @ 712:a864fb309e4b

age author description
2013-07-03 Artem Tikhomirov 1) Console push tool. 2) Pass class to blame into FileUtils
2013-05-17 Artem Tikhomirov Close FIS, not FileChannel, to clear both references to FileDescriptor right away
2013-05-16 Artem Tikhomirov Refactor approach how content finds it way down to a commit revision
2013-05-15 Artem Tikhomirov Rollback support for commands that modify repository. Strategy to keep complete copy of a file being changed
2013-05-07 Artem Tikhomirov Clean, organize and resolve some TODOs and FIXMEs: minor refactorings and comments
2013-05-07 Artem Tikhomirov Avoid mmap files when only few bytes are to be read
2013-04-25 Artem Tikhomirov Conditionally enable effective patch merge alternative for revlog reading
2013-02-05 Artem Tikhomirov Commit: first working version
2013-02-04 Artem Tikhomirov Commit: refactor revision creation code from clone command to work separately, fit into existing library structure
2012-10-18 Artem Tikhomirov Defect: use of 0 as configuration value for mapio boundary results in every file being memmap-ed
2012-06-18 Artem Tikhomirov Refactor LogFacility and SessionContext, better API for both
2012-04-19 Artem Tikhomirov Issue 30: bogus IOException for mmap file on linux
2012-03-28 Artem Tikhomirov FIXMEs: exceptions, javadoc
2012-03-22 Artem Tikhomirov Respect long offsets in revlogs
2012-03-21 Artem Tikhomirov Pull changes from smartgit3 branch
2012-03-05 Artem Tikhomirov Provide more detailed information on erroneous file operation smartgit3
2012-02-23 Artem Tikhomirov Straighten out exceptions thrown when file access failed - three is too much
2011-11-15 Artem Tikhomirov Add options to control DataAccessProvider, allow to turn off use of file memory mapping in particular to solve potential sharing violation (os file handle gets released on MappedByteByffer being GC'd, not on FileChannel.close())
2011-09-16 Artem Tikhomirov Issue 11: Error log facility. SessionContext to share common facilities
2011-03-09 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
2011-03-09 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/DataAccessProvider.java@35badc16a796
2011-01-28 Artem Tikhomirov Updated contact address to support@hg4j.com
2011-01-24 Artem Tikhomirov Complete refactoring to org.tmatesoft base src/com/tmate/hgkit/fs/DataAccessProvider.java@df00f02bfdd0