]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2011-01-07 Andrew Gerrandrelease.2011-01-06 weekly.2011-01-06
2011-01-07 Ian Lance Taylorld: Permit an ELF symbol to be exported in the dynamic...
2011-01-06 Andrew Gerranddoc: add golanguage.ru to foreign-language doc list
2011-01-06 Russ Coxcgo: disallow use of C.errno
2011-01-06 Russ CoxMake.pkg: use installed runtime.h for cgo
2011-01-06 Anthony Martinruntime/cgo: fix stackguard on FreeBSD/amd64
2011-01-06 Russ Coxgc: fix &^=
2011-01-06 Russ Coxcrypto/cipher: make NewCBCEncrypter return BlockMode
2011-01-05 Kyle ConsalusMade format string handling more efficient.
2011-01-05 Rob Pikeeffective go: explain the effect of repanicking better.
2011-01-05 Russ Coxio: fix Copyn EOF handling
2011-01-05 Russ Coxsyscall: correct Linux Splice definition
2011-01-05 Kyle Lemonsgoinstall: add -clean flag
2011-01-05 Russ CoxA+C: Kyle Lemons (individual CLA)
2011-01-05 Anthony Martingc: return constant floats for parts of complex constants
2011-01-05 Rob Pikefmt: normalize processing of format string
2011-01-05 Brad Fitzpatrickhttp: permit empty Reason-Phrase in response Status...
2011-01-05 Robert Griesemergo/ast: correct Pos/End ranges for field lists
2011-01-05 Rob Pikegob: generate a better error message in one confusing...
2011-01-05 Ian Lance Taylorsyscall: Make Access second argument consistently uint32.
2011-01-05 Nigel Taodoc: update contribution guidelines to prefix the chang...
2011-01-05 Roger Peppestrings: fix description of FieldsFunc
2011-01-04 Robert Griesemerfix occurrences of occur[^sr .,?!;\n]
2011-01-04 Icarus SparryThe Dec 06 change
2011-01-04 Rob Pikeregexp: implement early out for failed anchored search.
2011-01-04 Patrick Gavlinencoding/binary: reject types with implementation-depen...
2011-01-04 Russ Coxmerge tree
2011-01-04 Patrick Gavlingc: rewrite complex /= to l = l / r.
2011-01-04 Robert Griesemergo/ast: provide complete node text range info
2011-01-04 Russ Coxstrconv: update ftoa comment for 'E' and 'G'
2011-01-04 Russ CoxA+C: Patrick Gavlin (individual CLA)
2011-01-04 Michael Hoisienet: fix close of Listener
2011-01-04 Nigel Taodoc: update Effective Go for template API change.
2011-01-04 Gustavo Niemeyergoinstall: fix -u for bzr
2011-01-04 Andrew Gerrandgobuilder: prefix the tarball with 'go.', tweak release...
2011-01-03 Rob Pikeregexp: fix prefix bug.
2011-01-03 Rob Pikeregexp: fix performance bug, make anchored searches...
2010-12-30 Anschel Schaffer... Fix documentation typo.
2010-12-27 Stefan Nilssonatof: added 'E' as valid token for exponent
2010-12-27 Sebastien Binetsimple fix to not have 'exp/eval' panic in presence...
2010-12-27 Adam Langleycrypto/cipher: fix OCFB
2010-12-24 Caine Tighegoinstall/download.go: Add checkout concept and helper...
2010-12-23 Andrew GerrandA+C: Caine Tighe
2010-12-23 Andrew Gerrand6l: fix documentation of -L flag
2010-12-23 Andrew Gerrandtag release.2010-12-22
2010-12-23 Andrew Gerrandrelease.2010-12-22 weekly.2010-12-22
2010-12-23 Eoghan Sherrytesting: fix error message on invalid regexp
2010-12-21 Nigel Taohash/crc64: fix typo in Sum.
2010-12-21 Stefan Nilssonbufio: removed dead code
2010-12-20 Rob Piketemplate: fix trivial bug: integers are not "empty"
2010-12-20 David Symondsexpvar: quote StringFunc output, same as String output.
2010-12-17 Robert Griesemersuffixarray: implememted FindAllIndex regexp search
2010-12-17 Robert Griesemergo/scanner: interpret filenames in //line filename...
2010-12-17 Rob Piketls: fix argument mistake in Error call.
2010-12-17 Rob Pikejson: fix Fatal call in test
2010-12-17 Russ Coxfix cgo build
2010-12-17 Russ Coxcgo: handle references to symbols in shared libraries
2010-12-17 Rob Pikeregexp: change Expr() to String(); add HasOperator...
2010-12-17 Russ Coxld: ignore stab symbols
2010-12-17 Russ Coxld: allow relocations pointing at ELF .bss symbols
2010-12-17 Russ Coxmisc/cgo/life: fix, add to build
2010-12-17 Anthony Martincrypto/hmac: add HMAC-SHA256
2010-12-17 Rob Pikeregexp: add HasMeta and regexp.Expr().
2010-12-16 Adam Langleycrypto/tls: missed a file
2010-12-16 Adam Langleycrypto/tls: add ECDHE support
2010-12-16 Rob Piketime: explain the formats a little better.
2010-12-16 Adam Langley crypto/elliptic: add serialisation and key pair genera...
2010-12-16 Russ Coxdarwin, freebsd: ignore write failure (during print...
2010-12-16 Rob Piketest/bench: update numbers for regex-dna after speedup...
2010-12-16 Christopher... govet: fix comment
2010-12-16 Adam Langleycrypto/tls: check in support code.
2010-12-16 Nigel Taoexp/draw: remove Border function.
2010-12-16 Andrew Gerrandtag release.2010-12-15.1
2010-12-16 Andrew Gerrandrelease.2010-12-15.1 weekly.2010-12-15.1
2010-12-16 Russ Coxld: text segment should not be writable
2010-12-16 Andrew Gerranddoc/devel: release notes tweak
2010-12-16 Andrew Gerrandtag release.2010-12-15
2010-12-16 Andrew Gerrandrelease.2010-12-15 weekly.2010-12-15
2010-12-16 Alex Brainman8l: remove unneeded windows check
2010-12-16 Alex Brainmanruntime: move windows goargs implementation from runtim...
2010-12-15 Alex Brainmanbuild: add another --no-print-directory
2010-12-15 Russ Cox5l: fix arm build
2010-12-15 Russ Coxfix freebsd build
2010-12-15 Adam Langleycrypto/tls: commit fixes which I hadn't saved.
2010-12-15 Eoghan Sherrymath: change float64 bias constant from 1022 to 1023
2010-12-15 Adam Langleycrypto/tls: support CBC ciphers
2010-12-15 Eoghan Sherrycodereview: keep quiet when not in use
2010-12-15 Russ Coxremove nacl
2010-12-15 Anthony Martintest/bench: a couple fixes to timing.sh
2010-12-15 Luuk van Dijk[68]l and runtime: GDB support for interfaces and gorou...
2010-12-15 Nigel Taoreflect: remove unnecessary indirection in TestCopy.
2010-12-15 Rob Pikegovet: allow directories as arguments, process recursively.
2010-12-15 Ryan Hitchmangodashboard: support submitting projects with non-ascii...
2010-12-15 Nigel Taohtml: parse "<h1>foo<h2>bar".
2010-12-14 Rob Pikegob: Register should use the original type, not the...
2010-12-14 Christopher... govet: on error continue to the next file
2010-12-14 Rob Pikegob: document the byte count used in the encoding of...
2010-12-14 Nigel Taoreflect: add Append and AppendSlice functions.
2010-12-14 Rob Pikeregexp: simplify code for brackets, per rsc suggestion
2010-12-14 Russ Coxcompress/flate: implement Flush
next