1. 26 3月, 2022 1 次提交
  2. 25 3月, 2022 9 次提交
  3. 04 9月, 2021 1 次提交
  4. 05 7月, 2021 3 次提交
  5. 20 3月, 2021 1 次提交
  6. 07 1月, 2021 1 次提交
  7. 29 12月, 2020 1 次提交
  8. 02 12月, 2020 1 次提交
  9. 01 12月, 2020 1 次提交
    • C
      github: fix unbuffered channel passed to signal.Notify · 7e3e213f
      Cuong Manh Le 提交于
      The docs at os/signal.Notify warn about this signal delivery loss bug at
      https://golang.org/pkg/os/signal/#Notify, which says:
      
          Package signal will not block sending to c: the caller must ensure
          that c has sufficient buffer space to keep up with the expected signal
          rate. For a channel used for notification of just one signal value,
          a buffer of size 1 is sufficient.
      
      Caught by a static analysis tool from Orijtech, Inc. called "sigchanyzer"
      7e3e213f
  10. 17 11月, 2020 3 次提交
  11. 10 11月, 2020 1 次提交
  12. 24 8月, 2020 2 次提交
  13. 12 8月, 2020 1 次提交
  14. 11 8月, 2020 1 次提交
  15. 03 8月, 2020 5 次提交
  16. 02 8月, 2020 4 次提交
  17. 17 7月, 2020 1 次提交
  18. 21 6月, 2020 1 次提交
  19. 26 5月, 2020 2 次提交