good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jun 27, 2017
  2. May 24, 2017
  3. May 03, 2017
  4. Apr 14, 2017
  5. Apr 13, 2017
  6. Apr 12, 2017
  7. Apr 10, 2017
  8. Apr 06, 2017
    • Péter Szilágyi's avatar
      .travis, build: autodelete old unstable archives (#13867) · c76ad944
      Péter Szilágyi authored
      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
  9. Mar 29, 2017
  10. Mar 24, 2017
    • Felix Lange's avatar
      build: always run go vet · df1fbe3c
      Felix Lange authored
      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
  11. Mar 23, 2017
  12. Mar 22, 2017
    • Felix Lange's avatar
      all: import "context" instead of "golang.org/x/net/context" · c213fd1f
      Felix Lange authored
      There is no need to depend on the old context package now that the
      minimum Go version is 1.7. The move to "context" eliminates our weird
      vendoring setup. Some vendored code still uses golang.org/x/net/context
      and it is now vendored in the normal way.
      
      This change triggered new vet checks around context.WithTimeout which
      didn't fire with golang.org/x/net/context.
      c213fd1f
    • Felix Lange's avatar
      build: remove support for the GO_OPENCL environment variable · c6e6f1fe
      Felix Lange authored
      We don't use the opencl build tag anymore.
      c6e6f1fe
    • Felix Lange's avatar
      build: require Go >= 1.7 · da7af440
      Felix Lange authored
      We have decided to bump the requirement to Go 1.7 because it enables
      subtests and allows dropping backwards-compatibility code. This is in
      line with Go's support policy. Go 1.6 and earlier no longer receive
      security updates.
      da7af440
  13. Mar 09, 2017
  14. Mar 03, 2017
  15. Mar 02, 2017
  16. Feb 23, 2017
  17. Feb 13, 2017
  18. Jan 29, 2017
  19. Jan 20, 2017
  20. Jan 13, 2017
  21. Jan 09, 2017
  22. Jan 06, 2017
  23. Jan 05, 2017
  24. Dec 14, 2016
  25. Dec 13, 2016
  26. Dec 10, 2016
    • Bas van Kervel's avatar
      build: safe update of PATH on Windows (#3419) · 4f9ccdd7
      Bas van Kervel authored
      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
  27. Dec 08, 2016
  28. Nov 28, 2016
  29. Nov 25, 2016
  30. Nov 23, 2016
  31. Nov 22, 2016
Loading