]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2011-09-20 Russ Coxcodereview: save CL messages in $(hg root)/last-change
2011-09-20 Rob Pikegob: fix allocation for singletons.
2011-09-20 Ian Lance Taylortest: match gccgo error message for bug337.go
2011-09-20 Dave Cheneyexp/ssh: refactor halfConnection to transport
2011-09-20 Mike Samuelexp/template/html: change transition functions to retur...
2011-09-20 Brad Fitzpatrickhttp: fix TLS handshake blocking server accept loop
2011-09-20 Mike Samuelexp/template/html: allow commenting out of actions
2011-09-20 Mike Samuelexp/template/html: define isComment helper
2011-09-19 Rob Pikegob: don't allocate a slice if there's room to decode...
2011-09-19 Ian Lance Taylordoc: when configuring gold for gccgo, use --enable...
2011-09-19 Dave Grijalvahttp: always include Content-Length header, even for 0
2011-09-19 Dmitriy Vyukovsync/atomic: replace MFENCE with LOCK XADD
2011-09-19 Eric Eisnersuffixarray: generate less garbage during construction
2011-09-19 Brad Fitzpatrickhttp: prevent DumpRequest from adding implicit headers
2011-09-19 Russ Coxjson: clearer Unmarshal doc
2011-09-19 Russ Coxgc: disallow invalid map keys
2011-09-19 Brad Fitzpatrickhttp: check explicit wrong Request.ContentLength values
2011-09-19 Jaroslavas... cgo: cgo to use GOARCH from the environment, not runtim...
2011-09-19 Russ Coxgc: handle complex CONVNOP
2011-09-19 Dave Cheney8l: remove left over debugging
2011-09-19 Russ Coxjson: skip nil in UnmarshalJSON and (for symmetry)...
2011-09-19 Andrey Mirtchovskinet: use /etc/hosts first when looking up IP addresses...
2011-09-19 Marcel van... exp/norm: Adopt regexp to exp/regexp semantics.
2011-09-19 Dave Cheneyexp/ssh: fix constant in package documentation
2011-09-19 Jeff Hodges crypto/bcrypt: new package
2011-09-19 Jeff Hodges crypto/blowfish: exposing the blowfish key schedule
2011-09-19 Andrew Gerranddoc: link to golang-france
2011-09-19 Andrew Gerrandtag release.r60.1
2011-09-19 Andrew Gerranddoc: update release.r60.1 notes
2011-09-19 Mike Samuelexp/template/html: allow quotes on either side of condi...
2011-09-18 Mike Samuelexp/template/html: normalize '<' in text and RCDATA...
2011-09-18 Mike Samuelexp/template/html: recognize whitespace at start of...
2011-09-17 Adam Langleyexp/ssh: new package.
2011-09-17 Mike Rossetarchive/tar: document Header fields and Type flags
2011-09-17 Hector Churuntime: increase stack system space on windows/amd64
2011-09-17 Hector Churuntime/pprof: enable test on windows
2011-09-17 Hector Churuntime: implement pprof support for windows
2011-09-17 Michael Shieldsfilepath: fix Glob to return no error on nonmatching...
2011-09-17 Rob PikeCONTRIBUTORS: add googler Michael Shields
2011-09-17 Ian Lance Taylortest: match gccgo error messages for bug330.go.
2011-09-16 Robert Griesemerreflect: fix comment
2011-09-16 Yasuhiro Matsumotohttp/cgi: clean up environment.
2011-09-16 Marcel van... exp/norm: reverting to using strings.Repeat, as it...
2011-09-16 Marcel van... exp/norm: changed trie to produce smaller tables.
2011-09-16 Mike Samuelexp/template/html: type fixed point computation in...
2011-09-16 Andrew Gerrandtag weekly.2011-09-16
2011-09-16 Andrew Gerrandweekly.2011-09-16 weekly.2011-09-16
2011-09-16 Alex Brainmannet: reuse channels during io
2011-09-16 Mike Samuelexp/template/html: moved error docs out of package...
2011-09-15 Robert Griesemergodoc: remove dependency of syscall
2011-09-15 Robert Griesemergodoc: use new index/suffixarray serialization code
2011-09-15 Robert Griesemerindex/suffixarray: support for serialization
2011-09-15 Brad Fitzpatricktextproto: parse RFC 959 multiline responses correctly
next