]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-05-09 Robert Griesemergo/parser: always introduce an ast.Object when declarin...
2011-05-09 Rob Pikegif: fix build
2011-05-09 Rob Pikeimage/gif: implement transparency.
2011-05-08 Rob Pikego spec: fix up HTML glitches.
2011-05-08 Rob Pikeeffective go: update to new Open signature.
2011-05-08 Alex Brainmansyscall: change Overlapped.HEvent type, it is a handle
2011-05-08 Alex Brainmansyscall: fix bug in mksyscall_windows.pl
2011-05-08 Rob Pikeimage/gif: GIF decoder
2011-05-08 Nigel Taocompress/lzw: silently drop implied codes that are...
2011-05-07 Anschel Schaffer... gob: Doc typo fix
2011-05-07 Joe Poirierwindows: reset command var to sh for correct error...
2011-05-06 Roger Peppecgo: put CFLAGS before filename argument
2011-05-06 Dmitry Chestnykhdoc: remove left and right padding in H2 headings.
2011-05-06 Albert Strasheimruntime: handle out-of-threads on Linux gracefully
2011-05-06 David Symondshttp: fix typo in URL.String doc comment.
2011-05-06 Alex Brainmanwingui: fix Makefile after rename
2011-05-05 Adam Langleycrypto/tls: export the verified chains.
2011-05-05 Adam Langleycrypto/x509: export raw SubjectPublicKeyInfo.
2011-05-05 Roger Peppeimage: make AlphaColor.Set conform to usual signature
2011-05-05 Robert Griesemergo spec: newlines cannot be used inside a char or ...
2011-05-05 Benny Siegertimage/tiff: implement a decoder.
2011-05-05 Dmitry Chestnykhimage/png: support encoding of paletted images with...
2011-05-04 Ross Lighthttp/spdy: add type to FlagClearPreviouslyPersistedSett...
2011-05-04 Nigel Taoexp/draw: fast paths for drawing a YCbCr or an NRGBA...
2011-05-04 Russ Coxtag release.r57.1
2011-05-04 Russ Coxdoc: document r57.1
2011-05-04 Andrew Gerrandhttp: fix FormFile nil pointer dereference on missing...
2011-05-04 Alex Brainmannet: disable dnsmsg_test on windows
2011-05-04 Alex Brainmanmake.bash: remove old bash version of gotest on Windows
2011-05-03 Brad Fitzpatrickhttp: improve a test
2011-05-03 Russ Coxtag release.r57 step 2
2011-05-03 Russ Coxtag release.r57
2011-05-03 Russ Coxdoc: release.r57
2011-05-03 Robert Griesemergofmt: update test.sh (exclude a file w/ incorrect...
2011-05-03 Russ Coxcodereview: add release branch support
2011-05-03 Russ Coxreflect: allow unexported key in Value.MapIndex
2011-05-03 Brad Fitzpatricknet: don't crash on unexpected DNS SRV responses
2011-05-03 Gustavo NiemeyerMake.cmd: create TARGDIR if necessary
2011-05-03 Russ Coxld: make ELF binaries with no shared library dependenci...
2011-05-03 Andrew Gerranddoc/install: specify clone -u instead of -r
2011-05-03 Brad Fitzpatrickos: remove race paranoia from Environ(); it's guarded now
2011-05-03 Robert Griesemergodoc: if there is no search box, don't run the respect...
2011-05-03 Robert Griesemergo spec: clarify semantics of integer division
2011-05-02 Rob Pikeimage: fix build
2011-05-02 Rob Pikeimage: add type-specific Set methods and use them when...
2011-05-02 Russ Coxhttp/pprof: fix POST reading bug
2011-05-02 Brad Fitzpatricknet: default to 127.0.0.1, not localhost, in TestICMP
2011-05-02 Brad Fitzpatrickruntime: maybe fix Windows build broken by cgo setenv CL
2011-05-02 Robert Griesemergodoc: added -index flag to enable/disable search index
2011-05-02 Brad Fitzpatrickhttp: fix racy test with a simpler version
2011-05-02 Brad Fitzpatrickos: make Setenv update C environment variables
2011-05-02 Russ Coxmisc/cgo/test: run tests
2011-05-02 Robert Griesemergo/printer: make tests follow syntactic restrictions
2011-05-02 Robert Griesemergo/token: faster FileSet.Position implementation
2011-05-02 Robert Griesemergo spec: restricted expressions may still be parenthesized
2011-05-02 Russ Cox5a, 6a, 8a, cc: remove old environment variables
2011-05-02 Brad Fitzpatrickmultipart: add FileName accessor on Part
2011-05-02 Mikio Haranet: enable SO_REUSEPORT on BSD variants
2011-05-02 Mikio Haranet: fix ipv6 test
2011-05-02 Russ Coxruntime, sync/atomic: fix arm cas
2011-05-02 Brad Fitzpatrickjpeg: speed up RGBA encoding ~%50
2011-05-02 Brad Fitzpatrickpng: speed up opaque RGBA encoding
2011-05-02 Brad Fitzpatrickmultipart: return an error on Reader EOF, not (nil...
2011-05-01 Evan Shawsyscall: add Windows file mapping functions and constants
2011-05-01 Andrew Gerrandhttp: rename ErrBodyReadAferClose to ErrBodyReadAfterClose
2011-05-01 Brad Fitzpatrickmime/multipart: fix regression from previous ReadSlice...
2011-05-01 Brad Fitzpatrickhttp: new error for reading a body after it's been...
2011-04-29 Robert Griesemergo/parser: accept parenthesized receive operations...
2011-04-29 Robert Griesemerundo CL 4428057 / 19e540fc7d7d
2011-04-29 Brad Fitzpatrickimage: png & jpeg encoding benchmarks
2011-04-29 Ian Lance Taylorhttp/cgi: pass down environment variables for irix...
2011-04-29 Robert Griesemerspec: narrow syntax for expression and select statements
2011-04-29 Evan Shawhttp/cgi: correctly set request Content-Type
2011-04-29 Robert Griesemergo/printer: added simple performance benchmark
2011-04-28 Brad Fitzpatrickcgi: set Request.TLS and Request.RemoteAddr for children
2011-04-28 Evan Shawcgi: export RequestFromMap
2011-04-28 Ross Lighthttp/spdy: new package
2011-04-28 Russ Coxxml: fix reflect error
2011-04-28 Brad Fitzpatrickhttp: update cookie doc to reference new RFC 6265
2011-04-28 Gustavo Niemeyersyslog: fix skipping of net tests
2011-04-28 Russ Coxgc: preserve original expression for errors
2011-04-28 Evan Shawhttp: add Header.Write method
2011-04-28 Andrew Gerrandtag weekly.2011-04-27
2011-04-28 Andrew Gerrandweekly.2011-04-27 weekly.2011-04-27
2011-04-28 Andrew Gerrandhttp: add MultipartForm, FormFile, and ParseMultipartFo...
2011-04-28 Brad Fitzpatrickadler32: speed up ~40% by avoiding bounds checks
2011-04-28 Russ Coxruntime: fix typo in gc bug fix
2011-04-28 Lorenzo Stoakesgc: correctly handle fields of pointer type to recursiv...
2011-04-28 Russ Coxruntime: stack split + garbage collection bug
2011-04-28 Russ Coxcgo: handle versioned ELF symbols
2011-04-28 Russ Coxruntime: allow use of >512 MB on 32-bit platforms
2011-04-28 Andrew Gerrandmime/multipart: add ReadForm and associated types
2011-04-27 Brad Fitzpatricktar: use ioutil.Discard
2011-04-27 Brad Fitzpatrickioutil: add Discard, update tree.
2011-04-27 Brad Fitzpatrickhttp: put a limit on POST size
2011-04-27 Brad Fitzpatrickhttp: keep gzip reader inside eofsignaler
2011-04-27 Gustavo Niemeyerreflect: Fix Copy of arrays
2011-04-27 Brad Fitzpatrickcgi: improve Location response handling
2011-04-27 Peter Mundyruntime: fix mkversion to output valid path separators
2011-04-27 Evan Shawhttp/fcgi: New package
next