1. 02 1月, 2018 1 次提交
  2. 13 12月, 2017 1 次提交
  3. 01 12月, 2017 1 次提交
  4. 30 11月, 2017 1 次提交
  5. 28 11月, 2017 1 次提交
  6. 22 11月, 2017 1 次提交
  7. 11 11月, 2017 1 次提交
    • F
      build: enable unconvert linter (#15456) · 86f6568f
      ferhat elmas 提交于
      * build: enable unconvert linter
      
       - fixes #15453
       - update code base for failing cases
      
      * cmd/puppeth: replace syscall.Stdin with os.Stdin.Fd() for unconvert linter
      86f6568f
  8. 10 11月, 2017 1 次提交
  9. 09 11月, 2017 1 次提交
  10. 20 10月, 2017 1 次提交
  11. 07 8月, 2017 2 次提交
  12. 27 6月, 2017 1 次提交
  13. 03 5月, 2017 1 次提交
  14. 14 4月, 2017 1 次提交
  15. 12 4月, 2017 1 次提交
  16. 11 4月, 2017 1 次提交
  17. 06 4月, 2017 1 次提交
    • P
      .travis, build: autodelete old unstable archives (#13867) · c76ad944
      Péter Szilágyi 提交于
      This commit adds a build step to travis to auto-delete unstable archives older than
      14 days (our regular release schedule) from Azure via ci.go purge.
      
      The commit also pulls in the latest Azure storage code, also switching over from
      the old import path (github.com/Azure/azure-sdk-for-go) to the new split one
      (github.com/Azure/azure-storage-go).
      c76ad944
  18. 29 3月, 2017 1 次提交
  19. 24 3月, 2017 1 次提交
    • F
      build: always run go vet · df1fbe3c
      Felix Lange 提交于
      This ensures 'make test' finds all errors that remote CI would find.
      Go 1.7 vet reports a false positive in package log, add a workaround.
      df1fbe3c
  20. 23 3月, 2017 2 次提交
  21. 22 3月, 2017 2 次提交
  22. 09 3月, 2017 1 次提交
  23. 03 3月, 2017 1 次提交
  24. 02 3月, 2017 2 次提交
  25. 13 2月, 2017 1 次提交
  26. 30 1月, 2017 1 次提交
  27. 20 1月, 2017 1 次提交
  28. 13 1月, 2017 3 次提交
  29. 06 1月, 2017 1 次提交
  30. 05 1月, 2017 1 次提交
  31. 14 12月, 2016 1 次提交
  32. 13 12月, 2016 1 次提交
  33. 11 12月, 2016 1 次提交
    • B
      build: safe update of PATH on Windows (#3419) · 4f9ccdd7
      bas-vk 提交于
      NSIS has a default MAX_STR_LEN of 1024. If $ENV{PATH} is longer
      the returned string is truncated to an empty string. Its then not
      possible to distinguis between the variable not set or too long.
      As a result the variable is set with the location where geth and/or
      dev tools are installed. This may override any previous set values.
      4f9ccdd7
  34. 08 12月, 2016 1 次提交