aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-10-19html: fix escape_test.go for CSS escaper change 5306042.Nigel Tao
2011-10-18fmt: clean up after reflect.Interface change.Rob Pike
2011-10-18rpc: don't panic on write error.Rob Pike
2011-10-18exp/template/html: fix bug in cssEscaperMike Samuel
2011-10-19http: add test for panic inside hijacked requestAndrew Gerrand
2011-10-19html: parse raw text and RCDATA elements, such as <script> and <title>.Nigel Tao
2011-10-18ld: modify macho linkedit segment to enable OS X code signingMikkel Krautz
2011-10-18exp/winfsnotify: filesystem watcher for WindowsHector Chu
2011-10-185l, 6l, 8l: correct ELFRESERVE diagnosticAnthony Martin
2011-10-186l, 8l: emit macho dwarf info before linkedit sectionMikkel Krautz
2011-10-18big: handle aliasing correctly for Rat.SetFrac.Robert Griesemer
2011-10-18gc: preserve uint8 and byte distinction in errors, import dataRuss Cox
2011-10-185g, 6g: comment out uses of -rRuss Cox
2011-10-18build: pass $GCFLAGS to compilerRuss Cox
2011-10-18net: remove duplicate error information in DialAndrey Mirtchovski
2011-10-18net: allow LookupSRV on non-standard DNS namesRuss Cox
2011-10-18godoc: fix ToAbsolute mappingRobert Griesemer
2011-10-18http, crypto/tls: fix read timeouts and closing.Adam Langley
2011-10-18exp/terminal: split terminal handling from exp/sshAdam Langley
2011-10-18exp/ssh: general cleanups for client supportDave Cheney
2011-10-18big: more explicit documentation for div/mod/quo/remRobert Griesemer
2011-10-18reflect: make unsafe use of SliceHeader gc-friendlyRuss Cox
2011-10-18gofix -r mapdeleteRuss Cox
2011-10-18gofix: add mapdeleteRuss Cox
2011-10-18gc: add delete(m, x) but leave in m[x] = 0, false.Russ Cox
2011-10-18ld: bump pe linker version to 3.0 to allow code signingMikkel Krautz
2011-10-18reflect: make map test independent of map iteration order.David Symonds
2011-10-18reflect: fix test failure reporting.David Symonds
2011-10-18fmt: fix test relying on map iteration order.David Symonds
2011-10-17scanner: invalidate scanner.Position when no token is presentRobert Griesemer
2011-10-17runtime: random offset for map iterationRuss Cox
2011-10-17reflect: disallow Interface method on Value obtained via unexported nameRuss Cox
2011-10-18html: refactor the tokenizer; parse "</>" correctly.Nigel Tao
2011-10-17exp/template/html: do not depend on reflection on internal fieldsRuss Cox
2011-10-17build: add missing nuke targetAnthony Martin
2011-10-17gc: treat uintptr as potentially containing a pointerDmitriy Vyukov
2011-10-17http: do not depend on map iteration orderRuss Cox
2011-10-17template: do not depend on map iteration orderRuss Cox
2011-10-17csv: fix issue 2366 - overly aggressive TrimLeadingSpacePaul Borman
2011-10-17http: fix panic when recovering from hijacked connection panicAndrew Gerrand
2011-10-17gotest: avoid conflicts with the name of the tested packageEsko Luontola
2011-10-16html: tokenize "a < b" as one whole text token.Nigel Tao
2011-10-16runtime: fix crash if user sets MemProfileRate=0Dmitriy Vyukov
2011-10-15goyacc: clean up after unitsAnthony Martin
2011-10-15syscall: dll function load and calling changesAlex Brainman
2011-10-15html: improve parsing of comments and "bogus comments"Andrew Balholm
2011-10-14http: DoS protection: cap non-Handler Request.Body readsBrad Fitzpatrick
2011-10-14http: avoid panic caused by nil URLAnthony Martin
2011-10-14godoc: updates for latest Go app-engine release.Robert Griesemer
2011-10-14godefs: add enum/const testdataDave Cheney