1. 29 Jun, 2016 8 commits
    • Most notably:
      - Added support for onos.py's ONOSCluster controller (it works with
      	"mn --custom onos.py,bmv2.py --switch onosbmv2 ...")
      - Randomly select an open port for the Thrift RPC server
      
      Change-Id: Ifa974741dc4a3693777f01866b1f6203d0e7e75e
      Carmelo Cascone authored
    • Also, added a test for serialization
      
      Change-Id: I77e80fa7597b552c71e80c9d39d03549e0325778
      Carmelo Cascone authored
    • Log exceptions when trying to access metadata file
      Close connections opened when checking file availability
      
      Change-Id: Ibe89e66ba52dba1c47b559bb784fd7376a3319f2
      Jon Hall authored
    • Serialization was failing when the inner ByteBuffer instance was a
      HeapByteBuffer. Also, simplified ImmutableByteSequence.toString()
      
      Change-Id: I4f75086a9b6536205fb43b78a0e4d2bfce9e8a5c
      Carmelo Cascone authored
    • - Implemented a non-blocking Thrift server for the controller (before it
      	was limiting the number of active connections)
      - Improved configuration swap times by forcing it
      - Minor bugfixes and polishing
      - Update onos-bmv2 repo URL in thrift-api pom.xml
      
      Change-Id: I13b61f5aa22558c395768e3b445f302b20c5bd33
      Carmelo Cascone authored
    • Input string from REST should not be converted into byte array directly.
      Before: "1" -> ascii 49 -> 0x31
      After: "0x01" -> 0x01
      GroupKey is a byte array with arbitrary length and represented by hex string
      
      Change-Id: If27101f0e5522212c7e434fab58b66e67e9676d7
      Charles Chan authored
    • Change-Id: If5c51aa2d713414839650e689ed8c4050a53c3a2
      Sho SHIMIZU authored
    • Change-Id: I4766f2495d24f477913a7aea8ca70ef4d7c7a633
      Yuta HIGUCHI authored
  2. 28 Jun, 2016 17 commits
  3. 27 Jun, 2016 4 commits
  4. 25 Jun, 2016 2 commits
  5. 24 Jun, 2016 3 commits
  6. 23 Jun, 2016 6 commits