]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-03-19 Oling Catlib/godoc: convert indentation to tabs.
2013-03-19 Rémy Oudomphengruntime: fix erroneous overflow protection on netbsd...
2013-03-19 Rob Pikedoc/go1.1.html: document the surrogate and BOM changes
2013-03-18 Brad Fitzpatrickdatabase/sql: doc cleanup on the DB type
2013-03-18 Brad Fitzpatrickdatabase/sql: add DB.SetMaxIdleConns
2013-03-18 Rob Pikedoc/go1.1.html: document some of the library changes.
2013-03-18 Daniel Morsingcmd/gc: steal escape analysis info when inlining
2013-03-18 Brad Fitzpatricknet/http: add StripPrefix example; simplify code
2013-03-18 Brad Fitzpatricknet/http: shorten and clean up TestTransportConcurrency
2013-03-18 Rémy Oudomphengruntime: fix tv_sec 32-bit overflows in sleep routines.
2013-03-18 Shenghou Maruntime: fix build for NetBSD/ARM
2013-03-18 Brad Fitzpatrickdatabase/sql: allow simultaneous queries, etc in a Tx
2013-03-18 Brad Fitzpatrickos/exec: fix fd leak with Std*Pipe + LookPath
2013-03-18 Joel Singruntime: correct mmap return value checking on netbsd...
2013-03-17 Joe Poiriermisc/dist: fix Windows breakage
2013-03-17 Mikio Haranet: revert Zone in IPNet temporally
2013-03-16 Rob Pikemake.bash: delete vestigial TODO, now resolved
2013-03-16 Rob Pikebytes,string: move the BUG to the comment of the functi...
2013-03-15 Brad Fitzpatricknet/http: don't test for goroutine leaks in short mode
2013-03-15 Rémy Oudomphengcmd/gc: missing type inference for untyped complex...
2013-03-15 Brad Fitzpatricknet/http: fix test breakage on Windows
2013-03-15 Robert Griesemergo/doc: fix TODO
2013-03-15 Brad Fitzpatricknet/http: less flaky leaking goroutine test
2013-03-15 Robert Griesemerspec: remove special int rule for shifts
2013-03-15 Rob PikeA+C: Herbert Georg Fischer (individual CLA)
2013-03-15 Herbert Georg... doc: explain why cmd/go uses https for repositories...
2013-03-15 Russ Coxcodereview: re-enable 15-second status prints
2013-03-15 Jan Ziakruntime: scan the type of an interface value
2013-03-15 Shenghou Manet, runtime: enable runtime-integrated pollster on...
2013-03-15 Russ Coxcmd/gc: ensure unique parameter and result names in...
2013-03-15 Rob Pikedoc/go_faq.html: add entry about pointer to interface
2013-03-15 Dmitriy Vyukovnet: fix build with CGO_ENABLED=0
2013-03-15 Keith Randallruntime: use AES hash for compound objects.
2013-03-15 Russ Coxbuild: skip benchmarks on OpenBSD
2013-03-15 Jan Ziakruntime: remove struct BitTarget
2013-03-15 Russ Coxbuild: fix for 32-bit windows builds on 64-bit windows...
2013-03-15 Joel Singruntime: unbreak netbsd builds
2013-03-15 Rémy Oudomphengcmd/gc: fix escape analysis bug.
2013-03-15 Jan Ziakruntime: replace lock() with casp() in the GC
2013-03-15 Jan Ziakcmd/gc: unroll small array types
2013-03-15 Russ Coxruntime: accept GOTRACEBACK=crash to mean 'crash after...
2013-03-15 Tyler Bunnellcmd/gc: disallow fallthrough in final case of switch
2013-03-15 Anthony Martincmd/dist: instruct the user to bind $GOBIN on Plan 9
2013-03-15 Russ Coxos/signal: add Stop, be careful about SIGHUP
2013-03-15 Jonathan Niedergo/build: allow ~ in middle of path, just not at beginning
2013-03-15 Russ CoxCONTRIBUTORS: add Jonathan Nieder (Google CLA)
2013-03-15 David Symondsmisc/dashboard/codereview: better debugging when some...
2013-03-15 Russ Coxruntime: use 64-bit negative error code on 64-bit machines
2013-03-15 David Symondsmisc/dashboard/codereview: add more people.
2013-03-14 Brad Fitzpatrickdatabase/sql: associate a mutex with each driver interface
2013-03-14 Russ Coxruntime: fix netbsd after reorg (again)
2013-03-14 Russ Coxruntime: fix netbsd again after reorg
2013-03-14 Russ Coxruntime: fix build for freebsd/arm after reorg
2013-03-14 Russ Coxruntime: fix freebsd arm for hash change
2013-03-14 Russ Coxruntime: freebsd, netbsd build fixes after reorg
2013-03-14 Brad Fitzpatrickdatabase/sql: document non-open of Open; add Ping
2013-03-14 Russ Coxruntime, net: fix arm build
2013-03-14 Russ Coxcmd/ld: another use-after-free
2013-03-14 Russ Coxruntime: refactor os-specific code
2013-03-14 Albert Strasheimnet: deflake TestDialTimeout
2013-03-14 Dmitriy Vyukovruntime: do not memprofile settype_flush
2013-03-14 Dmitriy Vyukovruntime: integrated network poller for linux
2013-03-14 Dmitriy Vyukovcmd/dist: support goos,goarch build tags
2013-03-14 Russ Coxruntime: make panic possible before malloc is ready
2013-03-14 Dmitriy Vyukovruntime: revert UseSpanType back to 1
2013-03-14 Dmitriy Vyukovruntime: fix build
2013-03-14 Dmitriy Vyukovruntime: integrated network poller for darwin
2013-03-14 Dmitriy Vyukovnet: prepare connect() for new network poller
2013-03-14 Russ Coxcmd/go: allow ~ in middle of path, just not at beginning
2013-03-14 Olivier Saingreencoding/xml: rewrite invalid code points to U+FFFD...
2013-03-13 Russ Coxcmd/go: add go1.1 build tag, add -installsuffix flag
2013-03-13 Russ Coxcmd/vet: make struct tag literal test work better with...
2013-03-13 Rob Pikecmd/go: better documentation about profiling
2013-03-13 Dave Cheneycmd/gc: silence valgrind error
2013-03-13 Russ Coxcmd/godoc: fix BUGS heading in text mode
2013-03-13 Rick Arnoldencoding/json: properly handle extra objects with fixed...
2013-03-13 Tyler Bunnellnet: use original raddr if getpeername fails
2013-03-13 Russ Coxencoding/xml: predefine xml name space prefix
2013-03-13 Jeff R. Allenmisc/pprof: fix address lookup regression on Linux
2013-03-13 Jeff R. Allenunicode/utf8: fix insignificant typos in tests
2013-03-13 Brad Fitzpatricknet: fix windows and plan9 build
2013-03-13 Dominik Honnefmisc/emacs: Fix indentation for code following multilin...
2013-03-13 Mike Rossetdoc: clarify that gccgo is a GCC front-end
2013-03-13 Mikio Haranet: require of both -external and -ipv6 flags to run...
2013-03-12 Rob Pikego/test/bench/go1: add regexp test
2013-03-12 Brad Fitzpatricktest/bench/go1: add http test
2013-03-12 Nigel Taoimage/jpeg: ignore extraneous data, the same as what...
2013-03-12 Mikio Haranet: make sure to use /tmp in unix domain socket tests
2013-03-12 Akshat Kumarruntime: Plan 9, 32-bit: fix build by updating call...
2013-03-12 Akshat Kumarnet: Plan 9: add lookupProtocol
2013-03-12 Russ Coxcmd/ld: fix 'use after free' error in new obj code
2013-03-12 Rob Pikeapi/next.txt: remove references to go/types, now in...
2013-03-12 Robert Figueiredohtml/template: Ensure release of namespace mutex in...
2013-03-12 Benny Siegertmisc/bbedit, misc/notepadplus: remove executable bits...
2013-03-12 Rob Pikespec: rewrite the description of panic and recover.
2013-03-12 Jan Ziaktest/bench/garbage: fix parser benchmark
2013-03-12 Rob Pikego/types: delete from main repo; part of move to go.exp
2013-03-12 Russ Coxencoding/xml: reject > chain with non-element
2013-03-12 Robert Griesemergo/printer, gofmt: avoid extra final comma in multi...
2013-03-12 Robert Griesemergo/doc: set receiver type position for embedded methods
next