1. 14 May, 2019 1 commit
  2. 13 May, 2019 1 commit
  3. 11 May, 2019 1 commit
  4. 26 Apr, 2019 3 commits
  5. 28 Mar, 2019 1 commit
  6. 05 Mar, 2019 1 commit
  7. 18 Feb, 2019 1 commit
  8. 05 Jan, 2019 1 commit
  9. 26 Dec, 2018 1 commit
  10. 03 Nov, 2018 1 commit
  11. 24 Sep, 2018 3 commits
  12. 09 Aug, 2018 1 commit
  13. 27 Jun, 2018 1 commit
    • Steven Allen's avatar
      gx update · 3eba14aa
      Steven Allen authored
      Updates:
      
      * go-kad-dht: Query performance improvements, DHT client fixes, validates
        records on *local* put.
      * go-libp2p-swarm/go-libp2p-transport: Timeout improvements.
      * go-multiaddr-net: Exposes useful Conn methods (CloseWrite, CloseRead, etc.)
      * go-log: fixes possible panic when enabling/disabling events.
      * go-multiaddr: fixes possible panic when stringifying malformed multiaddrs,
        adds support for consuming /p2p/ multiaddrs.
      
      fixes #5113
      unblocks #4895
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      3eba14aa
  14. 09 Jun, 2018 1 commit
  15. 01 Jun, 2018 1 commit
  16. 30 Mar, 2018 1 commit
  17. 05 Feb, 2018 1 commit
  18. 04 Feb, 2018 1 commit
  19. 01 Feb, 2018 1 commit
  20. 04 Dec, 2017 1 commit
    • hoenirvili's avatar
      This patch contains more safe checking in syscall rlimit and unit tests · f16ada61
      hoenirvili authored
      The soft limit is the value that the kernel enforces for the corresponding resource
      The hard limit acts as a ceiling for the soft limit
      an unprivileged process may only set its soft limit to a value
      in the range from 0 up to the hard limit.
      So in order to make the change in fds count without any error we should
      inform the user to make the process have CAP_SYS_RESOURCE capability
      in order to set the hard limit.
      
      License: MIT
      Signed-off-by: default avatarhoenirvili <hoenirvili@gmail.com>
      f16ada61