Skip to content
Snippets Groups Projects
  1. Feb 12, 2017
  2. Feb 10, 2017
  3. Jan 17, 2017
  4. Dec 22, 2016
  5. Dec 10, 2016
  6. Dec 09, 2016
    • Jan-Philipp Litza's avatar
      gluon-respondd: restart on state change of client iface · fcf3abd9
      Jan-Philipp Litza authored
      Because we unconditionally appended `-i br-client` to the command line of
      respondd, it wasn't restarted when br-client changed state. Now, we use a
      jsonfilter expression on the network.interface dump data, similar to how the
      other interface names are generated, and only add the interface to the argument
      list if it is up.
      fcf3abd9
  7. Dec 08, 2016
  8. Aug 27, 2016
  9. Jul 10, 2016
  10. May 26, 2016
    • Jan-Philipp Litza's avatar
      respondd modules: Use proper formatting of doubles · f7eda938
      Jan-Philipp Litza authored
      Most doubles that are delivered via respondd have limited input
      precision, but are converted with up to 17 digits of precision. That can
      cause ugly blowups like 0.2800000000000001 in the output, which is
      avoided by specifying better format strings (like "%.2f" in most cases).
      f7eda938
  11. Apr 02, 2016
  12. Feb 08, 2016
  13. Feb 05, 2016
  14. Feb 02, 2016
Loading