1. Aug 11, 2020
  2. Aug 07, 2020
  3. Aug 04, 2020
  4. Aug 01, 2020
  5. Jul 20, 2020
  6. Jul 18, 2020
  7. Jul 16, 2020
  8. Jul 15, 2020
  9. Jul 13, 2020
  10. Jul 11, 2020
    • Sigmund Vik's avatar
      Add broker ready message. · 20972a28
      Sigmund Vik authored
      
      
      Before this commit there was no good way to detect that the
      Mosquitto broker was done with its startup phase on systems
      without systemd.
      
      On such systems it was tricky to e.g. start the broker from
      a test where ports are dynamically assigned and one have to
      deal with potential port conflicts.  Without a way to know
      that the broker is done with its startup phase, there was no
      way to know if the broker was able to acquire the port (for
      both IPv4 and IPv6) without waiting for some unknown period
      of time (when many tests are run in parallel a single process
      might be starved for resources).
      
      With this new broker ready message it is easy for the parent
      process to monitor the broker output and figure out when the
      port was successfully acquired.
      
      Signed-off-by: default avatarSigmund Vik <sigmund_vik@yahoo.com>
      20972a28
  11. Jun 23, 2020
  12. Jun 17, 2020
  13. Jun 10, 2020
  14. Jun 09, 2020