Age | Commit message (Expand) | Author | Files | Lines |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -290/+0 |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+290 |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -290/+0 |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -3/+11 |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -88/+62 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -15/+44 |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -60/+19 |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -66/+150 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -1/+8 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -7/+63 |
2010-06-08 | http: add Head function for making HTTP HEAD requests | Andrew Gerrand | 1 | -1/+13 |
2010-02-25 | strings: delete Runes, Bytes | Russ Cox | 1 | -1/+1 |
2010-02-24 | http: fix handling of Close, use Close in http.Post | Russ Cox | 1 | -0/+1 |
2010-02-22 | http: fix bug in Post | Petar Maymounkov | 1 | -1/+3 |
2010-01-25 | http: make Request.Body an io.ReadCloser, matching Response.Body. | Petar Maymounkov | 1 | -1/+7 |
2010-01-18 | Significant extension to http.Response, which now adheres to the | Petar Maymounkov | 1 | -91/+4 |
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 | 1 | -60/+60 |
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 1 | -1/+1 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -16/+16 |
2009-11-08 | a nagging inconsistency: capitalization of | Russ Cox | 1 | -6/+6 |
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 | -1/+1 |
2009-10-19 | test and fix http redirect handling | Russ Cox | 1 | -0/+1 |
2009-10-08 | more lgtm files from gofmt | Russ Cox | 1 | -1/+1 |
2009-10-06 | apply gofmt to go, gob, hash, http, image, io, json, log | Russ Cox | 1 | -11/+11 |
2009-09-17 | unused imports | Russ Cox | 1 | -1/+0 |
2009-09-15 | more "declared and not used". | Russ Cox | 1 | -1/+1 |
2009-08-26 | add io.LimitReader. | Russ Cox | 1 | -0/+6 |
2009-08-12 | convert non-low-level non-google pkg code | Russ Cox | 1 | -1/+0 |
2009-07-15 | change HTTP access for RPC. | Russ Cox | 1 | -32/+40 |
2009-07-06 | allow conversion to interface type | Russ Cox | 1 | -3/+1 |
2009-06-25 | Change os.Error convention: | Russ Cox | 1 | -23/+25 |
2009-06-24 | Change strings.Split, bytes.Split to take a maximum substring count argument. | David Symonds | 1 | -5/+4 |
2009-06-23 | Fix http client handling of status messages with spaces (e.g. "HTTP/1.1 400 Bad | David Symonds | 1 | -33/+24 |
2009-06-09 | Basic HTTP client. | Steve Newman | 1 | -0/+227 |