1. 92ea9b3 Add map name to equals() and toString() calculations by Ray Milkey · 9 years ago
  2. 67d53cc Unit tests for AtomicValueEvent and SetEvent by Ray Milkey · 9 years ago
  3. 8098405 Added unit test for Match and UpdateResult + Javadoc fixes by Madan Jampani · 9 years ago
  4. d083bc4 Improve test coverage for ConsistentMapEvent and WallClockTimestamp by Ray Milkey · 9 years ago
  5. cab114c Misc improvements. Primarily Javadoc. by Madan Jampani · 9 years ago
  6. 619453b Added missing copyright and license text by Madan Jampani · 9 years ago
  7. 762246d Added a AtomicValue distributed primitive. by Madan Jampani · 9 years ago
  8. 7804c99 Refactored code to consolidate functionality in Database* classes. by Madan Jampani · 9 years ago
  9. 4727a11 Added a compute method to ECMap to simplify map interactions following a read-modify-write template. by Madan Jampani · 9 years ago
  10. d46280c Register Versioned with Kryo to fix ONOS-2169 by Jon Hall · 9 years ago
  11. 43e9c9c Updated ECMap remove call to return the value that was removed by Madan Jampani · 9 years ago
  12. 0dbac7a Fix javadoc warnings by Madan Jampani · 9 years ago
  13. bcf1a48 Removed ClockService<K, V> and replaced its usage with a BiFunction<K, V, Timestamp> by Madan Jampani · 9 years ago
  14. e8af1cc ONOS-2133: Support for purging associated stores (ConsistentMap/DistributedSet) when the application is uninstalled by Madan Jampani · 9 years ago
  15. c606956 Added a map API to transform Versioned<byte[]> to Versioned<V> by Madan Jampani · 9 years ago
  16. 63c659f Support for a distributed queue primitive. by Madan Jampani · 9 years ago
  17. 50589ac Notification support for Consistent datastructures (ConsitentMap and DistributedSet) by Madan Jampani · 9 years ago
  18. 85cf4da Fixing 4 javadoc warnings in onos-api by Brian O'Connor · 9 years ago
  19. f4d58f3 Support for retries in AtomicCounter. Enabled counter operation retries in ConsistentApplicationIdStore by Madan Jampani · 9 years ago
  20. a862046 Fix constructor in Versioned by Madan Jampani · 9 years ago
  21. 346d4f5 Add new methods to ConsistentMap API to improve usability. by Madan Jampani · 9 years ago
  22. d8b565a Fixed bug ONOS-1676. by Kaouther Abrougui · 9 years ago
  23. 3310a34 Remove "public" to follow our convention by Sho SHIMIZU · 9 years ago
  24. 63939a3 Moved generic Timestamp/ClockManager classes to onos-api by Jonathan Hart · 9 years ago
  25. 04aeb45 Implementation of IdBlockStore on top of AtomicCounter by Madan Jampani · 9 years ago
  26. 02b7fb8 Support for building a immutable ConsistentMap and DistributedSet by Madan Jampani · 9 years ago
  27. e114f04 ConsistentLinkResourceStore to replace HazelcastLinkResourceStore. Also by Ayaka Koshibe · 9 years ago
  28. 3a32156 Added a builder for TransactionContexts by Ayaka Koshibe · 9 years ago
  29. ca335e9 Add persistence option to ECMap by Jonathan Hart · 9 years ago
  30. 3e033bd Added a LogicalClockService for ordering arbitrary events in the cluster. Updated couple of areas that are currently vulnerable to clock skew by Madan Jampani · 9 years ago
  31. b5d72d5 Support for a distributed counter by Madan Jampani · 9 years ago
  32. bff6d8f Added distributed transaction support through a two phase commit protocol by Madan Jampani · 9 years ago
  33. 08706ce Added support for a distributed set implementation that is backed by Consistent Map by Madan Jampani · 9 years ago
  34. a89f8f9 Added support for "maps" cli command that displays meta information for various consistent maps in the system by Madan Jampani · 9 years ago
  35. f1b8e17 Support a inmemory p0 partition encompassing all nodes in the cluster. This will be used by leadership manager and other usecases by Madan Jampani · 9 years ago
  36. 6ec029a Implemented a Builder pattern for EventuallyConsistentMaps. by Jonathan Hart · 9 years ago
  37. 6e0d147 Fixes a javadoc warning by Madan Jampani · 9 years ago
  38. 7c52100 ONOS-1362: Support async version of ConsistentMap that lets efficient chaining of operations by Madan Jampani · 9 years ago
  39. 30a57f8 Added creationTime to Versioned object. This enables supporting a electedTime in leadership, which in turn helps us track how stable leadership terms are. by Madan Jampani · 9 years ago
  40. ba7da65 Removed lockservice and related classes since they provide no useful functionality at the moment. by Madan Jampani · 9 years ago
  41. 054da97 Implement command to view Raft partitions by Jonathan Hart · 9 years ago
  42. 144eec5 Fix Javadoc warnings by Ray Milkey · 9 years ago
  43. 6468955 WIP: Revamped transaction API. Introduces a transaction context for running blocks of code that can be committed by Madan Jampani · 9 years ago
  44. 2546111 Added copy right headers. by Madan Jampani · 9 years ago
  45. e97fec4 Remove deprecated code. by Madan Jampani · 9 years ago
  46. 393e0f0 1. Refactored ConsistentMap and StorageServive (renamed from DatabaseService) to api bundle. by Madan Jampani · 9 years ago
  47. ab98466 adding license to ALL files by alshabib · 10 years ago
  48. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 10 years ago
  49. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 10 years ago