1. 09 3月, 2018 1 次提交
  2. 08 3月, 2018 1 次提交
  3. 05 3月, 2018 1 次提交
  4. 12 2月, 2018 1 次提交
    • M
      rpc: dns rebind protection (#15962) · 589b603a
      Martin Holst Swende 提交于
      * cmd,node,rpc: add allowedHosts to prevent dns rebinding attacks
      
      * p2p,node: Fix bug with dumpconfig introduced in r54aeb8e4
      
      * rpc: add wildcard support for rpcallowedhosts + go fmt
      
      * cmd/geth, cmd/utils, node, rpc: ignore direct ip(v4/6) addresses in rpc virtual hostnames check
      
      * http, rpc, utils: make vhosts into map, address review concerns
      
      * node: change log messages to use geth standard (not sprintf)
      
      * rpc: fix spelling
      589b603a
  5. 06 2月, 2018 1 次提交
  6. 05 2月, 2018 1 次提交
  7. 02 2月, 2018 1 次提交
  8. 25 1月, 2018 1 次提交
  9. 22 1月, 2018 1 次提交
    • F
      p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200) · 92580d69
      Felföldi Zsolt 提交于
      This commit affects p2p/discv5 "topic discovery" by running it on
      the same UDP port where the old discovery works. This is realized
      by giving an "unhandled" packet channel to the old v4 discovery
      packet handler where all invalid packets are sent. These packets
      are then processed by v5. v5 packets are always invalid when
      interpreted by v4 and vice versa. This is ensured by adding one
      to the first byte of the packet hash in v5 packets.
      
      DiscoveryV5Bootnodes is also changed to point to new bootnodes
      that are implementing the changed packet format with modified
      hash. Existing and new v5 bootnodes are both running on different
      ports ATM.
      92580d69
  10. 15 1月, 2018 1 次提交
    • K
      dashboard: deep state update, version in footer (#15837) · 938cf452
      Kurkó Mihály 提交于
      * dashboard: footer, deep state update
      
      * dashboard: resolve asset path
      
      * dashboard: remove bundle.js
      
      * dashboard: prevent state update on every reconnection
      
      * dashboard: fix linter issue
      
      * dashboard, cmd: minor UI fix, include commit hash
      
      * remove geth binary
      
      * dashboard: gitCommit renamed to commit
      
      * dashboard: move the geth version to the right, make commit optional
      
      * dashboard: commit limited to 7 characters
      
      * dashboard: limit commit length on client side
      
      * dashboard: run go generate
      938cf452
  11. 12 1月, 2018 1 次提交
    • R
      common/fdlimit: Move fdlimit files to separate package (#15850) · 56152b31
      Ricardo Domingos 提交于
      * common/fdlimit: Move fdlimit files to separate package
      
      When go-ethereum is used as a library the calling program need to set
      the FD limit.
      
      This commit extract fdlimit files to a separate package so it can be
      used outside of go-ethereum.
      
      * common/fdlimit: Remove FdLimit from functions signature
      
      * common/fdlimit: Rename fdlimit functions
      56152b31
  12. 04 1月, 2018 1 次提交
  13. 03 1月, 2018 1 次提交
  14. 10 12月, 2017 1 次提交
  15. 26 11月, 2017 1 次提交
  16. 24 11月, 2017 2 次提交
  17. 15 11月, 2017 1 次提交
  18. 24 10月, 2017 1 次提交
  19. 10 10月, 2017 1 次提交
  20. 27 9月, 2017 1 次提交
  21. 06 9月, 2017 1 次提交
  22. 25 8月, 2017 1 次提交
  23. 18 8月, 2017 1 次提交
  24. 04 8月, 2017 1 次提交
  25. 28 7月, 2017 1 次提交
  26. 05 7月, 2017 1 次提交
  27. 21 6月, 2017 1 次提交
  28. 15 6月, 2017 1 次提交
  29. 29 5月, 2017 1 次提交
  30. 25 5月, 2017 1 次提交
  31. 17 5月, 2017 1 次提交
  32. 10 5月, 2017 1 次提交
  33. 04 5月, 2017 1 次提交
  34. 03 5月, 2017 2 次提交
  35. 28 4月, 2017 2 次提交
  36. 25 4月, 2017 1 次提交
  37. 20 4月, 2017 1 次提交