1. 07 Aug, 2020 2 commits
  2. 06 Aug, 2020 1 commit
  3. 05 Aug, 2020 14 commits
  4. 03 Aug, 2020 5 commits
  5. 02 Aug, 2020 1 commit
  6. 30 Jul, 2020 6 commits
  7. 28 Jul, 2020 2 commits
  8. 27 Jul, 2020 2 commits
  9. 24 Jul, 2020 3 commits
  10. 23 Jul, 2020 2 commits
  11. 22 Jul, 2020 2 commits
    • Łukasz Nowak's avatar
      component/rsyslogd: Version up · 68ced259
      Łukasz Nowak authored
      68ced259
    • Łukasz Nowak's avatar
      caddy-frontend: Keep connection to the backend · 63e91928
      Łukasz Nowak authored
      There is no reason to drop connection to the backend and then reinitate it on
      each request. It's better to keep connected and avoid additional work,
      especially in SSL handshake.
      
      Note: This was kept as the file has been copied from other place (haproxy
            on a backend), and slipped MR review, where MR author wanted to drop it
            anyway.
      63e91928