]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2011-06-16 Russ Cox[release-branch.r57] docs/GoCourseDay1.pdf: fix error... release.r57.2
2011-06-16 Russ Cox[release-branch.r57] docs: Update notes for 3-day Go...
2011-06-16 Russ Cox[release-branch.r57] doc: document r57.2
2011-06-16 Russ Cox[release-branch.r57] 6g, 8g: fix goto fix
2011-06-16 Russ Cox[release-branch.r57] gc: work around goto bug
2011-05-08 Rob Pikereflect: make allocation test less fragile.
2011-05-04 Russ Cox[release-branch.r57] doc: document r57.1 release.r57.1
2011-05-04 Russ Cox[release-branch.r57] http: fix FormFile nil pointer...
2011-05-03 Russ Cox[release-branch.r57] doc: release.r57 release.r57
2011-05-03 Russ Cox[release-branch.r57] Make.cmd: create TARGDIR if necessary
2011-05-03 Russ Cox[release-branch.r57] reflect: allow unexported key...
2011-05-03 Russ Cox[release-branch.r57] jpeg: speed up RGBA encoding ~%50
2011-05-03 Russ Cox[release-branch.r57] doc/install: specify clone -u...
2011-05-03 Russ Cox[release-branch.r57] image: fix build
2011-05-03 Russ Cox[release-branch.r57] image: add type-specific Set metho...
2011-05-03 Russ Cox[release-branch.r57] http/pprof: fix POST reading bug
2011-05-03 Russ Cox[release-branch.r57] 5a, 6a, 8a, cc: remove old environ...
2011-05-03 Russ Cox[release-branch.r57] runtime, sync/atomic: fix arm cas
2011-05-03 Russ Cox[release-branch.r57] png: speed up opaque RGBA encoding
2011-05-03 Russ Cox[release-branch.r57] http: rename ErrBodyReadAferClose...
2011-05-03 Russ Cox[release-branch.r57] mime/multipart: fix regression...
2011-05-03 Russ Cox[release-branch.r57] http: new error for reading a...
2011-05-03 Russ Cox[release-branch.r57] image: png & jpeg encoding benchmarks
2011-05-03 Russ Cox[release-branch.r57] xml: fix reflect error
2011-05-03 Russ Coxcreate release-branch.r57
2011-04-28 Andrew Gerrandweekly.2011-04-27 weekly.2011-04-27
2011-04-28 Andrew Gerrandhttp: add MultipartForm, FormFile, and ParseMultipartFo...
2011-04-28 Brad Fitzpatrickadler32: speed up ~40% by avoiding bounds checks
2011-04-28 Russ Coxruntime: fix typo in gc bug fix
2011-04-28 Lorenzo Stoakesgc: correctly handle fields of pointer type to recursiv...
2011-04-28 Russ Coxruntime: stack split + garbage collection bug
2011-04-28 Russ Coxcgo: handle versioned ELF symbols
2011-04-28 Russ Coxruntime: allow use of >512 MB on 32-bit platforms
2011-04-28 Andrew Gerrandmime/multipart: add ReadForm and associated types
2011-04-27 Brad Fitzpatricktar: use ioutil.Discard
2011-04-27 Brad Fitzpatrickioutil: add Discard, update tree.
2011-04-27 Brad Fitzpatrickhttp: put a limit on POST size
2011-04-27 Brad Fitzpatrickhttp: keep gzip reader inside eofsignaler
2011-04-27 Gustavo Niemeyerreflect: Fix Copy of arrays
2011-04-27 Brad Fitzpatrickcgi: improve Location response handling
2011-04-27 Peter Mundyruntime: fix mkversion to output valid path separators
2011-04-27 Evan Shawhttp/fcgi: New package
2011-04-27 Rob Piketutorial: replace the forever loops with finite counts...
2011-04-27 Russ Coxgopack: preserve safe flag when not adding unsafe objec...
2011-04-27 Russ Coxdoc: mention make version in install.html
2011-04-27 Andrew Gerrandgoinstall: support GOPATH; building and installing...
2011-04-27 Andrew Gerrandbuilder: build multiple targets in parallel
2011-04-26 Rob Pikerpc: run benchmarks over HTTP as well as direct network...
2011-04-26 Rob Pikerpc: allow the argument (first arg of method) to be...
2011-04-26 Brad Fitzpatrickhttp: new tests + panic hunting issue 1725
2011-04-26 Adam Langleycrypto/x509: memorize chain building.
2011-04-26 Albert Strasheimsyscall: Mlock, Munlock, Mlockall, Munlockall on Linux.
2011-04-26 Russ Coxruntime: more graceful out-of-memory crash
2011-04-26 Alex Brainmanos: fix race in ReadAt/WriteAt on Windows
2011-04-26 Alex Brainman8l: do not emit empty dwarf pe sections
2011-04-26 Brad Fitzpatrickhttp: make Client redirect policy configurable
2011-04-26 Russ Coxgc: fix order of operations for f() < g().
2011-04-26 Russ Coxall-qemu.bash: remove DISABLE_NET_TESTS
2011-04-26 Russ Coxdashboard: build most recent revision first
2011-04-26 Andrew Gerrandwebsocket: include *http.Request in websocket.Conn
2011-04-25 Dave Cheneyruntime: fix arm build
2011-04-25 Russ Coxgc: explain why invalid receiver types are invalid
2011-04-25 Russ Coxruntime: turn "too many EPIPE" into real SIGPIPE
2011-04-25 Ian Lance Taylortime: Support Irix 6 location for zoneinfo files.
2011-04-25 Russ Coxld: fix 6l -d on Mac, diagnose invalid use of -d
2011-04-25 Russ Coxfix tree for reflect rename
2011-04-25 Russ Coxreflect: rename Typeof, NewValue -> TypeOf, ValueOf
2011-04-25 Russ Coxgofix: add support for reflect rename
2011-04-25 Fazlul Shahriar8g,8l: fix "set but not used" gcc error
2011-04-25 Russ Coxruntime: correct out of memory error
2011-04-25 Russ Coxcodereview: various fixes
2011-04-25 Russ Coxgc: fix import width bug
2011-04-25 Robert Henckegc: allow complex types to be receiver types
2011-04-25 Adam Langleycrypto/tls: use time(), not Time().
2011-04-24 Nigel Taojpeg: decode to a YCbCr image instead of an RGBA image.
2011-04-23 Joe Poirierrc/env.bash: fix for Go tool-chain build on windows...
2011-04-23 Rob Pikefmt: tweak the doc for %U.
2011-04-23 Russ Coxgc: fix conversion of user-defined string type to ...
2011-04-23 Russ Coxgc: fix return variable named _
2011-04-23 Russ Coxgc: fix line number at EOF
2011-04-23 Anthony Martinld: fix Plan 9 symbol table
2011-04-23 Russ Coxruntime: disable long test (fix arm build)
2011-04-22 Ian Lance Taylorfmt: decrease recursion depth
2011-04-22 Robert Griesemergo spec: for map types, mention indexing operations
2011-04-22 David Symondscontainer/heap: fix circular dependency in test
2011-04-22 Petar Maymounkovhttp: in ServerConn and ClientConn, rename Close to...
2011-04-22 Adam Langleycrypto/rsa: add file that I forgot to add last time.
2011-04-22 Adam Langleycrypto/rsa: support > 3 primes.
2011-04-22 Russ Coxruntime: stop deadlock test properly (fix arm5 build)
2011-04-22 Dave Cheneysyscall: fix Ftruncate under linux/arm5
2011-04-22 Brad Fitzpatrickhttp/cgi: pass some default environment variables
2011-04-22 Brad Fitzpatrickos/user: new package to look up users
2011-04-22 Brad Fitzpatrickhttp: fix FileServer's default text content type
2011-04-22 Ian Lance Taylorhttp/cgi: copy some PATH environment variables to child
2011-04-22 Alex Brainmanos: Open with O_APPEND|O_CREATE to append to the end...
2011-04-22 Brad Fitzpatrickhttp: clarify docs on Request HTTP version
2011-04-21 Brad Fitzpatrickhttp: close underlying gzip Reader too
2011-04-21 Brad Fitzpatrickxml: Parser hook for non-UTF-8 charset converters
2011-04-21 Lucio De Re8l/prof.c: #if 0 is not accepted by the Plan 9 native...
2011-04-21 Albert Strasheimcgo: avoid "incompatible pointer type" warning
next