]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-05-28 Mikio Haranet: fix comment on FileListener
2012-05-28 Mikio Haranet: make parsePort as a function
2012-05-28 Brad Fitzpatricknet/http: avoid fmt.Fprintf in Header.WriteSubset
2012-05-28 Brad Fitzpatricknet/http: avoid a bunch of unnecessary CanonicalHeaderK...
2012-05-28 Brad Fitzpatricknet/http: speed up ServeMux when no patterns contain...
2012-05-28 Brad Fitzpatricknet/http: correct and faster hasToken
2012-05-28 Alexey Borzenkovnet/http: reuse http proxy connections for different...
2012-05-27 Alex Brainmansyscall: simplify text returned by Errno.Error() when...
2012-05-26 Alexey Borzenkovnet/rpc: improve response reading logic
2012-05-25 Nigel Taoimage/png: optimize the paeth filter implementation.
2012-05-25 Russ Coxcmd/8c: better fix for 64-bit register smash
2012-05-25 Russ Coxcmd/gc: fix parallel assignment in range
2012-05-25 Russ Coxruntime: handle and test large map values
2012-05-25 Brad Fitzpatrickmisc/dist: use archive/tar.FileInfoHeader
2012-05-25 Andrew Balholmexp/html: adjust parseForeignContent to match spec
2012-05-24 Nigel Taohash/adler32: optimize.
2012-05-24 Robert Griesemerstrconv: better documentation for FormatInt, FormatUint.
2012-05-24 Bill Thiedenet/mail: more liberal parsing of Date headers.
2012-05-24 David SymondsC: Bill Thiede (Google CLA)
2012-05-24 Alexey Borzenkovnet/rpc: fix race condition when request write partiall...
2012-05-24 Brad Fitzpatrickarchive/tar: fix windows test failure
2012-05-24 Russ Coxcmd/gc: faster code, mainly for rotate
2012-05-24 Rob Pikeruntime: fix docs for Caller and Callers
2012-05-24 Brad Fitzpatrickarchive/tar: add FileInfoHeader function
2012-05-24 Russ Coxexp/locale/collate: avoid 16-bit math
2012-05-24 Russ Coxcmd/gc: fix small integer bounds check bug
2012-05-24 Robert Griesemerspec: clarify evaluation order of "i, x[i] = range...
2012-05-24 Robert Griesemergodoc: correctly categorize interface methods, performa...
2012-05-24 Robert Griesemermath/big: make Rat.Denom() always return a reference
2012-05-24 Russ Coxcmd/6g: peephole fixes/additions
2012-05-24 Shenghou Macmd/cc: fix uint right shift in constant evaluation
2012-05-24 Dmitriy Vyukovruntime: faster GC mark phase
2012-05-24 Andrew Balholmexp/html: detect "integration points" in SVG and MathML...
2012-05-24 David Symondsflag: include flag name in redefinition panic.
2012-05-24 Joel Singruntime: make go work on netbsd/amd64
2012-05-24 Andrew Balholmexp/html: update test data
2012-05-24 Brad Fitzpatrickencoding/json: documentation fix
2012-05-23 Robert Griesemergo/parser: resolve all parameter types
2012-05-23 Brad Fitzpatrickcmd/api: add flag to specify contexts
2012-05-23 Brad Fitzpatricknet/http: fix response Connection: close, close client...
2012-05-23 Robert Griesemergo/parser: minor cleanup
2012-05-23 Brad Fitzpatricknet/http: clarify ErrBodyNotAllowed error message
2012-05-23 Shenghou Macmd/ld: fix Linux/ARM build
2012-05-23 Alex Brainmansyscall: implement SetsockoptLinger for windows
2012-05-23 Brad Fitzpatrickcmd/api: add api/next.txt
2012-05-23 Andrew Balholmexp/html: adjust the last few insertion modes to match...
2012-05-23 Robert Griesemermath/big: implement JSON un/marshaling support for...
2012-05-22 Ugorji Nwoketext/template: exec should accept interface value as...
2012-05-22 Shenghou Macmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol...
2012-05-22 Shenghou Macmd/ld: take section symbols' value into account for PE
2012-05-22 Shenghou Masync/atomic: use cas64 to implement {Load,Store,Add...
2012-05-22 Shenghou Maruntime: support conditional execution in ARM softfloat
2012-05-22 Russ Coxundo CL 6112054 / 2eec2501961c
2012-05-22 Russ Coxunicode: fix comment about variable types
2012-05-22 Jan Ziakcmd/gc: export constants in hexadecimal
2012-05-22 Russ Coxcrypto/md5: faster inner loop, 3x faster overall
2012-05-22 Russ Coxnet/http: refactor body logic in test
2012-05-22 Dmitriy Vyukovruntime: faster GC sweep phase
2012-05-22 Robert Griesemergo/ast: document CommentGroup.Text and add test case.
2012-05-22 Brad Fitzpatricknet/http: improve TestServerExpect
2012-05-22 Robert Griesemergo/parser: fix comment grouping (day 1 bug)
2012-05-22 Robert Griesemergodoc: slightly smarter synopsis extraction
2012-05-22 Robert Griesemergo/scanner: strip carriage returns from commments
2012-05-22 Alexey Borzenkovnet/url: better parsing of urls with @ symbol in authority
2012-05-22 Russ Coxcmd/6a: delete dead code
2012-05-22 Joel Singsyscall: implement nametomib() on netbsd
2012-05-22 Benjamin Blackcrypto/x509: Add ECDSA support
2012-05-22 Adam Langleycrypto/ecdsa: add full set of NIST test vectors.
2012-05-22 Adam Langleycrypto/ecdsa: fix case where p != 0 mod 8 and the hash...
2012-05-22 Andrew Balholmexp/html: adjust inSelectIM to match spec
2012-05-22 Russ Coxcmd/8a, cmd/8l: add BSWAPL
2012-05-22 Russ Coxcmd/6a, cmd/6l: add BSWAPL, BSWAPQ
2012-05-22 Russ Coxruntime: relax TestGcSys
2012-05-22 Matthew Horsnelldebug/elf: Expose entry point from Header in File struct.
2012-05-22 Andrew Balholmexp/html: adjust inCellIM to match spec
2012-05-21 Russ Coxcrypto/rsa: add SHA-224 hash prefix
2012-05-21 Brad Fitzpatricknet/http: fix duplicate status code in Response.Write
2012-05-21 Volker Doblernet/http: add cookies from jar to POST request.
2012-05-21 Brad Fitzpatricknet/http: fix regression and mute known test failure...
2012-05-21 Russ Coxcmd/6g: allow use of R14, R15 now
2012-05-20 Joel Singnet: reduce dial tests on netbsd
2012-05-20 Joel Singsyscall: fix SockaddrDatalink on netbsd
2012-05-20 Andrew Balholmexp/html: adjust inRowIM to match spec
2012-05-19 Mikio Haranet: fix leak in test
2012-05-18 Mikio Harasyscall: add comment
2012-05-18 James Graynet/http: non-keepalive connections close successfully
2012-05-18 Brad FitzpatrickA+C: add James Gray (Individual CLA)
2012-05-18 Benjamin Blacktls: add AES256 ciphers
2012-05-18 Adam LangleyA+C: b@b3k.us
2012-05-17 Maxim Pimenovgo/build: fix some comments
2012-05-17 Marcel van... exp/locale/collate: implementation of main collation...
2012-05-17 Andrew Gerrand api: undo go1.txt additions made by 27d0a516b7eb
2012-05-17 Russ Coxnet: avoid the Mac firewall (again)
2012-05-17 Russ Coxcmd/go: fix typo
2012-05-17 Gustavo Niemeyerencoding/xml: fix decoding of unknown entities in non...
2012-05-17 Gustavo Niemeyerencoding/xml: handle anonymous pointer fields
2012-05-17 Andrew Gerrandruntime: disable gc test on non-amd64 systems
2012-05-16 Akshat Kumarpkg/runtime: Fix semasleep on Plan 9
2012-05-16 Shenghou Mamisc/chrome/gophertool: lower CL number's lower bound...
2012-05-16 Shenghou Macmd/5c: re-enable regopt()
next