summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* http: fix racy test with a simpler versionBrad Fitzpatrick2011-05-021-41/+21
* os: make Setenv update C environment variablesBrad Fitzpatrick2011-05-027-1/+91
* misc/cgo/test: run testsRuss Cox2011-05-026-18/+40
* go/printer: make tests follow syntactic restrictionsRobert Griesemer2011-05-023-117/+174
* go/token: faster FileSet.Position implementationRobert Griesemer2011-05-021-14/+38
* go spec: restricted expressions may still be parenthesizedRobert Griesemer2011-05-021-7/+7
* 5a, 6a, 8a, cc: remove old environment variablesRuss Cox2011-05-024-201/+16
* multipart: add FileName accessor on PartBrad Fitzpatrick2011-05-023-30/+43
* net: enable SO_REUSEPORT on BSD variantsMikio Hara2011-05-025-11/+86
* net: fix ipv6 testMikio Hara2011-05-021-27/+69
* runtime, sync/atomic: fix arm casRuss Cox2011-05-022-4/+32
* jpeg: speed up RGBA encoding ~%50Brad Fitzpatrick2011-05-021-1/+31
* png: speed up opaque RGBA encodingBrad Fitzpatrick2011-05-022-11/+47
* multipart: return an error on Reader EOF, not (nil, nil)Brad Fitzpatrick2011-05-013-14/+11
* syscall: add Windows file mapping functions and constantsEvan Shaw2011-05-023-0/+110
* http: rename ErrBodyReadAferClose to ErrBodyReadAfterCloseAndrew Gerrand2011-05-011-3/+3
* mime/multipart: fix regression from previous ReadSlice changeBrad Fitzpatrick2011-04-302-128/+194
* http: new error for reading a body after it's been closedBrad Fitzpatrick2011-04-301-0/+20
* go/parser: accept parenthesized receive operations in select statementsRobert Griesemer2011-04-292-4/+1
* undo CL 4428057 / 19e540fc7d7dRobert Griesemer2011-04-291-6/+7
* image: png & jpeg encoding benchmarksBrad Fitzpatrick2011-04-292-4/+64
* http/cgi: pass down environment variables for irix and solarisIan Lance Taylor2011-04-291-0/+2
* spec: narrow syntax for expression and select statementsRobert Griesemer2011-04-291-7/+6
* http/cgi: correctly set request Content-TypeEvan Shaw2011-04-292-0/+8
* go/printer: added simple performance benchmarkRobert Griesemer2011-04-282-0/+2314
* cgi: set Request.TLS and Request.RemoteAddr for childrenBrad Fitzpatrick2011-04-282-4/+24
* cgi: export RequestFromMapEvan Shaw2011-04-284-99/+40
* http/spdy: new packageRoss Light2011-04-284-0/+638
* xml: fix reflect errorRuss Cox2011-04-282-44/+46
* http: update cookie doc to reference new RFC 6265Brad Fitzpatrick2011-04-281-2/+2
* syslog: fix skipping of net testsGustavo Niemeyer2011-04-282-10/+18
* gc: preserve original expression for errorsRuss Cox2011-04-284-5/+38
* http: add Header.Write methodEvan Shaw2011-04-287-50/+116
* tag weekly.2011-04-27Andrew Gerrand2011-04-280-0/+0
* weekly.2011-04-27weekly.2011-04-27Andrew Gerrand2011-04-281-0/+133
* http: add MultipartForm, FormFile, and ParseMultipartForm to RequestAndrew Gerrand2011-04-283-15/+217
* adler32: speed up ~40% by avoiding bounds checksBrad Fitzpatrick2011-04-272-2/+16
* runtime: fix typo in gc bug fixRuss Cox2011-04-281-6/+5
* gc: correctly handle fields of pointer type to recursive forward referencesLorenzo Stoakes2011-04-286-20/+181
* runtime: stack split + garbage collection bugRuss Cox2011-04-276-13/+76
* cgo: handle versioned ELF symbolsRuss Cox2011-04-2714-116/+451
* runtime: allow use of >512 MB on 32-bit platformsRuss Cox2011-04-272-7/+3
* mime/multipart: add ReadForm and associated typesAndrew Gerrand2011-04-284-3/+272
* tar: use ioutil.DiscardBrad Fitzpatrick2011-04-271-7/+2
* ioutil: add Discard, update tree.Brad Fitzpatrick2011-04-276-33/+18
* http: put a limit on POST sizeBrad Fitzpatrick2011-04-271-1/+5
* http: keep gzip reader inside eofsignalerBrad Fitzpatrick2011-04-273-53/+144
* reflect: Fix Copy of arraysGustavo Niemeyer2011-04-272-1/+28
* cgi: improve Location response handlingBrad Fitzpatrick2011-04-273-9/+116
* runtime: fix mkversion to output valid path separatorsPeter Mundy2011-04-271-1/+1