Sign in
go
/
gddo
/
HEAD
5303c57
gddo-server: change redirects to 301
by Julie Qiu
· 5 years ago
master
d0022ee
gddo-server: do not redirect plain text requests
by Julie Qiu
· 5 years ago
f6d04a4
gddo-server: only redirect ASCII errors to #43036
by Julie Qiu
· 5 years ago
afdbb4c
gddo-server: handle trailing slash in godoc.org redirect
by Julie Qiu
· 5 years ago
582f500
gddo-server: do not redirect /fonts/* requests
by Julie Qiu
· 5 years ago
aefdd6d
gddo-server: do not tee 4xx and 5xx requests
by Julie Qiu
· 5 years ago
10ebeb4
gddo-server: redirect path prefixes
by Julie Qiu
· 5 years ago
cf51e23
gddo-server: redirect stdlib
by Julie Qiu
· 5 years ago
20ae81a
gddo-server: redirect based on rollout
by Julie Qiu
· 5 years ago
d05adab
gddo-server: redirect based on config
by Julie Qiu
· 5 years ago
d16c2ef
gddo-server: add server.configPoller
by Julie Qiu
· 5 years ago
1c16af4
gddo-server/dynconfig: add package
by Julie Qiu
· 5 years ago
8e3b0fd
gddo-server/poller: add package poller
by Julie Qiu
· 5 years ago
d4c6b87
go.mod,go.sum: ran go mod tidy
by Julie Qiu
· 5 years ago
c017041
gddo-server: split main.go into two files
by Julie Qiu
· 5 years ago
ffd3547
assets: update banner text and font size
by Julie Qiu
· 5 years ago
06479f4
gddo-server: add initial redirect logic
by Julie Qiu
· 5 years ago
4a52581
assets: delete links to about page
by Julie Qiu
· 5 years ago
8bc7487
gddo-server: add debug logs
by Julie Qiu
· 5 years ago
06a8853
gddo-server: add debug logs
by Julie Qiu
· 5 years ago
20d68f9
README.markdown: add archive note
by Julie Qiu
· 5 years ago
17b648f
gddo-server: redirect invalid import paths to homepage
by Julie Qiu
· 5 years ago
5b05951
gddo-server: change redirect for github.com/golang/go requests
by Julie Qiu
· 5 years ago
9cf165b
gddo-server: fetch path on pkg.go.dev 404
by Julie Qiu
· 5 years ago
c1279c4
gddo-server: delete unused teeproxy code
by Julie Qiu
· 5 years ago
137aa80
gddo-server: fix requestEvent reference in pkgsite_test.go
by Julie Qiu
· 5 years ago
41221c3
gddo-server/assets: update banner
by Julie Qiu
· 5 years ago
56ec5ff
gddo-server/assets: update banner
by Julie Qiu
· 5 years ago
9ad7185
gddo-server: make GDDO_TEE_REQUESTS_TO_PKGGODEV case insensitive
by Julie Qiu
· 5 years ago
c082ee0
Revert "gddo-server/assets: update banner"
by Julie Qiu
· 5 years ago
981f437
Revert "gddo-server/assets: bold redirect text"
by Julie Qiu
· 5 years ago
b853219
gddo-server/assets: bold redirect text
by Julie Qiu
· 5 years ago
192af15
gddo-server: tee requests directly to pkg.go.dev
by Julie Qiu
· 5 years ago
feca416
gddo-server: update PkgGoDevURL logic
by Julie Qiu
· 5 years ago
5a29c6c
gddo-server: do not tee expected 404s
by Julie Qiu
· 5 years ago
8691e18
gddo-server/assets: update banner
by Julie Qiu
· 5 years ago
6c736ba
gddo-server: redirect /-/subrepo to pkg.go.dev/search?q=golang.org/x
by Julie Qiu
· 5 years ago
4ab63e7
gddo-server: move code related to pkgsite to pkgsite.go
by Julie Qiu
· 5 years ago
d214db1
.gitignore: add
by Julie Qiu
· 5 years ago
721e228
gddo-server: send status to teeproxy
by Julie Qiu
· 5 years ago
051695c
gddo-server: remove RedirectHost field from gddoEvent
by shaquilleq
· 6 years ago
a4829ef
gddo-server/assets: add Black Lives Matter banner
by Andrew Bonventre
· 6 years ago
8458922
gddo-server: account for vendor dirs in pkg.go.dev redirect
by Andrew Bonventre
· 6 years ago
b32b9ce
gddo-server: parse host and url from request correctly
by shaquilleq
· 6 years ago
c44e1e4
gddo-server: add UsePkgGoDev field to gddoEvent
by shaquilleq
· 6 years ago
ce9b42d
gddo-server: don't tee /_ah/* requests to pkg.go.dev
by shaquilleq
· 6 years ago
8d077c1
gddo-server: add isRobot field to gddoEvent
by shaquilleq
· 6 years ago
a4ebd2f
gddo-server: add a semaphore to limit concurrent graph requests
by Dmitri Shuralyov
· 6 years ago
3c2cc9a
gddo-server: add utm_source to pkg.go.dev redirect URLs
by Andrew Bonventre
· 6 years ago
95ce5a4
gddo-server: add UI to turn on/off redirect to pkg.go.dev
by Andrew Bonventre
· 6 years ago
df439dd
gddo-server: add request headers to gddoEvent
by Andrew Bonventre
· 6 years ago
23683d7
gddo-server: tee requests to pkgGoDev
by Julie Qiu
· 6 years ago
31dd61d
gddo: add option to redirect requests to pkg.go.dev
by Gopher
· 6 years ago
5a4fa02
gddo: add banner informing users of pkg.go.dev
by Andrew Bonventre
· 6 years ago
7365cb2
gddo: update gae-service-proxy for go111 GAE runtime
by Andrew Bonventre
· 6 years ago
87df31a
gddo: update from Godeps to modules
by Andrew Bonventre
· 6 years ago
fbfc0f5
gddo-server: add logging for start and end of each request
by Julie
· 6 years ago
72a348e
gosrc: update Go version regexp for golang.org pages
by Dmitri Shuralyov
· 6 years ago
246c193
gosrc: regenerate with Go 1.13
by Dmitri Shuralyov
· 6 years ago
287de01
database: increase size limit of packages to 1.2 MB
by Dmitri Shuralyov
· 7 years ago
38fe216
gosrc: handle not a directory error as not found error
by Dmitri Shuralyov
· 7 years ago
af0f2af
gosrc: use Bitbucket v2 api
by Colin Arnott
· 7 years ago
2f5d894
database: use db.DeleteIndex instead of calling deleteIndex directly
by Dmitri Shuralyov
· 7 years ago
5a2505f
database: make Block also remove packages in newCrawl and search index
by Tuo Shan
· 8 years ago
9dbec58
gosrc: regenerate with Go 1.12
by Dmitri Shuralyov
· 7 years ago
9bd4a32
talksapp: use Go 1.9, update bot.html URLs
by Dmitri Shuralyov
· 7 years ago
73a248d
.travis.yml: bump Go versions and use '.x' to get latest patch versions
by Harald Nordgren
· 7 years ago
6c03585
talksapp: update maintainer to Dmitri on index page
by Dmitri Shuralyov
· 7 years ago
cd5c8e2
gosrc: handle ".background" in presentations
by Michael McLoughlin
· 7 years ago
fdc9e01
remove stray punctuation from CONTRIBUTING.md
by Stuart Jansen
· 7 years ago
8b03190
doc: factor out redirect logic from newPackage to gosrc.MaybeRedirect
by Dmitri Shuralyov
· 7 years ago
ee3b7b1
doc: don't redirect vanity packages to GitHub
by Dmitri Shuralyov
· 7 years ago
656e7e1
gosrc: add missing context parameters to print.go
by Martin Tournoij
· 7 years ago
96d2a28
doc: add js/wasm GOOS/GOARCH env pair
by Dmitri Shuralyov
· 7 years ago
c32df13
gosrc: regenerate with Go 1.11
by Dmitri Shuralyov
· 7 years ago
9d8ff1c
improve redirection to canonical import path
by Martin Tournoij
· 7 years ago
3a2d59c
gddo-server: revert "hide internal packages"
by Dmitri Shuralyov
· 8 years ago
a475e03
Update http links to https
by Dmitriy
· 8 years ago
daffe1f
gosrc: validate repo from meta
by Tuo Shan
· 8 years ago
9ab275b
gosrc: add minimal support for vgo-aware modules
by Paul Jolly
· 8 years ago
574849d
cloud.google.com/go/pubsub added to vendor
by Mike Kabischev
· 8 years ago
3afa281
lintapp: use HTTPS protocol
by Suriyaa Sundararuban
· 8 years ago
f4a8462
gddo-server: use HTTPS protocol
by Suriyaa Sundararuban
· 8 years ago
a154dc8
gddo-server: fix bogus comment
by David Symonds
· 8 years ago
abcff89
gddo-server: publish crawl events to a Pub/Sub feed
by David Symonds
· 8 years ago
416d5fc
gddo-server: do not 404 when URL contains unknown query parameters
by Frederik Ring
· 8 years ago
6d3df77
gddo-server: log configuration settings as Debug only
by Parker Moore
· 8 years ago
052378f
CONTRIBUTING.md: remove note about not accepting Pull Requests
by Andrew Bonventre
· 8 years ago
dcea65f
talksapp: go-talks.appspot.com => talks.godoc.org
by Leigh McCulloch
· 8 years ago
34dd0bc
gosrc: re-generate Go 1.10 std library
by Tuo Shan
· 8 years ago
2d52dba
gddo-server: fix redirect loop with canonical imports
by Daniel Nephin
· 8 years ago
a70545f
talksapp: Enforce HTTPS
by Leigh McCulloch
· 8 years ago
9b12a26
gddo-server: hide internal packages
by JBD
· 8 years ago
bc1419a
gddo: remove no longer used internal support packages.
by Herbie Ong
· 8 years ago
7940e40
internal/runtimeconfig: improve test set up of fake server by using port
by Herbie Ong
· 8 years ago
e9020e6
Remove travis build/test using 1.8.
by Herbie Ong
· 8 years ago
3e1261d
internal/runtimeconfig: add tests.
by Herbie Ong
· 8 years ago
293f5da
database: cast float and time types in incrementalCounter.
by Tuo Shan
· 8 years ago
b04e9d2
internal/requestlog: use http.Get instead of s.Client.Get
by Ross Light
· 8 years ago
768ea9c
internal/health: use http.Get instead of s.Client.Get
by Ross Light
· 8 years ago
Next »