good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jan 27, 2019
  2. Jan 03, 2019
  3. Nov 22, 2018
  4. Nov 07, 2018
  5. Oct 08, 2018
    • Felix Lange's avatar
      travis, build: speed up CI runs (#17854) · 72a07684
      Felix Lange authored
      * travis: exclude non-test jobs for PRs
      
      We don't usually look at these builders and not starting them
      removes ~15min of build time.
      
      * build: don't run vet before tests
      
      Recent versions of Go run vet during 'go test' and we have
      a dedicated lint job.
      
      * build: use -timeout 5m for tests
      
      Tests sometimes hang on Travis. CI runs are aborted after 10min with no
      output. Adding the timeout means we get to see the stack trace for
      timeouts.
      Unverified
      72a07684
  6. Oct 03, 2018
  7. Oct 02, 2018
  8. Sep 19, 2018
  9. Aug 20, 2018
  10. Jun 20, 2018
  11. Jun 14, 2018
  12. May 18, 2018
  13. May 14, 2018
  14. May 10, 2018
  15. May 01, 2018
  16. Apr 10, 2018
  17. Mar 28, 2018
  18. Mar 19, 2018
    • Péter Szilágyi's avatar
      crypto/bn256: full switchover to cloudflare's code (#16301) · 1203c6a2
      Péter Szilágyi authored
      * crypto/bn256: full switchover to cloudflare's code
      
      * crypto/bn256: only use cloudflare for optimized architectures
      
      * crypto/bn256: upstream fallback for non-optimized code
      
      * .travis, build: drop support for Go 1.8 (need type aliases)
      
      * crypto/bn256/cloudflare: enable curve mul lattice optimization
      Unverified
      1203c6a2
  19. Mar 08, 2018
  20. Feb 27, 2018
  21. Feb 13, 2018
  22. Jan 11, 2018
  23. Jan 02, 2018
  24. Dec 07, 2017
  25. Nov 09, 2017
  26. Sep 18, 2017
  27. Aug 28, 2017
  28. Jun 22, 2017
  29. May 25, 2017
  30. May 08, 2017
  31. Apr 08, 2017
  32. 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
  33. Mar 24, 2017
  34. Mar 23, 2017
  35. Mar 22, 2017
    • 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
  36. Mar 20, 2017
  37. Mar 02, 2017
Loading