]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-02-01 Luuk van Dijkpkg/math: undo manual inlining of IsInf and IsNaN
2012-02-01 Sameer Ajmanigodoc: fix redirect loop for URL "/".
2012-02-01 Anthony Martingc, cc: avoid using the wrong library when building...
2012-02-01 David Symondsencoding/base64: ignore new line characters during...
2012-02-01 Mikio Haranet, syscall: add IPv4 multicast helpers for windows
2012-02-01 Andrew Gerrandgo/build: update syslist.go package comment
2012-02-01 Anthony Martinbuild: move the "-c" flag into HOST_CFLAGS
2012-02-01 Anthony Martingc: use octal escapes in mkopnames
2012-02-01 Anthony Martinbuild: add include files for Plan 9
2012-02-01 Anthony Martinsyscall: cache environment variables on Plan 9.
2012-02-01 Anthony Martinlibmach: add stubs for Plan 9
2012-02-01 Alex Brainmannet: fix windows build
2012-02-01 Ian Lance Taylortest: add test which crashed gccgo compiler
2012-01-31 Russ Coxcmd/go: improvements
2012-01-31 Robert Griesemergo/doc: added error, rune to list of predeclared types
2012-01-31 Russ Coxfmt: fix caching bug in Scan
2012-01-31 Brad Fitzpatricknet: remove types InvalidConnError and UnknownSocketError
2012-01-31 Russ Coxcmd/go: improvements
2012-01-31 Rémy Oudomphenggo: record location of failed imports for error reporting.
2012-01-31 Russ Coxgc: diagnose \ in import path
2012-01-31 Russ Coxbuild: remove ./ from buildscripts
2012-01-31 Brad Fitzpatricknet: move DNSConfigError to a portable file
2012-01-31 Russ Coxcmd/go: improvements
2012-01-31 Rémy Oudomphengcmd/go: fix handling of gccgo standard library.
2012-01-31 Robert Griesemergo/doc: enable AllMethods flag (and fix logic)
2012-01-31 Brad Fitzpatricknet/http: close client fd sooner on response read error
2012-01-31 Mikio Haranet: disable normal multicast testing on linux/arm
2012-01-31 Adam Langleycrypto/elliptic: p224Contract could produce a non-minim...
2012-01-31 Mikio Haranet: ListenMulticastUDP to listen concurrently across...
2012-01-31 Adam Langleycrypto/tls: better error message when connecting to...
2012-01-31 Russ Coxnet: fix windows build
2012-01-31 Adam Langleycrypto/x509: use case-insensitive hostname matching.
2012-01-31 Shenghou Ma5l: optimize the common case in patch()
2012-01-31 Shenghou Ma5l: make -v option output less nonessential clutter
2012-01-31 Russ Coxbuild: move goapi, quietgcc, cgo, gotype, ebnflint...
2012-01-31 Joel Singcmd/go: clean test directories as they complete
2012-01-31 Mikio Haranet: replace error variable name e, errno with err
2012-01-31 Wei Guangjingcmd/ld: fix gdbscript
2012-01-31 Joel Singos/exec: TestExtraFiles - close any leaked file descriptors
2012-01-31 Ian Lance Taylortest: float to integer test case
2012-01-31 Damian Gryskiruntime: use per-map hash seeds
2012-01-31 Russ CoxA+C: Damian Gryski (individual CLA)
2012-01-31 Russ Coxbuild: fix again
2012-01-31 Russ Coxbuild: fix buildscripts
2012-01-31 Russ Coxbuild: remove Make.pkg, Make.tool
2012-01-31 Russ Coxgo: improvements
2012-01-31 Russ Coxbuild: force numerical comparison in version.bash
2012-01-31 Brad Fitzpatricktest: attempt at making a test more robust
2012-01-31 Russ Coxruntime: fix mkasmh.sh for arm?
2012-01-31 Anthony Martinruntime: fix mkasmh.h
2012-01-31 Nigel Taoimage: remove image/bmp and image/tiff from std.
2012-01-31 Nigel Taodoc: add image/{bmp,tiff} renames to go1.tmpl.
2012-01-31 Nigel Taofix: add image/{bmp,tiff} to go1pkgrename.
2012-01-31 Andrew Gerranddoc: update weekly snapshot notes with subrepo changes
2012-01-31 Andrew Gerranddashboard: better ui layout for subrepo status
2012-01-30 Rob Pikecmd/pack: change gopack to pack in error messages
2012-01-30 Rob Pikerun.bash: s/make/gomake
2012-01-30 Robert Griesemergo/spec: Update language on map types.
2012-01-30 Rob Pikego: move compilers into the go-tool directory
2012-01-30 Alex Brainmanbuildscript.sh: now works correctly on windows
2012-01-30 Robert Griesemergodoc: sort list of "other packages"
2012-01-30 Robert Griesemergodoc: add URL mode m=methods
2012-01-30 Brad Fitzpatrickbuild: fix buildscript breakage after all.bash
2012-01-30 Brad Fitzpatrickdoc: use consistent receiver names, when it makes sense.
2012-01-30 Brad Fitzpatrickjson: remove old optimization that inlining covers now
2012-01-30 Anthony Martingo: don't clobber command install paths
2012-01-30 Russ Coxtest: add test of NaN in map
2012-01-30 Russ Coxcodereview: ignore test files during 'hg gofmt'
2012-01-30 Gustavo Niemeyerencoding/xml: fix decoding of xml.Name with sub-elements
2012-01-30 Rob Pikegopack: rename pack, move to go-tool directory
2012-01-30 Russ Coxcompress/flate: undo misuse of skipNever
2012-01-30 Russ Coxfmt: add test of NaN map keys
2012-01-30 Russ Cox8g: use uintptr for local pc
2012-01-30 Rob Pikemake.bash: don't remove hgpatch
2012-01-30 Gustavo Niemeyercmd/go: fix including of _cgo_export.h
2012-01-30 Olivier Duperraypkg/go/scanner: Fix Typical use output
2012-01-30 Russ Coxruntime: fix float64 hash
2012-01-30 Volker Doblernet/http: Fix nil pointer dereference in error case.
2012-01-30 Alex Brainmanos/user: windows implementation
2012-01-30 Alex Brainmanbuild: use correct go-tool directory location
2012-01-30 Brad Fitzpatrickcmd/goapi: expand embedded interfaces
2012-01-30 Andrew Gerrandbuilder: drop recover blocks
2012-01-30 Andrew Gerranddashboard: ask builders to re-build Go tip to freshen...
2012-01-30 Andrew Gerrandgobuilder: use go tool to build and test sub-repositories
2012-01-30 Andrew Gerranddashboard: add sub-repositories to init list
2012-01-29 Gustavo Niemeyercmd/goinstall: remove now that 'go get' works
2012-01-29 Volker Doblernet/http: set cookies in client jar on POST requests.
2012-01-29 Rob Pikecmd/go: add go tools to rearrangement
2012-01-29 Rob Pikecmd/go: slightly less confusing error message
2012-01-29 Russ Coxcodereview: fix initialization check
2012-01-29 Rob Pikecmd/go: c tools not used during compilation
2012-01-29 Shenghou Ma5l, 6l, 8l, ld: remove memory leaks
2012-01-29 Russ Coxcodereview: die if initialized twice
2012-01-29 Rob Pikecmd/go: first piece of tool rearrangement
2012-01-29 Mikio Haranet: update comments to remove redundant "net" prefix
2012-01-29 Rémy Oudomphenggc: use original constant expression in error messages.
2012-01-28 Roger Peppecmd/go: make vcs command actually gather output
2012-01-27 Brad Fitzpatrickos: remove SIGXXX signals variables.
2012-01-27 Robert Griesemergo/doc: don't show methods of exported anonymous fields
2012-01-27 Robert Griesemergo/doc: added test case
next