aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-19gotest: use $GCFLAGS like make doesRuss Cox
2011-10-19exp/types: fix crash in parseBasicType on unknown typeRuss Cox
2011-10-19crypto/x509: fix names in certificate generation.Adam Langley
2011-10-19http: comment tweaksBrad Fitzpatrick
2011-10-19syscall: update ztypes_linux_386 for terminal changesBrad Fitzpatrick
2011-10-19syscall: update ztypes_linux_arm for terminal changesDave Cheney
2011-10-19os/inotify: move to exp/inotifyMikio Hara
2011-10-19tag weekly.2011-10-18Andrew Gerrand
2011-10-19weekly.2011-10-18weekly.2011-10-18Andrew Gerrand
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-18godoc: generate package toc in template, not in JavaScriptRuss Cox
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-18A+C: Jani Monoses (individual CLA)Russ 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-18misc/windows: automated toolchain packagerJoe Poirier
2011-10-18ld: bump pe linker version to 3.0 to allow code signingMikkel Krautz
2011-10-18tag release.r58.2Andrew Gerrand
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-18tag release.r60.3Andrew Gerrand
2011-10-17misc/swig: delete binariesAnthony Martin
2011-10-18doc: document release.r60.3Andrew Gerrand
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