1. bf84c33 Strip off exception handling so backtrace can be obtained. by Ken Chiang · 10 years ago
  2. 8f3f705 Allow controller host to be an IPv6 address. by Ken Chiang · 10 years ago
  3. 1e7617b controller: fix exp_msg validation when mixing OF versions by Rich Lane · 10 years ago
  4. 1e31d74 controller: fix string formatting in exception message by Rich Lane · 11 years ago
  5. a024708 Merge into master from pull request #102: by abat · 11 years ago
  6. e5b6731 controller: clean up poll loop by Rich Lane · 11 years ago
  7. 4957503 controller: include repr(exp_msg) in exception by Rich Lane · 11 years ago
  8. cb5574e controller: remove redundant log by Rich Lane · 11 years ago
  9. e9d3691 controller: accept class in the poll exp_msg parameter by Rich Lane · 11 years ago
  10. a4c80ff Merge into master from pull request #100: by abat · 11 years ago
  11. fa2a4de controller: workaround pylint false positives by Rich Lane · 11 years ago
  12. 9fb6702 controller: remove message version check by Rich Lane · 11 years ago
  13. 1fd43e3 controller: log LOXI class name instead of header type by Rich Lane · 11 years ago
  14. c11a918 When handling OF messages from switch, use matching OF version. by Wilson Ng · 11 years ago
  15. e53294a Merge into master from pull request #73: by abat · 11 years ago
  16. c9d3edd controller: serialize calls to socket.sendall by Rich Lane · 11 years ago
  17. 4d1f3eb oft: change default port to 6653 by Rich Lane · 11 years ago
  18. 720eaf2 fix bugs found by pylint by Rich Lane · 11 years ago
  19. 5542cf5 Update controller.py by sumithdev09 · 11 years ago
  20. 7ecabd2 Update controller.py by sumithdev09 · 11 years ago
  21. 7094ff1 controller: log more usefully when checking message queue by Rich Lane · 12 years ago
  22. c4ab0be Merge pull request #48 from floodlight/det-monitor-pkt-in by Dan Talayco · 12 years ago
  23. 7071cf1 Minor updates for pkt in monitoring by Dan Talayco · 12 years ago
  24. d929b8d controller: prevent switch from reconnecting by Rich Lane · 12 years ago
  25. dd6b6ff Support counting pkt-in msgs in controller by Dan Talayco · 12 years ago
  26. 1879dc7 loxi-prep: always handle missing entry in type map by Rich Lane · 12 years ago
  27. 1622bbb loxi-prep: change parse_header to return a tuple by Rich Lane · 12 years ago
  28. f688351 loxi-prep: move message parsing to ofp.message by Rich Lane · 12 years ago
  29. 8fbfd66 loxi-prep: default xid to None by Rich Lane · 12 years ago
  30. b73808c loxi-prep: move header fields into the message classes by Rich Lane · 12 years ago
  31. d7b0ffa loxi-prep: remove uses of cstruct module by Rich Lane · 12 years ago
  32. 5d63b9c controller: log xids and error messages by Rich Lane · 12 years ago
  33. 9fd0568 add --of-version option by Rich Lane · 12 years ago
  34. c44b624 controller: fix version negotiation by Rich Lane · 12 years ago
  35. 78ef8b9 use the generic name "ofp" to refer to the the OpenFLow protocol module by Rich Lane · 12 years ago
  36. ed1fa2d parse: remove uses of from module import * by Rich Lane · 12 years ago
  37. cd97d3d minimize use of "from module import *" by Rich Lane · 12 years ago
  38. 6242d9f move and check in OpenFlow protocol modules by Rich Lane · 12 years ago
  39. 5c3151c throw AssertionError if controller.message_send fails by Rich Lane · 12 years ago
  40. f18980d controller: improve log message when sending OF msg by Rich Lane · 12 years ago
  41. 376bb40 controller: join controller thread in kill() by Rich Lane · 12 years ago
  42. 207502e controller: move creation of listening connection to constructor by Rich Lane · 12 years ago
  43. 4dfd5e1 factor out EventDescriptor from Controller by Rich Lane · 12 years ago
  44. 3279754 controller: use a pipe to wake up event loop from a different thread by Rich Lane · 12 years ago
  45. 82ef183 disable Nagle's algorithm by Rich Lane · 12 years ago
  46. 74be472 controller.py: clear pending packets on disconnect. by Ken Chiang · 12 years ago
  47. 69ca4d6 Support active connect, overwrite log by Dan Talayco · 12 years ago
  48. 7717399 Rework HandshakeAndKeepalive test to handle more than one controller. by Ken Chiang · 12 years ago
  49. e875baf Merge branch 'master' into kenc by Ken Chiang · 12 years ago
  50. 1a8d5aa ensure first message switch receieves is hello by Rich Lane · 12 years ago
  51. adc950f Add disconnect() and wait_disconnect() methods to controller. by Ken Chiang · 12 years ago
  52. b4f8ecb accept incoming connections even if ignoring them by Rich Lane · 12 years ago
  53. 9e55e28 Change controller.message_send to use exceptions for exceptional conditions by Ed Swierk · 12 years ago
  54. 8806bc4 standardize on -1 for default timeouts by Rich Lane · 12 years ago
  55. e1da7ea convert controller.py to use timed_wait by Rich Lane · 12 years ago
  56. b64ce3d factor out ofutils.timed_wait and simplify Controller.poll by Rich Lane · 12 years ago
  57. 9aca199 fix multithreading issues with xid_response by Rich Lane · 12 years ago
  58. ee3586c Use the "with" statement to acquire a few locks by Rich Lane · 12 years ago
  59. c4f071b fix multithreading issues with packet queue by Rich Lane · 12 years ago
  60. f8de518 Support for filtering pkt ins, cleanup by Dan Talayco · 13 years ago
  61. 0fc08bd Add default timeout for do_barrier by Dan Talayco · 13 years ago
  62. c00c747 Copied over from master branch by Howard Persh · 13 years ago
  63. 2843d2b Goofed last minute change about action comparison for modifies, modify does not change timeouts -- fixed by root · 13 years ago
  64. 0214da2 Once a switch is connected, ignore further connection attempts rather by Ed Swierk · 13 years ago
  65. 4306d3e Update packet offset before continue stmts by Dan Talayco · 13 years ago
  66. 836e5bd Fix check for incomplete packet by Ed Swierk · 13 years ago
  67. e3e452a Bugfix to controller I/O parsing by Rob Sherwood · 13 years ago
  68. 7455ed2 Update buffer consumption for echo response by Dan Talayco · 14 years ago
  69. 741b118 Increase receive size for received OF msgs by Glen Gibb · 14 years ago
  70. 6d46706 Support multiple OF msgs in a single pkt by Glen Gibb · 14 years ago
  71. 09c2c59 Fix debug output for no resp on XID transaction by Dan Talayco · 15 years ago
  72. b2d1d04 Check for OpenFlow version compatibility by Dan Talayco · 15 years ago
  73. 11c26e7 indentation, spaces by Dan Talayco · 15 years ago
  74. d12b661 Fixed race condition by Dan Talayco · 15 years ago
  75. 4837010 Major overhaul of oftest command interface by Dan Talayco · 15 years ago
  76. 90576bd Comments and todo additions by Dan Talayco · 15 years ago
  77. e226eb1 Mostly polling and timeout support by Dan Talayco · 15 years ago
  78. 710438c Mostly changes to socket deployment by Dan Talayco · 15 years ago
  79. 1b3f690 Lots of reorg and wrestling with sockets by Dan Talayco · 15 years ago
  80. d7e2dbe Moved core code up to oftest directory by Dan Talayco · 15 years ago
  81. ec857da Moved code up one directory by Dan Talayco · 15 years ago[Renamed from src/python/oftest/controller/controller.py]
  82. 21c75c7 Major changes by Dan Talayco · 15 years ago
  83. e37999f Added netutils; update for changed paths by Dan Talayco · 15 years ago
  84. 3408952 Added controller, dataplane and configuration files by Dan Talayco · 15 years ago