1. 13 Jan, 2015 1 commit
  2. 07 Jan, 2015 2 commits
  3. 06 Jan, 2015 1 commit
  4. 05 Jan, 2015 2 commits
    • Juan Batiz-Benet's avatar
      `make test` now runs expensive tests. · f6def11e
      Juan Batiz-Benet authored
      We use make test as the measure of correctness.
      This laxity has let bugs creep into several systems.
      This commit changes our target to always run expensive
      tests, unless one specifically runs `make test_short`
      
      (we would do well to remove most if not all timing--
      that's usually what makes tests take a long time.)
      f6def11e
    • Juan Batiz-Benet's avatar
      makefile fix: order of env vars · 3510a827
      Juan Batiz-Benet authored
      3510a827
  5. 23 Dec, 2014 2 commits
  6. 15 Dec, 2014 1 commit
  7. 09 Dec, 2014 1 commit
  8. 22 Nov, 2014 1 commit
  9. 18 Nov, 2014 1 commit
  10. 14 Nov, 2014 2 commits
  11. 07 Nov, 2014 2 commits
  12. 10 Sep, 2014 1 commit
    • Brian Tiger Chow's avatar
      vendor dependencies with godep · 7968b45e
      Brian Tiger Chow authored
      dependencies are vendored into Godeps/_workspace and commit versions are
      recorded in Godeps.json
      
      update datastore to e89f0511
      update go.crypto
      7968b45e