Skip to content
Snippets Groups Projects
  1. Apr 23, 2018
  2. Apr 20, 2018
  3. Apr 19, 2018
  4. Apr 18, 2018
  5. Apr 14, 2018
    • Marek Vavruša's avatar
      worker: fixed infinite loop on send failure · 90f72d63
      Marek Vavruša authored
      The problem here is when qr_task_send() returns an error, the
      following error handler will attempt to cancel all tasks that were
      started on the same connection, but that will only work for the first
      task (which is finished), the qr_task_on_send() will have no effect
      on tasks in progress as the passed handle is NULL, and the task->finished
      is false, thus looping infinitely.
      
      The solution here is to let the rest of the tasks complete, even though
      sending answer back will fail (which is fine).
      90f72d63
  6. Apr 13, 2018
  7. Apr 12, 2018
  8. Apr 07, 2018
  9. Apr 04, 2018
  10. Mar 28, 2018
  11. Mar 26, 2018
  12. Mar 23, 2018
    • Marek Vavruša's avatar
      daemon/tls: downgraded TLS logging to verbose · c1539763
      Marek Vavruša authored
      Logging handshake and connection failures should be verbose, as
      it's not really a server failure if client errors, or uses a wrong
      SPKI pin to the certificate. It is however not ideal to flood logs.
      c1539763
  13. Mar 01, 2018
  14. Feb 21, 2018
  15. Feb 15, 2018