aboutsummaryrefslogtreecommitdiff
path: root/godoc/server.go
AgeCommit message (Expand)Author
2015-07-16tools/godoc: remove server's dependence on "expvar".Sameer Ajmani
2014-11-10go.tools: use golang.org/x/... import pathsAndrew Gerrand
2014-10-28go.tools/godoc: do not assume that all windows paths are delimited by os.Path...Alex Brainman
2014-10-13godoc: exclude internal packages and cmd from packages page.Hana Kim
2014-09-10go.tools/godoc: deal with fallout from $GOROOT/src/pkg -> $GOROOT/src renaming.Alan Donovan
2014-08-21go.tools/godoc: mention sub-repos and package indexes on packages pageAndrew Gerrand
2014-07-09godoc/analysis: show analysis status in UI (source file view)Alan Donovan
2014-04-16godoc: documentation of -analysis features.Alan Donovan
2014-04-09go.tools/godoc: restore line anchors to the source view.Alan Donovan
2014-03-14go.tools/godoc: server mode: add support for type and pointer analysis.Alan Donovan
2014-02-04go.tools/godoc: don't associate builtin nil with a typeRobert Griesemer
2014-01-30godoc: Fix commandline mode output.Brad Garcia
2014-01-29godoc: set expvar for http.ResponseWriter errors.Brad Garcia
2013-11-14godoc: be quiet by default about bad examplesBrad Fitzpatrick
2013-08-28go.tools/cmd/godoc: don't list factory functions under types in builtin packageAndrew Gerrand
2013-07-19godoc: move search from cmd to the packageBrad Fitzpatrick
2013-07-19godoc: remove the last of the global variables, unexport ServerBrad Fitzpatrick
2013-07-18godoc: more cleanupBrad Fitzpatrick
2013-07-18godoc: remove more global variablesBrad Fitzpatrick
2013-07-18godoc: add a Corpus and Presentation typeBrad Fitzpatrick
2013-07-17godoc: actually include files from previous CLBrad Fitzpatrick