Age | Commit message (Expand) | Author | Files | Lines |
2011-05-16 | Imported Upstream version 57.1upstream/57.1 | Ondřej Surý | 1 | -0/+28 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -7/+115 |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -8/+29 |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -9/+11 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -11/+49 |
2010-03-16 | http: add ParseQuery | Petar Maymounkov | 1 | -2/+1 |
2010-03-04 | gofmt: modified algorithm for alignment of multi-line composite/list entries | Robert Griesemer | 1 | -1/+1 |
2010-03-02 | gofmt: experiment: align values in map composites where possible | Robert Griesemer | 1 | -4/+4 |
2010-01-25 | http: make Request.Body an io.ReadCloser, matching Response.Body. | Petar Maymounkov | 1 | -1/+1 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -23/+23 |
2009-11-17 | http: do not crash accessing r.Form if ParseForm fails | Russ Cox | 1 | -1/+2 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -7/+7 |
2009-11-08 | a nagging inconsistency: capitalization of | Russ Cox | 1 | -1/+1 |
2009-11-04 | gofmt-ify hash, http | Robert Griesemer | 1 | -3/+3 |
2009-10-19 | test and fix http redirect handling | Russ Cox | 1 | -0/+15 |
2009-10-06 | apply gofmt to go, gob, hash, http, image, io, json, log | Russ Cox | 1 | -25/+19 |
2009-10-03 | Fixing HTTP POST handling to work with Chrome and Safari. | Bill Neubauer | 1 | -1/+43 |
2009-09-17 | unused imports | Russ Cox | 1 | -5/+1 |
2009-09-14 | fix "declared and not used" errors in non-test code. | Russ Cox | 1 | -2/+1 |
2009-08-12 | convert non-low-level non-google pkg code | Russ Cox | 1 | -1/+0 |
2009-06-25 | http Request parsing, plus a convenient accessor. | David Symonds | 1 | -14/+24 |
2009-06-24 | style police: parens in if, for, switch, range | Russ Cox | 1 | -2/+2 |
2009-06-19 | Add form body parsing to http.Request. | David Symonds | 1 | -0/+62 |