]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2011-09-15 Brad Fitzpatrickhttp: MaxBytesReader doc cleanups
2011-09-15 Brad Fitzpatrickhttp: document that Response.Body is non-nil
2011-09-15 Russ Coxflag: make zero FlagSet useful
2011-09-15 Russ Coxgodoc: use go/build to find files in a package
2011-09-15 Russ Coxbuild: add build comments to core packages
2011-09-15 Russ Coxgo/build: change //build to // +build
2011-09-15 Brad Fitzpatrickhttp/cgi: add openbsd environment configuration
2011-09-15 Brad Fitzpatrickhttp: fix WriteProxy documentation
2011-09-15 Russ Coxgo/build: fix build (revert test changes)
2011-09-15 Russ Coxgo/build: handle cgo, //build comments
2011-09-15 Mike Samuelexp/template/html: pre-sanitized content
2011-09-15 Andrew Gerranddoc: release.r60.1
2011-09-15 Robert Griesemergodoc: support for complete index serialization
2011-09-15 Robert Griesemergo/token: support to serialize file sets
2011-09-15 Mike Samuelexp/template/html: render templates unusable when escap...
2011-09-15 Hector Churuntime: eliminate handle churn when churning channels...
2011-09-14 Ian Lance Taylordebug/elf: permit another case of SHT_NOBITS section...
2011-09-14 David Symondsjson: if a field's tag is "-", never encode it.
2011-09-14 Mike Samuelexp/template/html: flesh out package documentation.
2011-09-14 Rob Pikesrc: fix a couple of govet-discovered errors.
2011-09-14 Adam Langleycrypto/tls: support SSLv3
2011-09-14 Mike Samuelexp/template/html: check that modified nodes are not...
2011-09-14 Rob Pikepath/filepath: document that Walk sorts its output
2011-09-14 Marcel van... exp/norm: added normregtest to .hgignore.
2011-09-14 Ian Lance Taylortest: Add test for inheriting private method from anony...
2011-09-14 Robert Griesemergo/printer: use panic/defer instead of goroutine
2011-09-14 Russ Coxgofmt: add else test
2011-09-14 Russ Coxwebsocket: rename websocket.WebSocketAddr to *websocket...
2011-09-14 Russ Coxruntime: track HeapIdle
2011-09-14 Mikio Haraimage/jpeg: fix build
next