]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2010-08-05 Andrew Gerrandrelease.2010-08-04 weekly.2010-08-04
2010-08-05 Alex Brainmanpath: fix comment for Split()
2010-08-05 Robert Griesemergo/parser.ParseFiles: don't override error (to nil...
2010-08-05 Robert Griesemerfix build: literal types cannot be parenthesized anymore
2010-08-05 Russ Coxamd64: use segment memory for thread-local storage
2010-08-05 Christian Himpelmisc/vim: highlight misspelled words only in comments
2010-08-05 Robert Griesemergofmt/go/parser: strengthen syntax checks
2010-08-05 Alex Brainmangoinstall: check for error from exec.*Cmd.Wait() before...
2010-08-05 Christian Himpelcgo: generate correct multiple return value function...
2010-08-05 Russ CoxA+C: fix email address
2010-08-04 Robert Griesemergofmt: make code more readable by avoiding redeclaration
2010-08-04 Scott Lawrencebytes: added test case for explode with blank string.
2010-08-04 Anthony Martinjson: object members must have a value
2010-08-04 Russ CoxA+C: Anthony Martin, Christian Himpel (individual CLA)
2010-08-03 Nigel Taobufio: introduce Peek.
2010-08-03 Rob Pikeos: change the type of permissions argument for Open...
2010-08-03 Tarmigan Caseboltwebsocket: correct challenge response
2010-08-03 Kai Backmanbikeshed: only output bug when we have a regression
2010-08-03 Russ CoxCONTRIBUTORS: Rietveld alias for brad@danga.com
2010-08-03 Peter Mundyos: Null device
2010-08-03 Kai Backmanarm: remove old qemu dependency from gotest
2010-08-03 Russ Coxtest/run: diff old new
2010-08-03 Adam Langleycrypto/x509: unwrap Subject Key Identifier
2010-08-03 Russ Coxgc: empty select
2010-08-03 Russ Coxgc: bug301
2010-08-03 Russ Coxgc: bug299, bug300
2010-08-03 Russ CoxA+C: Tarmigan Casebolt
2010-08-03 Russ Coxgc: index bounds tests and fixes
2010-08-03 Scott Lawrencestrings: fix Split("", "", -1)
2010-08-03 Rob PikeAdd Scott Lawrence to C&A
2010-08-03 Alex Brainmansyscall: make sure go error numbers do not clash with...
2010-08-03 Andrew Gerrandbuilder: update script so it doesn't create tar-bombs
2010-08-03 Nigel Taoimage: introduce Gray and Gray16 types, and remove...
2010-08-02 Rob Pikeio: consolidate multi_reader and multi_writer into...
2010-08-01 Nigel Taoimage/png: use image-specific methods for checking...
2010-07-30 Bill Neubauerwebsocket: fix bug involving spaces in header keys
2010-07-30 Russ CoxCONTRIBUTORS: add wcn@google.com alias to match with...
2010-07-30 Russ Coxruntime: do not fall through in SIGBUS/SIGSEGV
2010-07-30 Kai Backmanarm: disable another flaky test.
2010-07-30 Kai Backmanfix build
2010-07-30 Kai Backmanarm: bugfixes (stack clobbering, indices)
2010-07-30 Kai Backmanarm: add gdb support to android launcher script
2010-07-30 Andrew Gerrandtag release.2010-07-29
2010-07-30 Andrew Gerrandrelease.2010-07-29 weekly.2010-07-29
2010-07-30 Andrew Gerrandmisc/builder: support for uploading tarballs to googlecode
2010-07-30 Joe Poiriercov and prof: implement windows version (just function...
2010-07-30 Robert Griesemerbug300: literal types must not be parenthesized
2010-07-30 Robert Griesemergo_spec: don't allow parens around the literal type...
2010-07-30 Andrew Gerranddoc: update front page and go_learning.html
2010-07-29 Yuusei Kuwanamime: add AddExtensionType
2010-07-29 Russ CoxA+C: Yuusei Kuwana (individual CLA)
2010-07-29 Robert Griesemerscanner: better comment
2010-07-29 Robert Griesemerbug299: parenthesized receiver types/anonymous fields...
2010-07-29 Rob Pikefmt.Print: fix bug in placement of spaces introduced...
2010-07-29 Alex Brainmanruntime: fix bug introduced in revision 4a01b8d28570
2010-07-29 Wei Guangjingnet: implement windows version of LookupHost/Port/SRV
2010-07-29 Vinu Rajashekhartest/sigchld.go: use syscall.Kill instead of a combination
2010-07-29 Russ Coxgc: fix SIGBUS
2010-07-29 Fazlul Shahriarhttp: add https client support
2010-07-28 Rob Pikefmt: move comment into doc.go.
2010-07-28 Brad Fitzpatrickio: MultiReader and MultiWriter
2010-07-28 Kai Backmanarm: fix build (dodgy floats)
2010-07-28 Kai Backmanarm: minor bugfixes.
2010-07-27 Russ Cox5g: fix build
2010-07-27 Andrew Gerrandbufio: fix optimisation test
2010-07-27 Andrew Gerrandnet: add nil checks to several String methods to avoid...
2010-07-27 Andrew Gerrandbytes, strings: mention the n < 0 case in Split/SplitAf...
2010-07-27 Andrew Gerrandspec: add recover to predeclared identifiers list
2010-07-27 Andrew Gerranddashboard: more aggressive caching for project/package...
2010-07-27 Russ Coxgc: include signal.h (fix build)
2010-07-27 Robert Griesemergodoc: accept '.', '!', and '?' as end of first sentenc...
2010-07-27 Russ Coxgc: more crash avoidance
2010-07-27 Russ Cox6l: more invalid input files
2010-07-27 Russ Coxcodereview: avoid crash if no config
2010-07-26 Russ Coxgc: graceful exit on seg fault
2010-07-26 Rob Pikefmt.Scanf: handle trailing spaces.
2010-07-26 Peter Mundyruntime: fix goc2c for rename to goc2c and *.goc
2010-07-26 Russ Coxnet: TCPConn.SetNoDelay, back by popular demand
2010-07-26 Robert Griesemergodoc: display synopses for all packages that have...
2010-07-26 Russ Coxgc: fix smaller-than-pointer-sized receivers in interfaces
2010-07-26 Russ Coxgc: import dot shadowing bug
2010-07-26 Wei Guangjingsyscall: add windows version of Pipe()
2010-07-26 Andrew Gerrandprof: fix typo in usage string
2010-07-26 Andrew GerrandA+C: Wei Guangjing
2010-07-26 Alex Brainmannet: fix crashing Read/Write when passed empty slice...
2010-07-26 Alex Brainmansyscall: improve windows errno handling
2010-07-25 Alex Brainmanfix windows Make.cmd:
2010-07-25 Daniel Theophanessyscall: add ForkExec, Syscall12 on Windows
2010-07-25 Vinu Rajashekharruntime/extern.go: clear a small error in a comment.
2010-07-23 Fazlul Shahriarbytes: port IndexFunc and LastIndexFunc from strings...
2010-07-23 Petar Maymounkovmisc/vim: updated syntax file to recognize constants...
2010-07-22 Russ Coxlibmach: correct handling of .5 files with D_REGREG...
2010-07-22 Russ Coxfix build
2010-07-22 Russ Coxtest: fail is for bad exit status only
2010-07-22 Andrew Gerrandbuild: clean.bash to check that GOOS and GOARCH are set
2010-07-22 Micah Stetsongotest: fix the glob pattern in the top-of-file comment
2010-07-21 Russ Coxld: various bug fixes
2010-07-21 Andrey Mirtchovskistrings.Bytes: fix typo in comment
2010-07-21 Ian Lance Taylorio: Avoid another race condition in pipes.
2010-07-21 Peter Mundysyscall: On Windows, Errstr FormatMessage has no values...
next