]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2011-10-06 Andrew Gerrandweekly.2011-10-06 weekly.2011-10-06
2011-10-06 Rob Piketemplate: fix comments with different delimiters.
2011-10-06 Rob Piketemplate: add method Delims to allow alternate action...
2011-10-06 Andrew Gerranddoc: remove errant console.log from godocs.js
2011-10-06 Andrew Gerrandgo/doc, godoc, gotest: support for reading example...
2011-10-06 Brad Fitzpatrickexec: add Command.ExtraFiles
2011-10-06 Rob PikeEffective Go: IntArray -> IntSlice
2011-10-06 Rob Pikegotest: document -test.parallel
2011-10-06 Miki Tebekatesting: Add support for running tests in parallel...
2011-10-06 Rob PikeC+A: Miki Tebeka miki.tebeka@gmail.com
2011-10-06 Dmitriy Vyukovruntime: faster finalizers
2011-10-06 Russ Coxruntime: fix malloc sampling bug
2011-10-06 Dmitriy Vyukovruntime: fix spurious deadlock reporting
2011-10-06 Mikio Harabuild: clear execute bit from source files
2011-10-06 Wei Guangjingcgo: support for mingw-w64 4.5.1 and newer
2011-10-05 Marcel van... exp/norm: LastBoundary is used in preparation for an...
2011-10-05 Andrew Gerrandtag release.r60.2
2011-10-05 Andrew Gerranddoc: document r60.2
2011-10-05 Robert Griesemerencoding/binary: added benchmarks
2011-10-05 Andrew Gerranddoc: link to Czech translation of The Laws of Reflection
2011-10-05 Andrew Gerranddoc: link to A Tour of Go
2011-10-05 Fumitoshi Ukaiwebsocket: add hybi-13 support
2011-10-05 Luuk van Dijkdocumentation: Debugging Go code with GDB tutorial.
2011-10-05 Marcel van... exp/norm: introduced input interface to implement strin...
2011-10-05 Robert Griesemerebnf: use scanner instead of go/scanner
2011-10-05 Joel Singruntime: set runtime ncpu on openbsd
2011-10-05 Rob Pikegob: when possible, allow sequential decoders on the...
2011-10-05 Russ Coxmisc/emacs: fix indent bug
2011-10-05 Russ Coxcodereview: fix for Mercurial 1.9.2
2011-10-05 Joel Singgc: limit helper threads based on ncpu
2011-10-05 Anthony Martinruntime: fix Plan 9 build
2011-10-05 Yasuhiro Matsumotocodereview: fix hg change in Windows console
2011-10-05 Ian Lance Taylor5l/6l/8l: add a DT_DEBUG dynamic tag to a dynamic ELF...
2011-10-04 Paul Bormanpkg/syscall: add Mkfifo for linux platforms
2011-10-04 Brad Fitzpatrickwebsocket: better error message in a test
2011-10-04 Paul Bormantime: make month/day name comparisons case insenstive
2011-10-04 Russ Cox5g, 6g, 8g: fix loop finding bug, squash jmps
2011-10-04 Gustavo Niemeyerpath/filepath: added Rel as the complement of Abs
2011-10-04 Joe Poiriercgo: allow Window's specific path characters in flag...
2011-10-04 Brad FitzpatrickFix build, disabling flaky registerization test.
2011-10-04 Nigel Taoimage: spin off a new color package out of the image...
2011-10-03 Rob Pikedoc: update tutorial.
2011-10-03 Brad Fitzpatrickstrings: implement a faster byte->string Replacer
2011-10-03 Russ Cox5g, 6g, 8g: registerize variables again
2011-10-03 Brad Fitzpatrickstrings: implement a faster byte->byte Replacer
2011-10-03 Hector Churuntime: fix usleep on linux/386 and re-enable parallel gc
2011-10-01 Joel Singruntime: implement runtime usleep for openbsd
2011-10-01 Russ Coxruntime: fix map memory leak
2011-10-01 Mikio Harasyscall: update multicast socket options for darwin...
2011-09-30 David Symondsfreebsd: Add stubs for runtime·osyield and runtime...
2011-09-30 David Symondsio: rename Copyn to CopyN.
2011-09-30 Russ Coxruntime: disable parallel gc
2011-09-30 Hector Churuntime: fix windows build
2011-09-30 Robert Griesemerindex/suffixarray: 4.5x faster index serialization...
2011-09-30 Rob Pikeruntime: fix darwin build
2011-09-30 Russ Coxruntime: parallelize garbage collector mark + sweep
2011-09-30 Mike Samuelexp/template/html: avoid redundant escaping directives.
2011-09-30 Nigel Taodoc: link to image/draw blog post.
2011-09-30 Mike Samuelexp/template/html: simplify URL filtering
2011-09-29 Brad Fitzpatrickexp/sql{,/driver}: new database packages
2011-09-29 Brad Fitzpatrickio/ioutil: add a comment on why devNull is a ReaderFrom
2011-09-29 Ian Lance Taylorgo spec: remove notes about gccgo limitations, now...
2011-09-29 Luuk van Dijkruntime: gdb support, fix pretty printing of channels.
2011-09-29 Rob Pikefmt: replace channel cache with slice.
2011-09-29 Rob Pikemath: remove the leading F from Fabs etc.
2011-09-29 Robert Griesemerencoding/binary: PutX functions require buffer of suffi...
2011-09-29 Russ Cox5g: fix -f()
2011-09-29 Robert Griesemerencoding/binary: support for varint encoding
2011-09-29 Russ Coxgo: skeleton implementation
2011-09-28 Mike Samuelexp/template/html: handle custom attrs and HTML5 embedd...
2011-09-28 Mike Samuelexp/template/html: don't normalize '<' in doctypes.
2011-09-28 Russ Coxgo: documentation for new command
2011-09-28 Brad Fitzpatrickstrings: add Replacer, NewReplacer
2011-09-28 Brad Fitzpatrickhttp: don't send a 400 Bad Request after a client shutdown
2011-09-28 Russ Coxjson: use strings.EqualFold instead of strings.ToLower.
2011-09-28 Russ Coxregexp: speedups
2011-09-28 Yasuhiro Matsumotohgpatch: do not use hg exit status
2011-09-28 Brad Fitzpatricknet: add shutdown: TCPConn.CloseWrite and CloseRead
2011-09-28 Mike Samuelexp/template/html: do not escape the RHS of assignments
2011-09-27 Robert Griesemerindex/suffixarray: revert change from int -> int32
2011-09-27 Mike Samuelexp/template/html: add doc comments for undocumented...
2011-09-27 Rob Pikeexp/ssh: update tag usage to new convention.
2011-09-27 Rob Pikearchive/zip: fix Fatal call
2011-09-27 Russ Coxcrypto/elliptic: use %x consistently in error print
2011-09-27 Russ Coxtest: fix windows build
2011-09-27 Ian Lance Taylorruntime: check for nil value pointer in select syncsend...
2011-09-27 Robert Griesemerexp/norm: fix benchmark bug
2011-09-26 Russ Coxwebsocket: remove use of container/vector
2011-09-26 Russ Coxbytes: add EqualFold
2011-09-26 Russ Coxtest: silence/coalesce some tests
2011-09-26 Rob Pikegob: protect against invalid message length
2011-09-26 Russ Coxregexp: move to old/regexp, replace with exp/regexp
2011-09-26 Russ Coxstrings: add EqualFold
2011-09-26 Russ Coxcodereview: extra repo sanity check
2011-09-26 Russ Coxstrconv: faster Unquote in common case
2011-09-26 Russ Coxtest: merge nilptr/* into one test
2011-09-26 Russ Coxtest: disable sigchld test on Windows
2011-09-26 Russ Coxunicode: fix make tables
2011-09-26 Russ Coxdoc: fix memory model read visibility bug
2011-09-26 Dave Cheneyexp/ssh: move common code to common.go
next