index
:
Carbonado.git
fix-failing-test
gh-pages
master
v1.3
Forked from https://github.com/Carbonado/Carbonado
Jesse Morgan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
amazon
/
carbonado
/
repo
/
replicated
Age
Commit message (
Expand
)
Author
2010-03-01
Deprecated ThrowUnchecked class.
Brian S. O'Neill
2009-12-22
Remove isClosed method, which broke compatibility.
Brian S. O'Neill
2009-12-22
Added isClosed method to Repository.
Brian S. O'Neill
2008-11-19
Fix resync when query is known to return one entry.
Brian S. O'Neill
2008-09-26
Resync listener is now a trigger in order to capture more information.
Brian S. O'Neill
2008-07-25
Run update repair locally and also do in background, to ensure it sticks.
Brian S. O'Neill
2008-07-23
Repair unmatched replica without rolling back.
Brian S. O'Neill
2008-07-18
Moved transaction support classes to txn package.
Brian S. O'Neill
2008-06-06
Added listener callback for replicated repository resync.
Brian S. O'Neill
2008-05-22
Fix automatic replication repair which might sometimes throw IllegalStateExce...
Brian S. O'Neill
2008-05-06
Code cleanup: add @Override annotations, remove unused imports, remove dead c...
Brian S. O'Neill
2008-05-04
Revise getCapability.
Brian S. O'Neill
2008-05-02
Replicated repository returns replica's capabilities and not master's. Access...
Brian S. O'Neill
2008-03-16
Support updates to replicated LOBs.
Brian S. O'Neill
2007-10-11
Support sorting of arrays.
Brian S. O'Neill
2007-09-03
Calling Storable.update when there are no dirty properties actually does an u...
Brian S. O'Neill
2007-08-26
Added support for load and query trigger.
Brian S. O'Neill
2007-08-11
Fixed replication repair bug which threw an IllegalStateException for insert ...
Brian S. O'Neill
2007-04-29
Added @since tags.
Brian S. O'Neill
2007-03-28
Merged 1.2-dev to trunk.
Brian S. O'Neill
2007-02-17
ReplicatedRepository installs user triggers on the replica again, but it now ...
Brian S. O'Neill
2007-02-07
Don't attempt to repair inconsistency when not fully defining the primary key...
Brian S. O'Neill
2007-01-11
Fixes for bugs found using FindBugs.
Brian S. O'Neill
2006-12-08
Improved message for UnsupportedTypeException.
Brian S. O'Neill
2006-12-07
ReplicatedRepository installs user triggers on the master, not the replica.
Brian S. O'Neill
2006-12-07
Added @Authoritative annotation.
Brian S. O'Neill
2006-12-06
Added back method needed by test suite.
Brian S. O'Neill
2006-12-06
Added master repository access in resync capability.
Brian S. O'Neill
2006-11-10
Fix resync corruption skip/repair logic.
Brian S. O'Neill
2006-11-08
Tests and fixes for corruption repair.
Brian S. O'Neill
2006-11-07
Allow resync to delete or skip over corrupt replica entries.
Brian S. O'Neill
2006-10-31
Implement resync without using a separate thread and queue, avoiding deadlock...
Brian S. O'Neill
2006-10-17
Prevent accidental replication of internal storables.
Brian S. O'Neill
2006-10-15
Created StorageCollection.
Brian S. O'Neill
2006-10-11
Resolved some warnings.
Brian S. O'Neill
2006-10-08
Finished support for trigger factories
Brian S. O'Neill
2006-10-06
Removed RepositoryReference class.
Brian S. O'Neill
2006-08-30
Add core repository implementations
Brian S. O'Neill