]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2011-02-09 Rob Pikerun.bash: must make codelab before we can test it.
2011-02-09 Rob Pikecodelab: update due to recent changes in go/printer
2011-02-09 Russ Coxruntime: fix memory allocation on 386
2011-02-09 Russ Coxruntime: new allocation strategy for amd64
2011-02-09 Russ Coxsyscall: do not use NULL for zero-length read, write
2011-02-09 Roger Pepperpc: make more tolerant of errors.
2011-02-09 Robert Griesemergo/printer: remove notion of "Styler", remove HTML...
2011-02-09 Adam Langleycrypto/x509: add name constraints support.
2011-02-09 Andrew Gerrandmisc/dashboard: hide benchmarks link temporarily
2011-02-09 Gustavo Niemeyerbuild: Drop syslog on DISABLE_NET_TESTS=1
2011-02-09 Gustavo Niemeyercgo: fix handling of signed enumerations
2011-02-09 Brad Fitzpatrickhttp: handle unchunked, un-lengthed HTTP/1.1 responses
2011-02-09 Kyle Consalus container/ring: Replace Iter() with Do().
2011-02-09 Alex Brainmansyscall: implement windows version of Fsync
2011-02-09 Russ Coxfix build clean.bash
2011-02-09 Yasuhiro Matsumotocodereview: use cmd.communicate.
2011-02-09 Alex Brainmansrc/run.bash: get rid of long windows expression
2011-02-09 Alex Brainman.hgignore: ignore src/pkg/runtime/version_*.go
2011-02-09 Ken Thompsoncgen64: dont use MVN instruction
2011-02-09 Ken Thompsonpeep: more optimization
2011-02-08 Anthony Martingo spec: fix a few typos
2011-02-08 Robert Griesemergo spec: clarification re: method sets of newly declare...
2011-02-08 Joe Poirierwindows: replace remaining __MINGW32__ instances with...
2011-02-08 Graham Millernetchan: graceful handling of closed connection
2011-02-08 Gustavo Niemeyercgo: don't run cgo when not compiling
2011-02-08 Adam Langleycrypto/openpgp/packet: add UserId packet type
2011-02-08 Ken Thompsonpeep: fix optimization bug
2011-02-07 Ken Thompsonpeep: fix bug in peep optimizer.
2011-02-07 Russ Coxsyscall: fix arm build
2011-02-07 Rob Pikeld: fix build (uvlong vs uint64 conflict on freebsd)
2011-02-07 Rob Pikeloader: move the XputY routines into the ld directory.
2011-02-07 Andrey MirtchovskiCodelab/wiki: fix typo
2011-02-07 Andrey MirtchovskiCodelab: correct function definitions for handlers...
2011-02-05 Adam Langleycrypto/tls: select best ciphersuite, not worst.
2011-02-05 Adam Langleyasn1: marshal true as 255, not 1.
2011-02-05 Adam Langleycrypto/tls: load a chain of certificates from a file.
2011-02-05 Adam Langleycrypto/openpgp/packet: two more packet types.
2011-02-05 Robert Griesemergo/printer, gofmt: smarter handling of multi-line raw...
2011-02-05 Kyle Consalustemplate: Add simple formatter chaining.
2011-02-04 Robert Griesemergofmt: no need for lexical compare of src and res ...
2011-02-04 Rob Piketemplate: allow a leading '*' to indicate that evaulati...
2011-02-04 Rob Pikescan: permit base prefixes 0nnn and 0xnn when scanning
2011-02-04 Yuval Pavel... 8l: fix crash writing Plan 9 binaries
2011-02-04 Russ Coxbuild: allow clean.bash to work on fresh checkout
2011-02-04 Russ Coxruntime: fix asm.h on Windows
2011-02-04 Gustavo Niemeyerspec: fix Typeof() return type
2011-02-04 Robert Griesemergo spec, effective go: cleanups
2011-02-04 Adam Langleycrypto/openpgp/packet: add public key support
2011-02-04 Robert Griesemerissue 1402: added test case
2011-02-04 Alex Brainmanos: implement new Process api
2011-02-04 Yasuhiro Matsumotogopack: unused variable.
next