Skip to content
Snippets Groups Projects
  1. Jul 12, 2016
    • rsharo's avatar
      General code cleanup. · cef10a52
      rsharo authored
      * Eliminated (new) warnings
      * Fixed indentation
      * Removed excess blank lines
      * Improved some varable names
      * Removed (unneeded) commented-out code
      * Fixed up comments
      * Added @Override annotations
      cef10a52
  2. Jul 11, 2016
  3. Jul 10, 2016
  4. Jul 09, 2016
  5. Jul 08, 2016
  6. Jul 07, 2016
    • Ryan Izard's avatar
      Merge pull request #675 from rizard/master · 484307ff
      Ryan Izard authored
      Version REST API
      484307ff
    • Ryan Izard's avatar
      Finally! Maven works a lot better. (1) create single jar with all... · fc6687a2
      Ryan Izard authored
      Finally! Maven works a lot better. (1) create single jar with all dependencies. This is a much larger jar, but it is directly portable to another system... just use -cf and point to the floodlightdefault.properties file. (2) reduce unit test log verbosity... drastically. (3) include version and name in manifest for new version REST API. Note this also includes the web interface in the jar if the web interface submodule has been fetched prior to building the controller.
      fc6687a2
    • Ryan Izard's avatar
      update log message typo · dbb1405e
      Ryan Izard authored
      dbb1405e
    • Ryan Izard's avatar
      Remove old makefile. Add round #1 of version support via REST API. The... · 76cbc830
      Ryan Izard authored
      Remove old makefile. Add round #1 of version support via REST API. The included code adds a /wm/core/version/json REST API. This will work in Eclipse and in situations where the jar is being run in the build environment with the pom.xml. It will not work when the jar has been compiled and relocated outside of the build environment. For this, we need to come up with a solution to build in the version at compile-time. This will either incorporate it as code or save it somewhere in the classpath.
      76cbc830
  7. Jul 06, 2016
  8. Jul 05, 2016
  9. Jul 04, 2016
  10. Jul 02, 2016
  11. Jul 01, 2016
  12. Jun 30, 2016
  13. Jun 29, 2016
    • brobertson3's avatar
      Most of the changes for the Firewall to update the flowtables on switches · ce9f6813
      brobertson3 authored
      Updated Firewall.java so that addRule and deleteRule and enableFirewall announce that a rule is being changed in the firewall. Then the IRoutingDecisionChangedListener shall alert Forwarding to update the flowtable accordingly.  None of this is tested and the TopologyManager needs to be fixed.  I might even want to move the change out of TopologyManager altogether since RoutingDecisionChange doesn't concern it.
      ce9f6813
  14. Jun 23, 2016
  15. Jun 21, 2016
Loading