log src/org/tmatesoft/hg/repo/HgBundle.java @ 713:661e77dc88ba tip

age author description
2013-07-12 Artem Tikhomirov Refactor HgBundle.GroupElement (clear experimental mark), resolve few technical debt issues
2013-07-11 Artem Tikhomirov Refactoring: move all encoding/decoding operations into single place, EncodingHelper
2013-07-10 Artem Tikhomirov Pull: phase2 - update phases from remote, fncache with added files. Tests
2013-07-03 Artem Tikhomirov 1) Console push tool. 2) Pass class to blame into FileUtils
2013-06-20 Artem Tikhomirov Push: phase2 - upload bundle with changes to remote server
2013-05-22 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
2013-05-07 Artem Tikhomirov Avoid mmap files when only few bytes are to be read
2013-02-04 Artem Tikhomirov Commit: refactor revision creation code from clone command to work separately, fit into existing library structure
2013-01-23 Artem Tikhomirov Introduce explicit reference to base patch in bundle's group element, use it when cloning to fix defect when few revisions list null,null parents
2013-01-15 Artem Tikhomirov Initial support for Revert command with accompanying minor refactoring
2012-12-17 Artem Tikhomirov Issue 39: HgCloneCommand doesn't use CancelSupport/ProgressSupport handlers
2012-12-14 Artem Tikhomirov Issue 39: Progress and Cancel support for Clone command
2012-06-22 Artem Tikhomirov Cleaned experimental tag and updated comments/javadoc
2012-03-29 Artem Tikhomirov FIXMEs: consistent names, throws for commands and their handlers. Use of checked exceptions in hi-level api
2012-03-23 Artem Tikhomirov Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level
2012-03-22 Artem Tikhomirov A bit of FIXME cleanup (mostly degraded to TODO post 1.0), comments and javadoc
2012-02-13 Artem Tikhomirov Few comments
2011-12-06 Artem Tikhomirov Clean internal classes from public API v0.7.0
2011-12-06 Artem Tikhomirov Clean debug stacktraces
2011-12-01 Artem Tikhomirov Propagate errors with exceptions up to a end client
2011-10-13 Artem Tikhomirov Refactor revlog patch mechanism, towards patch merging
2011-09-16 Artem Tikhomirov Issue 11: Error log facility. SessionContext to share common facilities
2011-08-25 Artem Tikhomirov Use Nodeid.isNull check instead of NULL.equals
2011-04-13 Artem Tikhomirov Clone refactored into a command. HgBundle needs means to control its lifecycle, to be deleted when no longer needed
2011-04-12 Artem Tikhomirov Refactor HgBundle to dispatch changes found through callback
2011-03-23 Artem Tikhomirov Initial clone: populate given directory from a bundle. Everything but remote server access is there, albeit prototype code style
2011-03-23 Artem Tikhomirov Towards initial clone: refactor HgBundle to provide slightly higher-level structure of the bundle
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/ll/HgBundle.java@2f16f70cdef0
2011-02-24 Artem Tikhomirov Changeset => RawChangeset
2011-02-16 Artem Tikhomirov core.Cset renamed to HgChangeset; repo.Changeset moved into HgChangelog
2011-01-28 Artem Tikhomirov Updated contact address to support@hg4j.com
2011-01-24 Artem Tikhomirov Moved RevlogStream implementation into .internal
2011-01-24 Artem Tikhomirov Complete refactoring to org.tmatesoft base src/com/tmate/hgkit/ll/HgBundle.java@824f019c82af