summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* html: parse malformed tags missing a '>', such as `<p id=0</p>`.Nigel Tao2011-08-102-23/+52
* ld: add one empty symbol into pe to make dumpbin works.Wei Guangjing2011-08-101-2/+3
* http: configurable and default request header size limitBrad Fitzpatrick2011-08-092-15/+71
* http: add test to serve content in index.htmlYasuhiro Matsumoto2011-08-092-0/+22
* exp/template: do not take address of interface variable to find methods.Rob Pike2011-08-092-12/+21
* exp/template: remove reflect from the APIRob Pike2011-08-096-50/+73
* exp/template: split the parse tree into a separate package exp/template/parseRob Pike2011-08-0915-1035/+1174
* crypto/x509, go/scanner, index/suffixarray: Removed []interface{}/vector uses.Kyle Consalus2011-08-083-16/+9
* scanner: correct error position for illegal UTF-8 encodingsRobert Griesemer2011-08-082-14/+38
* container/vector: removed last instances of vector outside of container/vecto...John Asmuth2011-08-082-31/+33
* syscall: move bsd mmap syscallJoel Sing2011-08-087-71/+72
* net: add support for openbsdJoel Sing2011-08-082-0/+128
* runtime: openbsd amd64 runtime supportJoel Sing2011-08-0810-0/+977
* os: add support for openbsdJoel Sing2011-08-082-0/+44
* exp/template: document that comments may span newlines.Rob Pike2011-08-081-2/+3
* runtime: add more specialized type algorithmsDmitriy Vyukov2011-08-084-16/+196
* exp/template: url filter.David Symonds2011-08-083-0/+21
* exp/template: fix Must example.David Symonds2011-08-081-1/+1
* time: parse and format fractional secondsRob Pike2011-08-082-24/+113
* gofmt: update test script so 'make test' succeedsRobert Griesemer2011-08-061-1/+1
* time: fix windows buildAlex Brainman2011-08-051-2/+2
* asn1: fix buildRob Pike2011-08-051-7/+7
* time: add nanoseconds to the Time structure.Rob Pike2011-08-052-23/+109
* net: implement windows LookupMX and LookupAddrAlex Brainman2011-08-055-28/+93
* net: fix /proc/net/igmp,igmp6 reading bug on linuxMikio Hara2011-08-051-19/+10
* exp/norm: fix build by adding a test placeholderRob Pike2011-08-051-0/+14
* exp/norm: maketables tool for generating tables for normalization.Marcel van Lohuizen2011-08-044-0/+8590
* runtime: faster chan creation on Linux/FreeBSD/Plan9Dmitriy Vyukov2011-08-049-26/+34
* http: correct path to serve index.html.Yasuhiro Matsumoto2011-08-041-1/+1
* http: add more MPEG-4 MIME types to sniffer, and disable MP4 sniffing.David Symonds2011-08-042-3/+16
* fmt: call UpdateMemStats in malloc counterRob Pike2011-08-041-0/+8
* gob: avoid a couple of init-time allocations.David Symonds2011-08-041-2/+2
* gob: add UpdateMemStats calls to malloc counterRob Pike2011-08-042-1/+5
* gob: don't invoke GobEncoder on zero values.Rob Pike2011-08-042-0/+46
* net: joined group addresses for a specific interface for darwin, freebsd, linuxMikio Hara2011-08-049-14/+260
* syscall: update routing message support for BSD variantsMikio Hara2011-08-0414-69/+244
* runtime: remove unnecessary lockingHector Chu2011-08-041-3/+0
* runtime: correct Note documentationDmitriy Vyukov2011-08-031-3/+6
* ld: fail linking if the top-level package is not main.David Symonds2011-08-021-1/+4
* exp/template: return nil value from helpers on error, even methods.Rob Pike2011-08-013-45/+49
* go/build: use GOBIN as binary path for GOROOTAndrew Gerrand2011-08-011-0/+5
* exp/template: make index function on maps return zero value when key not pres...Roger Peppe2011-08-012-4/+5
* exp/template: ensure that a valid Set is returned even on error.Roger Peppe2011-08-011-0/+3
* 5g: fix set but not used errorDave Cheney2011-07-311-2/+1
* http: correct format flags when printing errors during testsAlex Brainman2011-08-011-2/+2
* cmd/ld/pe.c: Corrected mismatched print formats and variables.Lucio De Re2011-08-011-3/+3
* html: parse doctype tokens; merge adjacent text nodes.Nigel Tao2011-08-014-102/+170
* syscall: delay load of dll functions until they are calledAlex Brainman2011-07-317-441/+470
* exp/norm: correct package doc commentAndrew Gerrand2011-07-301-1/+1
* exp/template: fix endless loopRobert Griesemer2011-07-302-3/+13