]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2011-02-25 Andrew Gerrandrelease.2011-02-24 weekly.2011-02-24
2011-02-25 Adam Langleycrypto/openpgp: add package
2011-02-25 Robert Griesemergodoc: accept symbolic links as path names provided...
2011-02-25 Alex Brainmanruntime: add empty windows/signals.h file to fix build
2011-02-24 Nigel Taocompress/lzw: implement an encoder.
2011-02-24 Russ Coxreflect: add pointer word to CommonType
2011-02-24 Russ Coxruntime: fix signal stack bug
2011-02-24 Russ Coxld: weak symbols
2011-02-24 Russ Coxhttp: remove debugging log statement
2011-02-24 Robert Griesemergodoc: fix writeFileAtomically utility function
2011-02-24 Robert Griesemergodoc: log errors when reading filter files
2011-02-24 Rob Pikefmt: stop giving characters to the Scan method of Scanner
2011-02-24 Alex Brainman8l/6l: new -Hwindowsgui flag allows to build windows...
2011-02-24 Dave Cheneybuild: remove unused nacl conditional from make.bash
2011-02-23 Alex Brainmannet: *netFD.Read to return os.EOF on eof (fixes windows...
2011-02-23 Brad Fitzpatrickhttp: set method GET on Get() requests
2011-02-23 Russ Coxbuild: remove _gcc_main.c during make clean
2011-02-23 Russ Coxruntime: always run stackalloc on scheduler stack
2011-02-23 Russ Coxruntime: omit breakpoint during terminal panic
2011-02-23 Brad Fitzpatrickhttp: introduce start of Client and ClientTransport
2011-02-23 Russ Coxruntime: pass to signal handler value of g at time...
2011-02-23 Russ Coxruntime: traceback through active lessstack
2011-02-23 Russ Cox5g: fix optimizer bug
2011-02-23 Robert Griesemersync: make package comment appear
2011-02-23 Rob Pikegob: protect against pure recursive types.
2011-02-23 Adam Langleycompress/bzip2: fix bugs
2011-02-23 Gustavo Niemeyercodereview: fix clpatch with empty diffs
2011-02-23 Roger Peppejson: use base64 to encode []byte
2011-02-23 Adam Langleycompress/bzip2: add package.
2011-02-23 Nigel Taocompress/lzw: implement a decoder.
2011-02-23 Petar Maymounkovhttp: introduce Header type, implement with net/textproto
2011-02-23 Kyle ConsalusMake.pkg, doc: Replace references to "-benchmarks"...
2011-02-23 Robert Griesemergo/parser: if and switch statements still can have...
2011-02-23 Alex Brainmannet: refactor windows code
2011-02-23 Alex Brainman5l/6l/8l: use enums for header type and symbolic string...
2011-02-23 Robert Griesemerexp/eval, go/printer: fix build
2011-02-23 Russ Coxarm: fix build
2011-02-23 Robert Griesemergo/ast, parser: condition in if statement is mandatory
2011-02-22 Robert Griesemergo spec: make condition mandatory in if statements
2011-02-22 Russ Coxgc: require if condition
2011-02-22 Russ Coxtest: do not depend on implicit if condition
2011-02-22 Russ Coxld: detect stack overflow due to NOSPLIT
2011-02-22 Andrew Gerrandmisc/dashboard/builder: talk to hg with utf-8 encoding...
2011-02-22 Gustavo Niemeyer.hgignore: add *.cgo*.{c,go}
2011-02-22 Rob Pikegob: compute information about a user's type once.
2011-02-22 Robert Griesemergo spec: fix local link
2011-02-22 Rob Pikereflect: add a secret method to ArrayOrSliceType.
2011-02-22 Andrew Gerrandhttp: add pointer from Handle[Func] to ServeMux docs
2011-02-21 Padraig Kitterickhttp: cleaned up HEAD request method.
2011-02-21 Andrew GerrandA+C: Padraig Kitterick
2011-02-21 David Symondstesting: Fix typo on Logf doc comment.
2011-02-21 Mikael Tilleniusimage/png: support for more formats
2011-02-21 Nigel TaoA+C: Mikael Tillenius (individual CLA)
2011-02-20 Luuk van Dijkruntime-gdb.py: gdb pretty printer for go strings prope...
2011-02-19 Rob Pikespec: delete incorrect obsolete mention of selector...
2011-02-19 Adam Langleycrypto/openpgp/packet: comment typo fix.
2011-02-18 Dave Cheneybuild: reduce the use of subshells in recursive make
2011-02-18 Andrew Gerrandmisc/dashboard: tweak build fail notification email
2011-02-18 Dave Cheneynet: fix multicast tests
2011-02-18 Rob Pikecrypto/openpgp/packet: fix testing print (missing arg)
2011-02-18 Andrew Gerrandgodoc: serve robots.txt raw
2011-02-18 Gustavo Niemeyer.hgignore: add doc/codelab/wiki/*.bin
2011-02-18 Russ Coxruntime: handle non-standard call sequences in arm...
2011-02-18 Russ Coxfix build
2011-02-18 Russ Coxruntime: record $GOROOT_FINAL for runtime.GOROOT
2011-02-18 Russ Coxld: drop rpath
2011-02-18 Adam Langleycrypto/rsa: left-pad OAEP results when needed.
2011-02-18 Robert Griesemergo/scanner: update comment
2011-02-18 Gustavo Niemeyertesting: rename cmdline flags to avoid conflicts
2011-02-17 Wei Guangjing6l: pe fixes
2011-02-17 Nigel Taohtml: small documentation fix.
2011-02-17 Russ Coxhttp: send full URL in proxy requests
2011-02-17 Russ Coxjson: only use alphanumeric tags
2011-02-17 Russ Coxgc: interface error message fixes
2011-02-17 Russ Coxnet: remove comment fragments
2011-02-17 Russ Coxruntime: descriptive panics for use of nil map
2011-02-17 Albert Strasheimcrypto/rand: Added read buffer to speed up requests...
2011-02-17 Andrew Gerrandmisc/dashboard: notify golang-dev on build failure
2011-02-17 Rob PikeEffective Go: stress that comments are uninterpreted...
2011-02-17 Rob Pikearm runtime: attempt to fix build by adding casp (same...
2011-02-17 Andrew Gerranddoc/devel/release: discuss StartProcess in release...
2011-02-17 Alex Brainmansyscall: fix windows SetFileAttributes
2011-02-17 Alex Brainmannet: fix windows build
2011-02-16 Nigel Taohtml: tokenize HTML comments.
2011-02-16 Jeff R. Allengc: make string const comparison unsigned
2011-02-16 Dave Cheneynet: add IPv4 multicast to UDPConn
2011-02-16 Mikio Haranet: more accurate IPv4-in-IPv6 API test
2011-02-16 Olivier Antoinenet: reject invalid net:proto network names
2011-02-16 Russ CoxA+C: Olivier Antoine (individual CLA)
2011-02-16 Gustavo Niemeyersync: add Cond
2011-02-16 Russ Coxos: remove ENODATA (fixes freebsd build)
2011-02-16 Yasuhiro Matsumotohttp: add proxy support
2011-02-16 Rob Pikereflect: add a couple of sentences explaining how Metho...
2011-02-16 Rob Piketest/bench: update timings for new GC
2011-02-16 Russ Coxruntime: fix memory allocator for GOMAXPROCS > 1
2011-02-16 Russ Coxruntime: minor cleanup
2011-02-16 Albert Strasheimos: add ENODATA and ENOTCONN
2011-02-16 Roger Peppenetchan: allow use of arbitrary connections.
2011-02-16 Yasuhiro Matsumotosyscall: implement chmod() for win32.
2011-02-16 Alex Brainman8l,6l: allow for more os threads to be created on Windows
next