aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-22testing: Fix typo on Logf doc comment.David Symonds
2011-02-22image/png: support for more formatsMikael Tillenius
2011-02-21A+C: Mikael Tillenius (individual CLA)Nigel Tao
2011-02-20runtime-gdb.py: gdb pretty printer for go strings properly handles length.Luuk van Dijk
2011-02-19spec: delete incorrect obsolete mention of selector working onRob Pike
2011-02-19crypto/openpgp/packet: comment typo fix.Adam Langley
2011-02-19build: reduce the use of subshells in recursive makeDave Cheney
2011-02-19misc/dashboard: tweak build fail notification emailAndrew Gerrand
2011-02-18net: fix multicast testsDave Cheney
2011-02-18crypto/openpgp/packet: fix testing print (missing arg)Rob Pike
2011-02-19godoc: serve robots.txt rawAndrew Gerrand
2011-02-19.hgignore: add doc/codelab/wiki/*.binGustavo Niemeyer
2011-02-18runtime: handle non-standard call sequences in arm tracebackRuss Cox
2011-02-18fix buildRuss Cox
2011-02-18runtime: record $GOROOT_FINAL for runtime.GOROOTRuss Cox
2011-02-18ld: drop rpathRuss Cox
2011-02-18crypto/rsa: left-pad OAEP results when needed.Adam Langley
2011-02-17go/scanner: update commentRobert Griesemer
2011-02-17testing: rename cmdline flags to avoid conflictsGustavo Niemeyer
2011-02-186l: pe fixesWei Guangjing
2011-02-18html: small documentation fix.Nigel Tao
2011-02-17http: send full URL in proxy requestsRuss Cox
2011-02-17json: only use alphanumeric tagsRuss Cox
2011-02-17gc: interface error message fixesRuss Cox
2011-02-17net: remove comment fragmentsRuss Cox
2011-02-17runtime: descriptive panics for use of nil mapRuss Cox
2011-02-17crypto/rand: Added read buffer to speed up requests for small amounts of bytes.Albert Strasheim
2011-02-18misc/dashboard: notify golang-dev on build failureAndrew Gerrand
2011-02-16Effective Go: stress that comments are uninterpreted textRob Pike
2011-02-16arm runtime: attempt to fix build by adding casp (same as cas)Rob Pike
2011-02-16doc/devel/release: discuss StartProcess in release notesAndrew Gerrand
2011-02-17syscall: fix windows SetFileAttributesAlex Brainman
2011-02-17net: fix windows buildAlex Brainman
2011-02-17html: tokenize HTML comments.Nigel Tao
2011-02-16gc: make string const comparison unsignedJeff R. Allen
2011-02-16net: add IPv4 multicast to UDPConnDave Cheney
2011-02-16net: more accurate IPv4-in-IPv6 API testMikio Hara
2011-02-16net: reject invalid net:proto network namesOlivier Antoine
2011-02-16A+C: Olivier Antoine (individual CLA)Russ Cox
2011-02-16sync: add CondGustavo Niemeyer
2011-02-16os: remove ENODATA (fixes freebsd build)Russ Cox
2011-02-16http: add proxy supportYasuhiro Matsumoto
2011-02-16reflect: add a couple of sentences explaining how Methods operate.Rob Pike
2011-02-16test/bench: update timings for new GCRob Pike
2011-02-16runtime: fix memory allocator for GOMAXPROCS > 1Russ Cox
2011-02-16runtime: minor cleanupRuss Cox
2011-02-16os: add ENODATA and ENOTCONNAlbert Strasheim
2011-02-16netchan: allow use of arbitrary connections.Roger Peppe
2011-02-16syscall: implement chmod() for win32.Yasuhiro Matsumoto
2011-02-168l,6l: allow for more os threads to be created on WindowsAlex Brainman