log src/org/tmatesoft/hg/internal/DataAccessProvider.java @ 504:bf352ce2b97f

age author description
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