graph
- 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-11-15, by Artem Tikhomirov
- Issue 17: temporary code to nail down the problem2011-11-15, by Artem Tikhomirov
- Do not fail with HgBadStateException when there are no merge state2011-11-11, by Artem Tikhomirov
- Do not fail with exception on syntax errors in .hgignore2011-11-10, by Artem Tikhomirov
- Investigate sporadic BufferUnderflowException2011-11-09, by Artem Tikhomirov
- Specific accessor that omits predefined entries in the [paths] section2011-11-09, by Artem Tikhomirov
- NPE in HgDirstate.known() when no dirstate file present2011-11-09, by Artem Tikhomirov
- Access to repository configuration2011-11-05, by Artem Tikhomirov
- Patch merging algorithm complete trial2011-10-25, by Artem Tikhomirov
- Refactor revlog patch mechanism, towards patch merging2011-10-13, by Artem Tikhomirov
- Move file tree history to upper API level2011-10-05, by Artem Tikhomirov
- Tests for Revlog.Inspectors2011-10-04, by Artem Tikhomirov
- Alternative tag collection approach for a file history2011-10-04, by Artem Tikhomirov
- Explicit dependency for cmdline build2011-10-03, by Artem Tikhomirov
- Explore alternatives to access file-changelog combined history2011-10-03, by Artem Tikhomirov
- Exception when analyzing metadata of an empty renamed file2011-09-30, by Artem Tikhomirov
- Propagate command's CancelSupport to low-level API. CancelSupport from context got priority over one from command2011-09-30, by Artem Tikhomirov
- Clean unused imports2011-09-30, by Artem Tikhomirov
- Issue 15: Exception accessing oddly named file from history2011-09-30, by Artem Tikhomirov
- Dump exception to console2011-09-29, by Artem Tikhomirov
- Shall propagate errors to clients, not work around them silently2011-09-29, by Artem Tikhomirov
- Rework file history build approach to match rest of the API2011-09-29, by Artem Tikhomirov
- Supply HGFileRevision with copy information when possible, calculate it otherwise2011-09-28, by Artem Tikhomirov
- Allow to query specific branch heads if they are closed2011-09-28, by Artem Tikhomirov
- Issue 14: NPE for merged dirstate and a file missed in dirstate's first parent2011-09-27, by Artem Tikhomirov
- Test manifest cancellation2011-09-27, by Artem Tikhomirov
- Facilitate cancellation and progress reporting in changelog and manifest iterations2011-09-27, by Artem Tikhomirov
- Tests for array sort and reverse index building helper2011-09-26, by Artem Tikhomirov
- Fix building sort reverse array when element was initially in correct position.2011-09-24, by Artem Tikhomirov
- Branch with few children forked shall not ignore other children once one of them is processed2011-09-24, by Artem Tikhomirov
- Recognize closed branches2011-09-24, by Artem Tikhomirov
- Collect sort reverse indexes along with array sorting2011-09-24, by Artem Tikhomirov
- Experimental code to build file history, handy access to changeset added2011-09-22, by Artem Tikhomirov
- Experimental code to build file history2011-09-22, by Artem Tikhomirov
- Use memory-friendly set implementation to canonicalize filenames and nodeids2011-09-21, by Artem Tikhomirov
- Remove debug printout2011-09-20, by Artem Tikhomirov
- Walk explicit revisions to avoid troubles with unnatural repositories2011-09-17, by Artem Tikhomirov
- Remarks about sorting order2011-09-17, by Artem Tikhomirov
- Share range check code2011-09-17, by Artem Tikhomirov
- Recognize flag options (options with no arguments) in command line sample apps2011-09-17, by Artem Tikhomirov
- Updated jar with test repositories2011-09-17, by Artem Tikhomirov
- Better message for incorrect range requested2011-09-17, by Artem Tikhomirov
- Issue 13: Tests for mixed-cased filenames in case-insensitive FS2011-09-16, by Artem Tikhomirov
- Issue 11: Error log facility. SessionContext to share common facilities2011-09-16, by Artem Tikhomirov
- Issue 13: Report filenames as they are known in repository rather than from file system2011-09-14, by Artem Tikhomirov
- Issue 13: Status reports filenames with case other than in dirstate incorrectly2011-09-14, by Artem Tikhomirov
- Refactor PathRewrite to accept any char sequence, not only string2011-09-14, by Artem Tikhomirov
- Refactor PathRewrite to accept any char sequence, not only string2011-09-14, by Artem Tikhomirov
- Expose dirstate to allow pre-configuration of FileIterators for status collection in particular2011-09-14, by Artem Tikhomirov
- Provide public access to ignored files configuration to use in alternative file walkers2011-09-12, by Artem Tikhomirov
- Avoid boxing int values and list resizes on revlog read2011-09-10, by Artem Tikhomirov
- Use FileInfo abstraction with necessary subset of File functionality instead of File to facilitate other effective file system iterators2011-09-07, by Artem Tikhomirov
- Few tests for working copy information (branch, parents)2011-09-03, by Artem Tikhomirov
- Use Path instead of plain String for manifest file names2011-09-03, by Artem Tikhomirov
- HgDirstate shall operate with Path instead of String for file names. Use of Pair instead of array of unspecified length for parents.2011-09-03, by Artem Tikhomirov
- Ignored tests shall be valid tests nevertheless2011-09-03, by Artem Tikhomirov
- Yet another WC status fix, where dirstate parent and base revision are treated right (dirstate parent other than tip and explicit baseRevision are not the same)2011-09-03, by Artem Tikhomirov
- Utilize IntMap when caching manifest revisions2011-09-02, by Artem Tikhomirov
- Erroneous and slow status for working copies based on non-tip revision2011-09-02, by Artem Tikhomirov
- Use EnumMap when keys are from enumeration2011-08-31, by Artem Tikhomirov