1. 09 Mar, 2022 1 commit
  2. 01 Oct, 2021 1 commit
  3. 09 Sep, 2021 1 commit
  4. 08 Sep, 2021 1 commit
  5. 30 Jul, 2020 1 commit
  6. 29 Jul, 2020 1 commit
  7. 23 Jul, 2020 1 commit
  8. 22 Jul, 2020 2 commits
  9. 26 May, 2020 1 commit
  10. 27 Mar, 2020 2 commits
  11. 03 Feb, 2020 2 commits
  12. 08 Jul, 2018 2 commits
  13. 06 Jul, 2018 1 commit
  14. 05 Jul, 2018 9 commits
  15. 18 Oct, 2017 3 commits
  16. 08 Jun, 2016 2 commits
  17. 19 Nov, 2015 2 commits
    • Kirill Smelkov's avatar
      Don't allow Net::HTTP to hang forever · deaa6b97
      Kirill Smelkov authored
      Net::HTTP has default infinite timeout for opening connection, which,
      when other side does not open connection fully, nor rejects connecting,
      results in infinite thread hang without any reporting into log.
      
      Fix it by explicitly making all timeouts finite (set to default
      Net::HTTP's read_timeout 60 seconds).
      
      /cc @klaus
      deaa6b97
    • Kirill Smelkov's avatar
      Use fluentd infrastructure for tracing · 11c22159
      Kirill Smelkov authored
      Previously WendelinClient's tracing was controlled by global $trace
      variable and was not correlated to current Fluentd log level, or current
      plugin log level and thus it was harder for users to use.
      
      Improve it and rework the tracing to use fluentd logging infrastructure.
      
      This way tracing is disabled by default, but can be either globally
      enabled with
      
          fluentd -v -v
      
      or only for wendelin_out plugin via adding
      
          log_level   trace
      
      to <match ...> section which routes messages to wendelin_out.
      
      /cc @klaus
      11c22159
  18. 25 Sep, 2015 1 commit
  19. 24 Sep, 2015 1 commit
  20. 14 Aug, 2015 1 commit
  21. 11 Aug, 2015 1 commit
  22. 25 May, 2015 2 commits