summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.6] net/http, net/http/cgi: fix for CGI + HTTP_PROXY secur...Brad Fitzpatrick2016-07-184-4/+54
* [release-branch.go1.6] runtime: fix nanotime for macOS SierraIan Lance Taylor2016-07-182-1/+11
* [release-branch.go1.6] net/http: TimeoutHandler should start timer when servi...Caio Marcelo de Oliveira Filho2016-04-193-17/+43
* cmd/compile: note escape of parts of closured-capture varsDavid Chase2016-04-192-15/+25
* syscall: fix epoll_event struct for ppc64le/ppc64Lynn Boger2016-04-193-6/+11
* runtime: clamp OS-reported number of processors to _MaxGomaxprocsMichael Hudson-Doyle2016-04-191-0/+3
* cmd/go: clear cmd cache to avoid duplicate loads errorsDmitriy Dudkin2016-04-142-0/+20
* runtime: more deflaking of TestCgoCheckBytesIan Lance Taylor2016-04-142-13/+37
* runtime: deflake TestCgoCheckBytesIan Lance Taylor2016-04-141-2/+2
* cmd/go: revise importPath when ImportPath is 'command-line-arguments'Cheng-Lung Sung2016-04-142-2/+34
* runtime: fix pagesInUse accountingAustin Clements2016-04-143-1/+34
* runtime: preserve darwin/arm{,64} callee-save registersElias Naur2016-04-143-22/+61
* darwin/amd64: fix text-relocation issues for c-archive libraries
Aaron Zinman2016-04-141-2/+3
* mime/multipart: don't call Read on io.Reader after an error is seenBrad Fitzpatrick2016-04-142-1/+55
* runtime: disable gcMarkRootCheck debugging check during STWAustin Clements2016-04-141-1/+2
* runtime: reset mark state before stopping the worldAustin Clements2016-04-141-4/+7
* runtime: fix off-by-one error finding module for PCIan Lance Taylor2016-04-144-1/+74
* cmd/cgo: recognize known C typedefs as typesIan Lance Taylor2016-04-141-4/+7
* sort: fix for nondeterministic less function in quicksort pivotJure Ham2016-04-142-7/+44
* runtime, syscall: switch linux/386 to use int 0x80Shenghou Ma2016-04-146-64/+14
* runtime: use correct psABI SP alignment before calling libc mmapShenghou Ma2016-04-141-1/+5
* runtime: skip cgo check for non-pointer slice elementsIan Lance Taylor2016-04-143-0/+44
* net/http: fix bug where http2 wasn't enabled on DefaultTransportBrad Fitzpatrick2016-04-142-3/+12
* runtime: leave directory before removing it in TestDLLPreloadMitigationAlex Brainman2016-04-081-6/+11
* syscall: point to x/sys in DLL loading docs, update syscall generatorBrad Fitzpatrick2016-04-082-2/+15
* runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick2016-04-0815-59/+299
* crypto/rsa, crypto/ecdsa: fail earlier on zero parametersBrad Fitzpatrick2016-04-082-4/+12
* crypto/dsa: eliminate invalid PublicKey earlyRobert Griesemer2016-04-081-0/+4
* all: merge master into release-branch.go1.6Russ Cox2016-02-1778-141/+955
|\
| * net/http: update bundle commandRuss Cox2016-02-171-2/+2
| * cmd/go: avoid race on test environmentIan Lance Taylor2016-02-163-1/+32
| * runtime: fix deadlock in TestCrashDumpsAllThreadsAustin Clements2016-02-161-0/+13
| * cmd/compile: print struct tags in var decl in inlined func bodyRuss Cox2016-02-161-1/+7
| * net: make TestInterfaceAddrsWithNetsh more robustAlex Brainman2016-02-161-23/+82
| * runtime: show panics in tracebackAustin Clements2016-02-164-5/+46
| * runtime: remove debugging print in cgoCheckTypedBlockIan Lance Taylor2016-02-131-3/+0
| * net/http: update bundled http2 to fix gzip crash on Read after NewReader errorBrad Fitzpatrick2016-02-131-1/+6
| * cmd/compile: add write barrier to type switchKeith Randall2016-02-121-1/+1
| * runtime: return errno value from Solaris mmap as expectedIan Lance Taylor2016-02-121-1/+15
| * cmd/link: fix padding for dwarf aranges on 32 bit platforms.Ryan Brown2016-02-122-1/+265
| * runtime: fix errno sign for some mmap and mincore casesIan Lance Taylor2016-02-1210-16/+69
| * runtime: add test for mincore's return value sign on LinuxBrad Fitzpatrick2016-02-112-0/+15
| * net/http/httptest: make Server.CloseClientConnections wait for conns to closeBrad Fitzpatrick2016-02-102-5/+58
| * go/internal/gcimporter: interpret relative srcDir relative to cwdRobert Griesemer2016-02-102-7/+9
| * net: make getmac based tests on windows more robustVolker Dobler2016-02-101-2/+10
| * net/http: be more conservative about enabling http2 on TransportsBrad Fitzpatrick2016-02-092-13/+40
| * cmd/go: use GOPATH order for compile -I and link -L optionsRuss Cox2016-02-092-0/+71
| * build: mv cmd/vendor cmd/internal/unvendorRuss Cox2016-02-0933-2/+2
| * cmd/go: silence standard imports non-standard error for non-existent import t...Russ Cox2016-02-091-1/+1
| * net/http: make ListenAndServeTLS treat GetCertificate as a set cert tooBrad Fitzpatrick2016-02-092-11/+29