1. 4e7250db gobuilder: ignore _test.go files when looking for docs, more logging by Andrew Gerrand · 14 years ago
  2. 79260e5 dashboard: yet another utf-8 fix by Russ Cox · 14 years ago
  3. a3bc768 godashboard: fix utf-8 in user names by Russ Cox · 14 years ago
  4. 74fc7d8 gobuilder: increase log limit by Russ Cox · 14 years ago
  5. 39194de misc/dashboard: remove limit for json package list by Andrew Gerrand · 14 years ago
  6. 1d8f822 url: new package by Rob Pike · 14 years ago
  7. dbba5cc gobuilder: goinstall with -dashboard=false instead of -log=false by Andrew Gerrand · 14 years ago
  8. 48d1240 misc/dashboard: center align build results by Andrew Gerrand · 14 years ago
  9. a0d3be1 goinstall, dashboard: Google Code now supports git by Tarmigan Casebolt · 14 years ago
  10. 7a18fc3 dashboard: list "most installed this week" with rolling count by Andrew Gerrand · 14 years ago
  11. 6a2e243 dashboard: show build state and package comments on dashboard by Andrew Gerrand · 14 years ago
  12. 546c78b builder: minor fixes by Andrew Gerrand · 14 years ago
  13. ebb1566 strings.Split: make the default to split all. by Rob Pike · 14 years ago
  14. 524d02c builder: run make single-threaded on windows by Alex Brainman · 14 years ago
  15. b7b8f2b misc/godashboard: Accept sub-directories for goinstall's report. by Yasuhiro Matsumoto · 14 years ago
  16. 6a87628 http: change most map[string][]string types to new Values type by Brad Fitzpatrick · 14 years ago
  17. 548e3d0 gobuilder: number of fixes by Alex Brainman · 14 years ago
  18. 3b938f7 dashboard: bug fix by Andrew Gerrand · 14 years ago
  19. f4f5836 dashboard: add favicon.ico by Andrew Gerrand · 14 years ago
  20. f259f6b exec: new API, replace Run with Command by Brad Fitzpatrick · 14 years ago
  21. 55f8fd2 gobuilder: remove some windows-specificity by Andrew Gerrand · 14 years ago
  22. 3fbd478 pkg: spelling tweaks, I-Z by Robert Hencke · 14 years ago
  23. 5784dcf dashboard: send notification emails when the build breaks by Andrew Gerrand · 14 years ago
  24. 55dd63b gobuilder: fixes for windows by Alex Brainman · 14 years ago
  25. b790ae2 go/printer, gofmt: fix formatting of expression lists (missing blank) by Robert Griesemer · 14 years ago
  26. ac65eaa dashboard: delay hg pull until needed by Russ Cox · 14 years ago
  27. 05a1b7e http: remove finalURL from Client.Get; move to Response by Brad Fitzpatrick · 14 years ago
  28. 12c3afc dashboard: fix for branches by Russ Cox · 14 years ago
  29. 50e65ab builder: build multiple targets in parallel by Andrew Gerrand · 14 years ago
  30. 63d531a dashboard: build most recent revision first by Russ Cox · 14 years ago
  31. 91dfae7 gobuilder: respect MAKEFLAGS if provided by Dave Cheney · 14 years ago
  32. 9fba2a1 gobuilder: permit builders of the form goos-goarch-foo by Andrew Gerrand · 14 years ago
  33. dcf32a24 builder: fix documentation s/\.gobuilder/.gobuildkey/ by Andrew Gerrand · 14 years ago
  34. 328aac3 godashboard: Show packages at launchpad.net by Gustavo Niemeyer · 14 years ago
  35. de3aac6 gofix: don't rewrite O_APPEND opens by Russ Cox · 14 years ago
  36. 8a90fd3 os: New Open API. by Rob Pike · 14 years ago
  37. c3fa730 dashboard: remove old python/bash builder, update README by Andrew Gerrand · 14 years ago
  38. 5dd0869 codereview: permit CLs of the form weekly.DATE by Andrew Gerrand · 14 years ago
  39. 4b4a1ea misc/dashboard/builder/doc.go: gofmt it by Robert Griesemer · 14 years ago
  40. 34f2f68 gobuilder: add -package flag to build external packages by Andrew Gerrand · 14 years ago
  41. 7f5acfb misc/dashboard/builder: talk to hg with utf-8 encoding always. by Andrew Gerrand · 14 years ago
  42. 79ba1ce misc/dashboard: tweak build fail notification email by Andrew Gerrand · 14 years ago
  43. 00d8d00 misc/dashboard: notify golang-dev on build failure by Andrew Gerrand · 14 years ago
  44. bbb7080 misc/dashboard: hide benchmarks link temporarily by Andrew Gerrand · 14 years ago
  45. eea18d9 log: rename Exit* to Fatal* by Rob Pike · 14 years ago
  46. a4bade8 gobuilder: prefix the tarball with 'go.', tweak release regexp by Andrew Gerrand · 14 years ago
  47. 5742ded godashboard: support submitting projects with non-ascii names by Ryan Hitchman · 14 years ago
  48. 8984fa8 dashboard: fix project tag filter by Andrew Gerrand · 14 years ago
  49. dfd98d0 builder: Allow buildroot to be passed as command-line argument by Devon H. O'Dell · 14 years ago
  50. fe57dd85 builder: pass GOHOSTOS and GOHOSTARCH to build by Andrew Gerrand · 14 years ago
  51. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  52. f16b6b1 misc: update python scripts to specify python2 or nothing by Andrew Gerrand · 14 years ago
  53. b3601a5 gobuilder: write build and benchmarking logs to disk by Andrew Gerrand · 14 years ago
  54. 06492d4 build: add gobuilder and goplay to run.bash by Andrew Gerrand · 14 years ago
  55. 03babfc Use Errorf where appropriate. by Andrew Gerrand · 15 years ago
  56. fdb9e68 misc/dashboard/builder: remove build files after benchmarking by Andrew Gerrand · 15 years ago
  57. 96d6f9d misc/dashboard/builder: -cmd for user-specified build command by Andrew Gerrand · 15 years ago
  58. 0e73fff misc/dashboard/builder: fix bug that caused old revisions to be rebuilt by Andrew Gerrand · 15 years ago
  59. 6952347 misc/dashboard/builder: fixes and improvements by Andrew Gerrand · 15 years ago
  60. 3e8cc7f misc/dashboard/builder: gobuilder, a continuous build client by Andrew Gerrand · 15 years ago
  61. e11bcc8 revert accidental submit of builder.go by Andrew Gerrand · 15 years ago
  62. 1a5d3c2 misc/dashboard/builder: Go implementation of continuous build client by Andrew Gerrand · 15 years ago
  63. da392d9 build: no required environment variables by Russ Cox · 15 years ago
  64. 5443bbe builder: update script so it doesn't create tar-bombs by Andrew Gerrand · 15 years ago
  65. 3402c5e misc/builder: support for uploading tarballs to googlecode by Andrew Gerrand · 15 years ago
  66. fc5a835 dashboard: more aggressive caching for project/package pages by Andrew Gerrand · 15 years ago
  67. 1930cd5 dashboard: use jQuery Autocomplete plugin from Google AJAX Libs API by Andrew Gerrand · 15 years ago
  68. 6e83100 godashboard: add Projects page by Andrew Gerrand · 15 years ago
  69. b524fdc godashboard: change behaviour of top button by Andrew Gerrand · 15 years ago
  70. d6b199a dashboard: reintroduce Benchmark model by Andrew Gerrand · 15 years ago
  71. 249c49e dashboard: fix benchmark json output by Andrew Gerrand · 15 years ago
  72. 8df3121 godashboard: remove obselete data models and conversion code by Andrew Gerrand · 15 years ago
  73. 47c4416 godashboard: bz2 compress logs in data store by Andrew Gerrand · 15 years ago
  74. 7678c5b godashboard: fix benchmarks page (first pass) by Andrew Gerrand · 15 years ago
  75. c72f491 godashboard: new stylesheet, build status pagination by Andrew Gerrand · 15 years ago
  76. 6129dbb dashboard: include package.html by Andrew Gerrand · 15 years ago
  77. 3e4e4ec goinstall: an experiment in (external) package installation by Russ Cox · 15 years ago
  78. c426427 dashboard: more performance tuning by Russ Cox · 15 years ago
  79. 666abfb dashboard: lots of caching to avoid datastore queries by Russ Cox · 15 years ago
  80. c7d37e4 dashboard: auto-update builder.sh. by Russ Cox · 15 years ago
  81. d5b946f dashboard: present benchmarks by Russ Cox · 15 years ago
  82. 0141fd3 dashboard: avoid seeing cron's sh -c in ps check by Russ Cox · 15 years ago
  83. 2e989df dashboard: move key.py out of the way, by Russ Cox · 15 years ago
  84. 2ce13ba dashboard: builder tweaks by Russ Cox · 15 years ago
  85. c40c974 dashboard: look for key in $GOROOT before $HOME by Russ Cox · 15 years ago
  86. e0afb0c godashboard: fiddling by Russ Cox · 15 years ago
  87. 062fee0 dashboard: add benchmarking support. by Adam Langley · 15 years ago
  88. d635d84 Add builder scripts. by Adam Langley · 15 years ago