Age | Commit message (Expand) | Author | Files | Lines |
2010-01-29 | http: increase header line limit, let req.Host override req.URL.Host | Petar Maymounkov | 1 | -4/+11 |
2010-01-28 | http: add lexing functions | Petar Maymounkov | 3 | -0/+223 |
2010-01-28 | Cosmetic bug or compliance fixes in http.Response. | Petar Maymounkov | 2 | -15/+17 |
2010-01-25 | http: make Request.Body an io.ReadCloser, matching Response.Body. | Petar Maymounkov | 4 | -16/+19 |
2010-01-19 | http: handle old HTTP/1.0 unchunked "read to EOF" bodies. | Russ Cox | 2 | -10/+186 |
2010-01-18 | Significant extension to http.Response, which now adheres to the | Petar Maymounkov | 5 | -94/+548 |
2010-01-07 | http: most of a URL shouldn't use URL-escaping | Russ Cox | 3 | -18/+41 |
2010-01-06 | http: avoid header duplication - take struct fields out of Header map | Russ Cox | 1 | -2/+12 |
2010-01-06 | Add http.CanonicalPath and tests for it. Remove BUG(rsc) from url.go. | Ivan Krasin | 2 | -9/+95 |
2009-12-15 | Add basic http authentication support. | Ivan Krasin | 1 | -0/+11 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 10 | -611/+611 |
2009-12-02 | move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. | Rob Pike | 2 | -3/+4 |
2009-11-24 | Change to container/vector interface: | Robert Griesemer | 1 | -1/+1 |
2009-11-24 | http: redirect to correct URL | Russ Cox | 1 | -4/+3 |
2009-11-23 | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia | 1 | -2/+2 |
2009-11-20 | gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg | Russ Cox | 3 | -9/+9 |
2009-11-17 | http: do not crash accessing r.Form if ParseForm fails | Russ Cox | 2 | -7/+6 |
2009-11-15 | http.URLEscape: escape all bytes required by RFC 2396 | Russ Cox | 2 | -8/+10 |
2009-11-13 | Created new Conn.Flush() public method so the fd pipeline can be drained arbi... | David Titarenco | 1 | -2/+10 |
2009-11-10 | allow user agent to mention Go. | Russ Cox | 1 | -2/+1 |
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 5 | -20/+20 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 9 | -193/+193 |
2009-11-08 | a nagging inconsistency: capitalization of | Russ Cox | 6 | -26/+26 |
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 6 | -27/+9 |
2009-11-04 | gofmt-ify hash, http | Robert Griesemer | 4 | -158/+155 |
2009-11-02 | package net cleanup | Russ Cox | 1 | -4/+6 |
2009-11-01 | reverse the arguments to io.Copy so the destination is on the | Rob Pike | 2 | -4/+4 |
2009-10-23 | publish Request.Write (rename from Request.write) | Rob Pike | 2 | -3/+3 |
2009-10-21 | have http server in-line PDF files. | Rob Pike | 1 | -0/+1 |
2009-10-19 | test and fix http redirect handling | Russ Cox | 2 | -0/+16 |
2009-10-15 | Trivial documentation fix for func ListenAndServe(). | Stephen Ma | 1 | -0/+1 |
2009-10-15 | typo | Rob Pike | 1 | -1/+1 |
2009-10-08 | more lgtm files from gofmt | Russ Cox | 3 | -91/+91 |
2009-10-06 | apply gofmt to go, gob, hash, http, image, io, json, log | Russ Cox | 5 | -131/+127 |
2009-10-03 | Fixing HTTP POST handling to work with Chrome and Safari. | Bill Neubauer | 2 | -2/+44 |
2009-09-30 | rename the public exvar package to be expvar. | Rob Pike | 1 | -5/+5 |
2009-09-17 | use buf.String() instead of string(buf.Bytes()) | Rob Pike | 1 | -1/+1 |
2009-09-17 | unused imports | Russ Cox | 3 | -7/+1 |
2009-09-16 | rename bytes.Buffer.Data() to bytes.Buffer.Bytes() | Rob Pike | 1 | -1/+1 |
2009-09-15 | more "declared and not used". | Russ Cox | 6 | -10/+10 |
2009-09-14 | fix "declared and not used" errors in non-test code. | Russ Cox | 2 | -4/+2 |
2009-08-27 | remove Line in bufio.ReadLine(Bytes|Slice|String) | Russ Cox | 1 | -1/+1 |
2009-08-26 | add io.LimitReader. | Russ Cox | 1 | -0/+6 |
2009-08-24 | Wrap kludge text in HTML comments so the text/html output will remain valid H... | David Symonds | 1 | -8/+15 |
2009-08-20 | naming cleanup. | Russ Cox | 1 | -1/+1 |
2009-08-19 | fix spelling that is correct but bothers me anyway | Rob Pike | 1 | -3/+3 |
2009-08-12 | delete forward type declarations | Russ Cox | 1 | -2/+0 |
2009-08-12 | convert non-low-level non-google pkg code | Russ Cox | 9 | -91/+10 |
2009-08-10 | remove unnecessary pkg. references | Russ Cox | 1 | -3/+3 |
2009-07-15 | change HTTP access for RPC. | Russ Cox | 1 | -32/+40 |