]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2011-09-26 Mike Samuelexp/template/html: make sure marshalled JSON can be...
2011-09-26 Mike Samuelexp/template/html: fix infinite loop in escapeText...
2011-09-26 Mike Samuelexp/template/html: error out on ambiguous unquoted...
2011-09-26 Mike Samuelexp/template/html: remove TODO comments that have been...
2011-09-25 Gustavo Niemeyerarchive/zip: read and write unix file modes
2011-09-25 David G. Andersenrpc: fix typo in documentation client example
2011-09-24 Ian Lance Taylortest: match gccgo error messages
2011-09-24 Jaroslavas... syscall: mksyscall_windows.pl to produce packages other...
2011-09-23 Brad Fitzpatrickhttp: add Location method to Response
2011-09-23 Mike Samuelexp/template/html: tighten rules on dynamic attr names.
2011-09-23 Eric Eisnersuffixarray: add benchmarks for construction
2011-09-23 Mikio Harasyscall: add GetsockoptByte, SetsockoptByte for openbsd
2011-09-23 Mikio Harasyscall: add IPv4 ancillary data for linux
2011-09-23 Mikio Haranet: make use of AF_UNSPEC instead of individual addres...
2011-09-23 Luuk van Dijkruntime: gdb support: gracefully handle not being able...
2011-09-23 Alex Brainmansyscall: mark stdin, stdout and stderr as non-inheritab...
2011-09-23 Fumitoshi Ukaiwebsocket: add mutex to make websocket full-duplex
2011-09-22 Paul Sbarravim: Send GoFmt errors to a location list
2011-09-22 Andrew Gerranddoc: link to image blog post
2011-09-22 Andrew Gerrandtag weekly.2011-09-21
2011-09-22 Andrew Gerrandweekly.2011-09-21 weekly.2011-09-21
2011-09-22 Mike Samuelexp/template/html: elide comments in template source.
2011-09-22 David SymondsA&C: Add Paul Sbarra.
2011-09-22 Mike Samuelexp/template/html: simplify transition functions
2011-09-22 Ian Lance Taylortest: match gccgo error messages
2011-09-21 Robert Griesemergodoc: simplify internal FileSystem interface
2011-09-21 Robert Griesemergob: slightly simpler decodeUint
2011-09-21 Robert Griesemergob: slightly simpler code for encodeUint
2011-09-21 Gustavo Niemeyerbytes: fix Replace so it actually copies
2011-09-21 Brad Fitzpatrickhttp: add a (disabled) test for TLS handshake timeouts
2011-09-21 Mike Samuelexp/template/html: fix bug, '<' normalization for text...
2011-09-20 Ian Lance Taylortest: match gccgo error messages
2011-09-20 Ian Lance Taylortest: match gccgo error messages for bug349.go
2011-09-20 Ian Lance Taylortest: match gccgo error messages for goto.go and bug344.go
2011-09-20 Robert Griesemersuffixarray: improved serialization code
2011-09-20 Rob Pikereflect: add comment about the doubled semantics of...
2011-09-20 Brad Fitzpatrickhttptest: add NewUnstartedServer
next