1. a4829ef gddo-server/assets: add Black Lives Matter banner by Andrew Bonventre · 3 years, 11 months ago
  2. 8458922 gddo-server: account for vendor dirs in pkg.go.dev redirect by Andrew Bonventre · 4 years ago
  3. b32b9ce gddo-server: parse host and url from request correctly by shaquilleq · 4 years ago
  4. c44e1e4 gddo-server: add UsePkgGoDev field to gddoEvent by shaquilleq · 4 years ago
  5. ce9b42d gddo-server: don't tee /_ah/* requests to pkg.go.dev by shaquilleq · 4 years ago
  6. 8d077c1 gddo-server: add isRobot field to gddoEvent by shaquilleq · 4 years ago
  7. a4ebd2f gddo-server: add a semaphore to limit concurrent graph requests by Dmitri Shuralyov · 4 years ago
  8. 3c2cc9a gddo-server: add utm_source to pkg.go.dev redirect URLs by Andrew Bonventre · 4 years, 2 months ago
  9. 95ce5a4 gddo-server: add UI to turn on/off redirect to pkg.go.dev by Andrew Bonventre · 4 years, 2 months ago
  10. df439dd gddo-server: add request headers to gddoEvent by Andrew Bonventre · 4 years, 2 months ago
  11. 23683d7 gddo-server: tee requests to pkgGoDev by Julie Qiu · 4 years, 3 months ago
  12. 31dd61d gddo: add option to redirect requests to pkg.go.dev by Gopher · 4 years, 3 months ago
  13. 5a4fa02 gddo: add banner informing users of pkg.go.dev by Andrew Bonventre · 4 years, 3 months ago
  14. 7365cb2 gddo: update gae-service-proxy for go111 GAE runtime by Andrew Bonventre · 4 years, 3 months ago
  15. 87df31a gddo: update from Godeps to modules by Andrew Bonventre · 4 years, 3 months ago
  16. fbfc0f5 gddo-server: add logging for start and end of each request by Julie · 4 years, 5 months ago
  17. 72a348e gosrc: update Go version regexp for golang.org pages by Dmitri Shuralyov · 4 years, 8 months ago
  18. 246c193 gosrc: regenerate with Go 1.13 by Dmitri Shuralyov · 4 years, 8 months ago
  19. 287de01 database: increase size limit of packages to 1.2 MB by Dmitri Shuralyov · 4 years, 9 months ago
  20. 38fe216 gosrc: handle not a directory error as not found error by Dmitri Shuralyov · 4 years, 9 months ago
  21. af0f2af gosrc: use Bitbucket v2 api by Colin Arnott · 5 years ago
  22. 2f5d894 database: use db.DeleteIndex instead of calling deleteIndex directly by Dmitri Shuralyov · 5 years ago
  23. 5a2505f database: make Block also remove packages in newCrawl and search index by Tuo Shan · 6 years ago
  24. 9dbec58 gosrc: regenerate with Go 1.12 by Dmitri Shuralyov · 5 years ago
  25. 9bd4a32 talksapp: use Go 1.9, update bot.html URLs by Dmitri Shuralyov · 5 years ago
  26. 73a248d .travis.yml: bump Go versions and use '.x' to get latest patch versions by Harald Nordgren · 5 years ago
  27. 6c03585 talksapp: update maintainer to Dmitri on index page by Dmitri Shuralyov · 6 years ago
  28. cd5c8e2 gosrc: handle ".background" in presentations by Michael McLoughlin · 6 years ago
  29. fdc9e01 remove stray punctuation from CONTRIBUTING.md by Stuart Jansen · 6 years ago
  30. 8b03190 doc: factor out redirect logic from newPackage to gosrc.MaybeRedirect by Dmitri Shuralyov · 6 years ago
  31. ee3b7b1 doc: don't redirect vanity packages to GitHub by Dmitri Shuralyov · 6 years ago
  32. 656e7e1 gosrc: add missing context parameters to print.go by Martin Tournoij · 6 years ago
  33. 96d2a28 doc: add js/wasm GOOS/GOARCH env pair by Dmitri Shuralyov · 6 years ago
  34. c32df13 gosrc: regenerate with Go 1.11 by Dmitri Shuralyov · 6 years ago
  35. 9d8ff1c improve redirection to canonical import path by Martin Tournoij · 6 years ago
  36. 3a2d59c gddo-server: revert "hide internal packages" by Dmitri Shuralyov · 6 years ago
  37. a475e03 Update http links to https by Dmitriy · 6 years ago
  38. daffe1f gosrc: validate repo from meta by Tuo Shan · 6 years ago
  39. 9ab275b gosrc: add minimal support for vgo-aware modules by Paul Jolly · 6 years ago
  40. 574849d cloud.google.com/go/pubsub added to vendor by Mike Kabischev · 6 years ago
  41. 3afa281 lintapp: use HTTPS protocol by Suriyaa Sundararuban · 6 years ago
  42. f4a8462 gddo-server: use HTTPS protocol by Suriyaa Sundararuban · 6 years ago
  43. a154dc8 gddo-server: fix bogus comment by David Symonds · 6 years ago
  44. abcff89 gddo-server: publish crawl events to a Pub/Sub feed by David Symonds · 6 years ago
  45. 416d5fc gddo-server: do not 404 when URL contains unknown query parameters by Frederik Ring · 6 years ago
  46. 6d3df77 gddo-server: log configuration settings as Debug only by Parker Moore · 6 years ago
  47. 052378f CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  48. dcea65f talksapp: go-talks.appspot.com => talks.godoc.org by Leigh McCulloch · 6 years ago
  49. 34dd0bc gosrc: re-generate Go 1.10 std library by Tuo Shan · 6 years ago
  50. 2d52dba gddo-server: fix redirect loop with canonical imports by Daniel Nephin · 6 years ago
  51. a70545f talksapp: Enforce HTTPS by Leigh McCulloch · 6 years ago
  52. 9b12a26 gddo-server: hide internal packages by JBD · 6 years ago
  53. bc1419a gddo: remove no longer used internal support packages. by Herbie Ong · 6 years ago
  54. 7940e40 internal/runtimeconfig: improve test set up of fake server by using port by Herbie Ong · 6 years ago
  55. e9020e6 Remove travis build/test using 1.8. by Herbie Ong · 6 years ago
  56. 3e1261d internal/runtimeconfig: add tests. by Herbie Ong · 6 years ago
  57. 293f5da database: cast float and time types in incrementalCounter. by Tuo Shan · 6 years ago
  58. b04e9d2 internal/requestlog: use http.Get instead of s.Client.Get by Ross Light · 6 years ago
  59. 768ea9c internal/health: use http.Get instead of s.Client.Get by Ross Light · 6 years ago
  60. dd0daf8 all: fix travis build pt 2 by Tuo Shan · 6 years ago
  61. 8b95641 internal/runtimeconfig: initial prototype by Herbie Ong · 7 years ago
  62. 5e41e08 all: fix travis config for gddo by Tuo Shan · 6 years ago
  63. 6bb33fc all: fixed broken tests by Tuo Shan · 6 years ago
  64. 46b0a98 internal/health: new health check package by Ross Light · 6 years ago
  65. 6e435af vendor: update vendor to pick up trace changes by Tuo Shan · 6 years ago
  66. 9125e5a internal/requestlog: add end-to-end benchmarks by Ross Light · 7 years ago
  67. d536b42 internal/requestlog: prototype request log middleware by Ross Light · 7 years ago
  68. 2fa0678 httputil: remove Transport constructors aware of environment by Ross Light · 7 years ago
  69. 7957f9b all: add basic trace to gddo by Tuo Shan · 7 years ago
  70. 376e728 httputil: only send client authorization over HTTPS by Ross Light · 7 years ago
  71. 1e2b1a1 gddo-server: replace globals with struct by Ross Light · 7 years ago
  72. d0b0199 gddo-server: consolidate template initialization by Ross Light · 7 years ago
  73. ddb3324 gddo-server: collect GCE metadata configuration in Viper by Ross Light · 7 years ago
  74. 9ab5191 talksapp and lintapp: opt in to use Go 1.8 on GAE standard. by Tuo Shan · 7 years ago
  75. 8943a50 gddo-server: parameterize newHTTPClient on Viper config by Ross Light · 7 years ago
  76. c0b4245 gddo-server: refactor runHandler into an http.Handler by Ross Light · 7 years ago
  77. f0835b2 gddo-server: clarify that TestRobots only checks the regex by Ross Light · 7 years ago
  78. baa18d8 all: propagate context throughout the codebase. by Tuo Shan · 7 years ago
  79. d7f7d5f gddo-server: simplify background tasks with time.Tick by Ross Light · 7 years ago
  80. 48508c4 gddo-server: remove unused admin handlers code by Tuo Shan · 7 years ago
  81. ac67b55 vendor: re-vendor using Godeps. by Tuo Shan · 7 years ago
  82. 2dccccb gosrc: support vendored std libs and different OS/ARCH std libs by Tuo Shan · 7 years ago
  83. 003fe37 gosrc: fix IsDir implementation by Tuo Shan · 7 years ago
  84. 34ff3df gddo-admin: use the new database API for admin commands by Tuo Shan · 7 years ago
  85. 9362177 gosrc: re-generate std lib for 1.9 by Tuo Shan · 7 years ago
  86. cd281d2 all: revendor to fix tests by Tuo Shan · 7 years ago
  87. 6ff58f2 gosrc: use default branch for GitHub presentations by Luke Granger-Brown · 7 years ago
  88. 019eed5 gddo-server: redirect HTTP requests to HTTPS by Kevin Burke · 7 years ago
  89. 15156cc gosrc: only count commits for a forked repo after created by Tuo Shan · 7 years ago
  90. df5c451 gddo-server/assets/templates: use HTTPS for links by Kevin Burke · 7 years ago
  91. 95a6c63 database: Bump up the size limit of packages. by Tuo Shan · 7 years ago
  92. 958e8f8 lintapp: fix build failure by Kevin Burke · 7 years ago
  93. d19d075 database: Remove bgCtx, add AE context to deleteIndex by Tuo Shan · 7 years ago
  94. 8014738 gddo-server: Use 'X-Forwarded-For' to resolve remote address by Tuo Shan · 7 years ago
  95. 50dde5e gddo-server: use App Engine remoteapi for search. by Stephen Weinberg · 7 years ago
  96. 92017a7 Revendor all packages. by Stephen Weinberg · 7 years ago
  97. fb30f6a gddo-server: Change the env var name to get GCloud Project ID by Tuo Shan · 7 years ago
  98. fd77f5e gosrc: Setup GitHub authentication for print command by Tuo Shan · 7 years ago
  99. 7f3ed15 gddo-server: Add a flag to config the address of memcache by Tuo Shan · 7 years ago
  100. 6e5c160 database: refactor database.go to not use globals for server config by Stephen Weinberg · 7 years ago