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