]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-09-03 Michael Hudson... Revert "cmd/link: only embed runtime.goarm in the modul...
2015-09-03 Rob Pikenet/rpc: don't exit if Accept gets an error
2015-09-03 Alexander Morozovsyscall: fix formatting calls in tests
2015-09-03 Rob Pikecmd/asm: handle CMPF and CMPD on ARM
2015-09-03 Chris Hinesdatabase/sql: close bad connections in commit or rollback:
2015-09-03 Michael Hudson... cmd/link: only embed runtime.goarm in the module that...
2015-09-03 Michael Hudson... cmd/internal/obj: some platform independent bits of...
2015-09-03 Andrew Gerranddoc: add Go Security Policy document
2015-09-03 Michael Hudson... cmd/internal/obj: remove Link.Tlsoffset
2015-09-03 Joe Tsaicompress/flate: simplify inflate logic
2015-09-03 Michael Hudson... runtime: fixes for arm64 shared libraries
2015-09-02 Didier Speziacmd/asm: fix several panics with erroneous input
2015-09-02 Håvard Haugencompile/internal/gc: make typecheckok a bool
2015-09-02 Rob Pikecmd/doc: document that json.Decode documents encoding...
2015-09-02 Rob Pikecmd/vet: diagnose using Printf on a function value
2015-09-02 Andrew Gerranddoc: only show Share button when enabled
2015-09-01 Håvard Haugencmd/compile/internal/gc: use slice instead of NodeList...
2015-09-01 Håvard Haugencmd/compile/internal/gc: remove dead code found by vet
2015-09-01 Dan Petersonnet/http: make FileServer sort directory entries
2015-09-01 Fabian Wickbornbuild: Fix bootstrap.bash for official source tarballs
2015-09-01 Michael Hudson... cmd/link: remove some dead code
2015-09-01 Brad Fitzpatrickio: add WriteString support to MultiWriter
2015-09-01 Nigel Taoio/ioutil: clarify docs for ReadDir sort order.
2015-09-01 Nigel Taoimage/draw: optimize out some bounds checks.
2015-08-31 Paul Marksnet: Increase the acceptable delay in TestDialerDualstack
2015-08-31 Dave Cheneycmd/internal/obj/arm: remove CASE and BCASE
2015-08-31 Keith Randallruntime: soften up hash checks a bit
2015-08-31 Shenghou Mafmt: fix scientific notation in docs
2015-08-31 Shenghou Maruntime: implement cmpstring and bytes.Compare in assem...
2015-08-31 Alexander Morozovsyscall: remove unused kernelVersion function from...
2015-08-31 Alexander Morozovsyscall: move check of unprivileged_userns_clone to...
2015-08-31 Dave Cheneyinternal/obj/arm64: remove CASE and BCASE
2015-08-31 Aaron Jacobsos: remove a redundant branch in File.Read.
2015-08-31 Håvard Haugencmd/compile/internal/gc: rename Fatal to Fatalf
2015-08-31 Michael Hudson... cmd/link: pass value being relocated to archreloc
2015-08-30 Shenghou Manet: add -lsendfile to cgo LDFLAGS for solaris
2015-08-30 Austin Clementsruntime: check that stack barrier unwind is in sync
2015-08-30 Austin Clementsruntime: add GODEBUG for stack barriers at every frame
2015-08-30 Austin Clementsruntime: don't install a stack barrier in cgocallback_g...
2015-08-30 Adam Langleycrypto/x509: emit PKIX names in a more standard order.
2015-08-30 Adam Langleycrypto/tls: reject ServerHellos with empty ALPN protocols.
2015-08-29 aubblecrypto/tls: note in comments that setting GetCertificat...
2015-08-29 Vlad Krasnovcrypto/aes: dedicated asm version of AES-GCM
2015-08-29 aubblecrypto/tls: allow tls.Listen when only GetCertificate...
2015-08-29 Håvard Haugentesting/quick: terminate for arbitrary recursive types
2015-08-29 David Leon Gilmath/big: use optimized formula in ModSqrt for 3 mod...
2015-08-29 Michal Bohuslávekencoding/asn1: fix panic when Marshaling nil.
2015-08-29 Keith Randallruntime: short-circuit bytes.Compare if src and dst...
2015-08-29 Ian Lance Taylortime: fix 400 year offset in comment
2015-08-29 Dave Cheneymisc/nacl: fix nacl build
2015-08-28 Robert Griesemercmd/compile/internal/gc: use slice instead of linked...
2015-08-28 Robert Griesemercmd/compiler/internal/gc: fix argument for Sprintf
2015-08-28 Matthew Dempskycompress/gzip: clarify Latin-1 restrictions on gzip...
2015-08-28 Russ Coxcmd/internal/rsc.io: delete
2015-08-28 Russ Coxcmd/internal/objfile: use golang.org/x/arch instead...
2015-08-28 Russ Coxcmd/vendor/golang.org/x/arch: import arm/armasm and...
2015-08-28 Russ Coxruntime: check explicitly for short unwinding of stacks
2015-08-28 Russ Coxdoc: mention vendoring in go1.6.txt (forgot git add...
2015-08-28 Dave Cheneydoc/go1.6.txt: start go1.6.txt with a note about nacl
2015-08-28 Daniel Johanssonregistry: Explain how GetMUIStringValue works and where...
2015-08-28 Dave Cheneysyscall: remove nacl srpc helper
2015-08-28 Alberto Donizetticompress/bzip2: make decoding faster
2015-08-27 Ian Lance Taylorcmd/go: -a does apply to the standard library
2015-08-27 Russ Coxcmd/go: enable vendoring experiment by default
2015-08-27 Russ Coxnet: restore LookupPort for integer strings
2015-08-27 Alexander Morozovsyscall: don't call Setgroups if Credential.Groups...
2015-08-27 Vincent Vanackerecmd/go: properly ignore import comments for vendored...
2015-08-27 Tim Cooijmanssrc/runtime: Add missing defs for android/386.
2015-08-27 Didier Speziacmd/asm: fix potential infinite loop in parser
2015-08-27 Rob Piketext/template: add ExecError type and return it from...
2015-08-27 Michael Hudson... runtime: remove unused xchgp/xchgp1
2015-08-26 Robert Griesemergo/types: fix real(a) and imag(a) for untyped arguments
2015-08-26 Brad Fitzpatricknet/http/httputil: permit nil request body in ReverseProxy
2015-08-26 Robert Griesemergo/types: check for duplicate values in expression...
2015-08-26 Robert Griesemergo/types, go/constant: remove backward-compatibility...
2015-08-26 Todd Nealnet/http: remove always true comparison
2015-08-26 Daniel Johanssontime: handle localized time zone names
2015-08-26 Uttam C Pawarbytes: improve Compare function on amd64 for large...
2015-08-26 Michael Hudson... misc/cgo/testshared: do not run gccgo tests when gccgo...
2015-08-26 Todd Nealruntime: remove always false comparison in sigsend
2015-08-26 Michael Hudson... cmd/compile, cmd/link, reflect, runtime: remove type...
2015-08-26 Andy Maloneycmd/cgo: annotate named return struct members in comments
2015-08-26 Michael Hudson... cmd/compile, runtime: stop returning t.zero on hashmap...
2015-08-26 Andy Maloneycmd/cgo: change comments in generated C code to be...
2015-08-25 Michael Hudson... cmd/link: call moduledata symbols "local.moduledata...
2015-08-25 Ulrich Kunitzcmd/compile: fix register allocation for == operator
2015-08-25 Austin Clementscmd/compile: fix uninitialized memory in compare of...
2015-08-25 Dave Cheneyruntime: check pointer equality in arm64 cmpbody
2015-08-25 Todd Nealruntime: fix nmspinning comparison
2015-08-25 Shenghou Maruntime: add a missing hex conversion
2015-08-25 Didier Speziadebug/elf: map/slice literals janitoring
2015-08-25 Shenghou Macmd/go: skip test using external linking on linux/ppc64 too
2015-08-25 Todd Nealencoding/gob: remove always false comparison
2015-08-25 Aaron Jacobsos/signal: skip the nohup test on darwin when running...
2015-08-24 Joe Tsaihash/fnv: fix wiki url
2015-08-24 Dave Cheneyruntime: check pointer equality in arm cmpbody
2015-08-24 Rob Pikefmt: in Scanf, %c can scan a space, so don't skip space...
2015-08-24 Andrew Gerranddoc: remove mention of defunct golang-bugs mailing...
2015-08-24 Tarmigan Caseboltencoding/asn1: fix unused assignments
2015-08-24 Matt Layhernet: allow ParseMAC to parse 20-octet IPoIB link-layer...
next