Age | Commit message (Expand) | Author | Files | Lines |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -31/+82 |
2010-07-01 | strings and bytes.Split: make count of 0 mean 0, not infinite. | Rob Pike | 1 | -1/+1 |
2010-06-16 | http: reply to Expect 100-continue requests automatically | Brad Fitzpatrick | 1 | -0/+5 |
2010-06-06 | http: fix erroneous comment | Andrew Gerrand | 1 | -4/+4 |
2010-05-11 | http: prevent crash if remote server is not responding with "HTTP/" | Robert Griesemer | 1 | -1/+1 |
2010-03-30 | simplify various code using new map index rule | Russ Cox | 1 | -33/+20 |
2010-03-16 | http: add ParseQuery | Petar Maymounkov | 1 | -3/+7 |
2010-03-02 | gofmt: experiment: align values in map composites where possible | Robert Griesemer | 1 | -5/+5 |
2010-02-25 | strings: delete Runes, Bytes | Russ Cox | 1 | -1/+1 |
2010-02-22 | http: use RawURL in Request.Write | Petar Maymounkov | 1 | -4/+7 |
2010-02-21 | http request URI should never be empty | Michael Hoisie | 1 | -1/+1 |
2010-02-19 | http: unified body transfer (read & write) logic in http.Request/Response. | Petar Maymounkov | 1 | -53/+41 |
2010-02-09 | http: protect io.WriteString in Request/Response.Write with error checking, | Petar Maymounkov | 1 | -1/+4 |
2010-02-05 | http: sort header keys when writing Response or Request to wire | Petar Maymounkov | 1 | -8/+3 |
2010-02-04 | http: use ChunkWriter in Request.Write | Petar Maymounkov | 1 | -27/+15 |
2010-01-29 | http: increase header line limit, let req.Host override req.URL.Host | Petar Maymounkov | 1 | -4/+11 |
2010-01-28 | Cosmetic bug or compliance fixes in http.Response. | Petar Maymounkov | 1 | -1/+1 |
2010-01-25 | http: make Request.Body an io.ReadCloser, matching Response.Body. | Petar Maymounkov | 1 | -10/+7 |
2010-01-18 | Significant extension to http.Response, which now adheres to the | Petar Maymounkov | 1 | -3/+6 |
2010-01-07 | http: most of a URL shouldn't use URL-escaping | Russ Cox | 1 | -1/+1 |
2010-01-06 | http: avoid header duplication - take struct fields out of Header map | Russ Cox | 1 | -2/+12 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -123/+123 |
2009-12-02 | move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. | Rob Pike | 1 | -1/+2 |
2009-11-24 | Change to container/vector interface: | Robert Griesemer | 1 | -1/+1 |
2009-11-20 | gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg | Russ Cox | 1 | -1/+1 |
2009-11-17 | http: do not crash accessing r.Form if ParseForm fails | Russ Cox | 1 | -6/+4 |
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 | 1 | -6/+6 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -68/+68 |
2009-11-08 | a nagging inconsistency: capitalization of | Russ Cox | 1 | -11/+11 |
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 1 | -3/+1 |
2009-10-23 | publish Request.Write (rename from Request.write) | Rob Pike | 1 | -2/+2 |
2009-10-08 | more lgtm files from gofmt | Russ Cox | 1 | -89/+89 |
2009-10-03 | Fixing HTTP POST handling to work with Chrome and Safari. | Bill Neubauer | 1 | -1/+1 |
2009-09-15 | more "declared and not used". | Russ Cox | 1 | -1/+1 |
2009-09-14 | fix "declared and not used" errors in non-test code. | Russ Cox | 1 | -2/+1 |
2009-08-27 | remove Line in bufio.ReadLine(Bytes|Slice|String) | Russ Cox | 1 | -1/+1 |
2009-08-20 | naming cleanup. | Russ Cox | 1 | -1/+1 |
2009-08-12 | convert non-low-level non-google pkg code | Russ Cox | 1 | -1/+0 |
2009-06-29 | bug163 bug164 bug166 | Russ Cox | 1 | -1/+1 |
2009-06-29 | io.StringBytes -> strings.Bytes | Russ Cox | 1 | -1/+1 |
2009-06-25 | http Request parsing, plus a convenient accessor. | David Symonds | 1 | -24/+54 |
2009-06-25 | Change os.Error convention: | Russ Cox | 1 | -62/+73 |
2009-06-24 | Change strings.Split, bytes.Split to take a maximum substring count argument. | David Symonds | 1 | -3/+3 |
2009-06-23 | Fix http client handling of status messages with spaces (e.g. "HTTP/1.1 400 Bad | David Symonds | 1 | -9/+113 |
2009-06-22 | Don't prefix Url.Path with a slash in Request.write, | David Symonds | 1 | -1/+5 |
2009-06-22 | introduce os.EOF and io.ErrUnexpectedEOF. | Russ Cox | 1 | -2/+2 |
2009-06-19 | Add form body parsing to http.Request. | David Symonds | 1 | -0/+48 |
2009-06-09 | Basic HTTP client. | Steve Newman | 1 | -5/+53 |
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -0/+413 |