]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2010-12-14 Rob Pikeregexp: speed up by about 30%.
2010-12-14 Robert Griesemersuffixarray: rename Data() -> Bytes()
2010-12-14 Anthony Martinhttp: include DEL in the test for unprintable chars
2010-12-14 Anthony Martinbuild: remove intermediate yacc files in Make.ccmd
2010-12-14 Anthony Martincrypto/tls: use rand.Reader in cert generation example
2010-12-14 Anthony Martinsmtp: add *tls.Config argument to StartTLS
2010-12-14 Russ Coxruntime: write only to standard error
2010-12-14 Russ Coxtypo
2010-12-14 Anthony Martingo spec: fix two grammar typos
2010-12-14 Robert Griesemertoken/position: provide files iterator
2010-12-14 Robert Griesemersuffixarray: provide accessor to data
2010-12-13 Russ Coxgo_mem: goroutine exit is not special
2010-12-13 Russ Coxruntime: remove paranoid mapping at 0
2010-12-13 Rob Piketime: fix bug in Ticker: shutdown using channel rather...
2010-12-13 Russ Coxgc: issue 1231
2010-12-13 Russ Coxgc: align structs according to max alignment of fields
2010-12-13 Russ Coxjson: check for invalid UTF-8
2010-12-13 Russ Coxbuild: add a few missing --no-print-directory
2010-12-13 Russ Coxgodefs: guard against structs with pad fields
2010-12-13 Russ Coxgc: complex(0)
2010-12-13 Russ Coxld: missing prototype
2010-12-13 Russ Coxgc: another shift bug
2010-12-13 Russ Coxcgo: do not reset tag generator between files
2010-12-13 Russ Coxgc: introduce explicit alignments
2010-12-13 Russ Coxgc: emit reflect correct reflect types
2010-12-13 Russ Coxld: allow .o files with no symbols
2010-12-13 Russ Coxruntime/linux/386: set FPU to 64-bit precision
2010-12-13 Alex Brainmansyscall: remove terminating \r and \n from windows...
2010-12-13 Wei GuangjingFix windows build.
2010-12-12 Gustavo NiemeyerA selection of trivials.
2010-12-12 Robert Griesemergodoc: improved textual search
2010-12-12 Eoghan Sherry5g/8g, 8l, ld, prof: fix output of 32-bit values
2010-12-12 Nigel Taoreflect: rename reflect.ArrayCopy to be reflect.Copy.
2010-12-11 Mikio Haragofmt -s -w src
2010-12-10 Robert Griesemergodoc: first cut at textual search
2010-12-10 Russ Coxmath: s/MinFloat/SmallestNonzeroFloat/
2010-12-10 Russ Coxcgo: avoid self-interference of global names
2010-12-10 Russ Coxnm: silently ignore .o files in .a files
2010-12-10 Nigel Taohtml: parse <table><tr><td> tags.
2010-12-09 Ryan Hitchmanos: make MkdirAll work with symlinks
2010-12-09 Ken Thompsonarm floating point simulation
2010-12-09 Andrew Gerrandhttp: ServeFile to handle Range header for partial...
2010-12-09 Andrew Gerranddashboard: fix project tag filter
2010-12-09 Rob Piketutorial: a couple of minor fixes.
2010-12-09 Nigel Kerrxml: disallow invalid Unicode code points
next