]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2011-02-16 Yasuhiro Matsumotosyscall: fix inverse checking of result code on windows.
2011-02-16 Nigel Taocompress: move zlib/testdata to testdata so it can...
2011-02-15 Andrew Gerranddoc: fix release notes anchor tag
2011-02-15 Adam Langleycrypto/tls: make protocol negotiation failure fatal
2011-02-15 Robert Griesemergo spec: minor clarification on channel types
2011-02-15 Andrew Gerrandtag release.2011-02-15
2011-02-15 Andrew Gerrandrelease.2011-02-15 weekly.2011-02-15
2011-02-15 Adam Langleyencoding/line: fix line returned after EOF
2011-02-15 Robert Griesemergodoc: don't hide package lookup error if there's no...
2011-02-14 Roger Pepperpc: properly discard values.
2011-02-14 Alex Brainmanruntime: detect failed thread creation on Windows
2011-02-14 Rob Pikemakehtml: use append
2011-02-14 Rob Piketutorial: rework the introduction to give "Effective Go"
2011-02-14 Andrew Gerrandarchive/zip: handle files with data descriptors
2011-02-14 Rob Pikegob: decode into nil, this time for sure.
2011-02-14 Hector Chuwindows: runtime: implemented console ctrl handler...
2011-02-14 Russ Coxbuild: run test/ directory first
2011-02-14 Robert Griesemergo/printer: line comments must always end in a newline
2011-02-13 Rob Pikegob: allow Decode(nil) and have it just discard the...
2011-02-13 Rob Pikecode.html: update to reflect that package names need...
2011-02-12 Ken Thompson5ld: part of 64bit eor - forgot to check in.
2011-02-12 Robert Griesemergofmt: exclude testcase with incorrect syntax
2011-02-12 Rob Pikestrconv/ftoa: avoid a double shift. (shifts by variable...
2011-02-11 Russ Coxtesting: include elapsed time in output
2011-02-11 Lorenzo Stoakesgc: correct receiver in method missing error
2011-02-11 Russ Coxsync: check Unlock of unlocked Mutex
2011-02-11 Ken Thompson5ld: stoped generating 64-bit eor
2011-02-11 Mikio Harasyscall: remove obsolete socket IO control
2011-02-11 Petar Maymounkovhttp: add pipelining to ClientConn, ServerConn
2011-02-11 Mikio Harasyscall: add sockaddr_dl, sysctl with routing message...
2011-02-11 Russ Coxruntime: check that SysReserve returns aligned memory
2011-02-11 Yuval Pavel... 8l, runtime: place G and M pointers relative to _tos...
2011-02-11 Evan Shawbytes: fix bugs in buffer.ReadBytes
2011-02-11 Adam Langleycrypto/openpgp: minor updates to subpackages
2011-02-11 Mathieu Lonjaretfix example in inotify
2011-02-11 Luuk van Dijkflag: allow hexadecimal and octal input for integer...
2011-02-11 Adam Langleycrypto/openpgp/packet: add remainder of packet types.
2011-02-11 Robert Griesemergodoc: godoc: Use IsAbs to test for absolute paths...
2011-02-11 Yasuhiro Matsumotogodoc: Use IsAbs to test for absolute paths (fix for...
2011-02-10 Alex Brainmansyscall: change windows apis with bool return value...
2011-02-10 Brad Fitzpatrickhttp: add Server type supporting timeouts
2011-02-10 Russ Coxruntime: complete windows SysReserve
2011-02-10 Andrew Gerrandencoding/binary: update package doc string to be more...
2011-02-10 Roger Peppefmt: fix minor typo
2011-02-10 Andrew Gerrandjson: correct Marshal documentation
2011-02-10 Wei Guangjingdebug/pe: ImportedSymbols fixes
2011-02-10 Adam Langleycrypto/openpgp/packet: four more packet types.
2011-02-10 Hector Churuntime: take the callback return value from the stack
2011-02-10 Rob Pikesrc/*: fix incorrect prints found by govet
2011-02-10 Ken Thompsonpeep: more bugs
2011-02-09 Robert Griesemerbuffer.go: minor optimization, expanded comment
2011-02-09 Robert Griesemergodoc: optimizations: don't call Write for 0-length...
2011-02-09 Rob Piketemplate: reverse order of arguments to Execute
2011-02-09 Robert Griesemersrcextract: HTML-escape output if so desired
2011-02-09 Ken Thompsonpeep: bug fix
next