aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-22icmp: more coverage to ping testMikio Hara
2015-05-22webdav: delete the PropSystem and MemPS types.Nigel Tao
2015-05-21webdav: special-case the propfind_invalid2 litmus test.Nigel Tao
2015-05-20webdav: make properties belong to the File(System), not a PropSystem.Nigel Tao
2015-05-19webdav: skip XML-related tests on Go 1.4.Nigel Tao
2015-05-18x/net/websocket: always close underlying connection on ws.CloseDave Cheney
2015-05-15ipv6: fix build on linux/arm64Mikio Hara
2015-05-15ipv4: fix build on linux/arm64Mikio Hara
2015-05-08html/charset/testdata: update licensing info in READMEIan Lance Taylor
2015-04-29webdav: Add PROPPATCH support to in-memory property system.Robert Stepanek
2015-04-24spdy: delete packageBrad Fitzpatrick
2015-04-23webdav: Support empty multistatus responses and simplify error handling.Robert Stepanek
2015-04-22webdav: use path.Join instead of filepath.Join in walkFSAlex Brainman
2015-04-20webdav: Add XML and HTTP handler support for PROPPATCH.Robert Stepanek
2015-04-09webdav: add support for (custom) ETags and Content-Type.Robert Stepanek
2015-04-03x/net/html/charset: Change NewReaderByName to NewReaderLabel.Andy Balholm
2015-03-20webdav: define property system and implement PROPFIND.Robert Stepanek
2015-03-20ipv6: add support for linux/arm64Mikio Hara
2015-03-20ipv4: add support for linux/arm64Mikio Hara
2015-03-18net: add codereview.cfgJosh Bleecher Snyder
2015-03-15ipv6: fix build on go1.4 and belowMikio Hara
2015-03-15ipv4: fix build on go1.4 and belowMikio Hara
2015-03-14ipv6: add support for linux/{ppc64,ppc64le}Mikio Hara
2015-03-14ipv4: add support for linux/{ppc64,ppc64le}Mikio Hara
2015-03-14websocket: fix socket leak in the case of negotiation failureMikio Hara
2015-03-04webdav: fix XML golden tests for encoding/xml xmlns change.Robert Stepanek
2015-03-03x/net/html: Sync the html parser and atom with the current whatwg specDmitry Savintsev
2015-02-20context: Be clear that users must cancel the result of WithCancel.Aaron Jacobs
2015-02-18doc: add CONTRIBUTING.mdAndrew Gerrand
2015-02-13Initial empty repositoryBill Yi
2015-02-12net/context: Don't leak goroutines in Done example.HEADgradle_1.3.1gradle_1.3.0-beta4gradle_1.3.0-beta3gradle_1.3.0-beta2gradle_1.3.0-beta1studio-master-releasestudio-1.4-releasestudio-1.3-releasemastermainBryan C. Mills
2015-02-10x/net/html/charset: add NewReaderByNameAndy Balholm
2015-02-10webdav: implement memLS.Confirm.Nigel Tao
2015-02-10webdav: factor out a moveFiles function, and make the tests call thatNigel Tao
2015-02-09context: fix removal of cancelled timer contexts from parentDamien Neil
2015-02-06icmp: add extensions for interface and next-hop identificationMikio Hara
2015-02-06net/context: Don't accept a context in the DoSomethingSlow example.Aaron Jacobs
2015-02-06icmp: add extensions for MPLSMikio Hara
2015-02-06webdav: fix some "go vet" warnings.Nigel Tao
2015-02-04webdav: log a non-nil error for unsupported HTTP methods.Nigel Tao
2015-02-04webdav: return 500 Internal Server Error and not 404 Not Found or 403Nigel Tao
2015-02-04webdav: set headers *before* calling w.WriteHeader.Nigel Tao
2015-02-04webdav: log the X-Litmus header in the litmus_test_server.Nigel Tao
2015-02-02webdav: advertise PUT for existing filesRobert Stepanek
2015-02-02webdav: run path.Clean over a memLS' saved LockDetails.Nigel Tao
2015-02-01webdav: set the Lock-Token HTTP header when LOCKing existing files, notNigel Tao
2015-01-30ipv6: remove unnecessary double quotations from test messagesMikio Hara
2015-01-30ipv4: remove unnecessary double quotations from test messagesMikio Hara
2015-01-30webdav: remove unnecessary "n.byExpiryIndex = -1".Nigel Tao
2015-01-30webdav: implement COPY and MOVE.Nigel Tao