]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2010-03-04 Andrew Gerrandrelease.2010-03-04 weekly.2010-03-04
2010-03-04 Andrew GerrandFirst run at a Programming FAQ
2010-03-04 Russ Coxnet: put [ ] around IPv6 addresses for Dial
2010-03-04 Russ Coxnet: fix nil deref in testTimeout when Dial fails
2010-03-04 Russ Coxgc: fix imported and not used message - show path
2010-03-03 Rob Pikeencoding/binary: fix error reporting bug
2010-03-03 Stephen Manet: fix network timeout boundary condition.
2010-03-03 Stephen Manet: correct DNS configuration
2010-03-03 Russ Coxtest: fix 386 build (missing complex)
2010-03-03 Ken Thompsonmore on type complex.
2010-03-03 Robert Griesemergofmt: fix alignment of multi-line var declarations
2010-03-02 Andrew Gerrandcodereview.py: fix for compatibility with hg >=1.4.3
2010-03-02 Andrew Gerrandhttp: corrected comment for Response.GetHeader.
2010-03-02 Robert Griesemergofmt: experiment: align values in map composites where...
2010-03-02 Robert GriesemerMinor mistake in docs.
2010-03-02 Andrey Mirtchovskistrings.Bytes -> []byte for documentation example,...
2010-03-01 Andrew Gerrandgotest: set $AS to $GOBIN/$AS
2010-02-28 Stephen MaCount utf8 runes, not bytes when determining string...
2010-02-27 Russ Coxtesting/benchmark: paranoia - make sure n always grows
2010-02-26 Raif S. Naffahcrypto/blowfish: new package
2010-02-26 Russ CoxA+C: add Raif S. Naffah (individual CLA)
2010-02-26 Robert Griesemergo/parser cleanup: remove some state by writing more...
2010-02-26 Russ Cox8g: fix out of register bug in byte(x) code
2010-02-26 Ian Lance TaylorAdd -r option to 6l/8l/5l.
2010-02-26 Russ Cox8g: make a[byte(x)] truncate x
2010-02-26 Robert Griesemergo/scanner: the position of '\n's chars must be the...
2010-02-26 Micah StetsonFix a couple of bugs referencing data values in template.
2010-02-26 Rob Pikeadd micah.stetson to C&A
2010-02-26 Christopher... doc: Use byte("...") over byte{...}
2010-02-26 Russ Coxuse []byte("abc") in place of []byte{'a', 'b', 'c'}
2010-02-26 Robert Griesemergo/printer, gofmt: align comments in multi-line express...
2010-02-26 Russ Coxstrings: delete Runes, Bytes
2010-02-25 Robert Griesemertabwriter: make use of new []byte() conversion
2010-02-25 Russ Coxgc: implement []int(string) and []byte(string)
2010-02-25 Stephen WeinbergFix small typo in net package.
2010-02-25 Robert Griesemergo/printer, gofmt: correct indentation after certain...
2010-02-25 Robert Griesemertabwriter: indicate section breaks if Debug flag is set
2010-02-25 Russ Coxdashboard: more performance tuning
2010-02-25 Ian Lance TaylorUse consistent types in .h file and .c file.
2010-02-25 Robert Griesemerstrings: remove a couple of redundant tests
2010-02-25 Kevin Ballardpath: Fix bug in Match with non-greedy stars
2010-02-25 Rob Pike%q in fmt: if the object is a Stringer, use String...
2010-02-25 Robert Griesemergo/scanner: support for complex (imaginary) constants
2010-02-25 Ian Lance TaylorInstall runtime.h and cgocall.h.
2010-02-25 Robert Griesemergo/ast: streamline representation of field lists
2010-02-25 Russ Coxpath: add Match
2010-02-24 Russ Coxhttp: fix handling of Close, use Close in http.Post
2010-02-24 Robert Griesemergofmt: don't print ()'s around function-typed results...
2010-02-24 Robert Griesemergo/printer: use general comment intersperse mechanism...
2010-02-24 Anh Hai TrinhInclude an Eratosthenesque concurrent prime sieve to...
2010-02-24 Rob Pikeadd Anh Hai Trinh to C&A
2010-02-24 Andrew Gerrandrelease.2010-02-23 part two
2010-02-24 Andrew Gerrandrelease.2010-02-23 part one weekly.2010-02-23
2010-02-23 Anthony Starksmisc/bbedit: treat predeclared identifiers as "keywords"
2010-02-23 Mark Zavislakcrypto package documentation fix
2010-02-23 Russ Coxadd Mark Zavislak (Google) to CONTRIBUTORS
2010-02-23 Rob Pikegoyacc: fix handling of / and comments in goyacc
2010-02-23 Russ Coxruntime: work around Linux kernel bug in futex
2010-02-23 Russ Coxnet: disable UDP server test
2010-02-23 Charles L.... math: add lgamma; in-line special cases of acosh, nextafter
2010-02-23 Nigel TaoFix xgb/example.go typo.
2010-02-23 Andrew Gerrandgo_mem: clarified unbuffered channel sync example
2010-02-22 Robert Griesemergo/printer (gofmt): remove more residue from semicolon...
2010-02-22 Petar Maymounkovhttp: use RawURL in Request.Write
2010-02-22 Michael Hoisiexml: treat bool as value in Unmarshal
2010-02-22 Andrew Gerrandeffective_go: clarified small comment
2010-02-22 Petar Maymounkovhttp: fix bug in Post
2010-02-22 Sergei Skorobogatovjson: fix quoted strings in Marshal
2010-02-22 Russ CoxA+C: add Sergei Skorobogatov (individual CLA)
2010-02-22 Robert Griesemerscanner: match go/scanner and disallow NUL character;
2010-02-22 Michael Hoisiehttp request URI should never be empty
2010-02-22 Russ Coxtest: rename nul.go to nul1.go
2010-02-22 Ken Thompsonall done except -
2010-02-21 Russ Coxgc: minor const simplifications
2010-02-20 Ken Thompsonfixed bug in mpconst float multiply by 0.
2010-02-20 Timo Savolawebsocket: fix binary frame size decoding
2010-02-20 Russ CoxA+C: add Timo Savola (individual CLA)
2010-02-20 Robert Griesemergo/ast: use a slice instead of a linked list for the...
2010-02-20 Robert Griesemergodoc: fix path resolution for command-line one more...
2010-02-20 Robert Griesemer- removed exp/parser (support for old semicolon syntax)
2010-02-19 Robert Griesemergodoc: make commandline use work again
2010-02-19 Robert Griesemerremove absolute paths from search results
2010-02-19 Petar Maymounkovhttp: unified body transfer (read & write) logic in...
2010-02-19 Petar Maymounkovhttp: add Pending method to ServerConn, ClientConn
2010-02-19 Russ Coxdashboard: lots of caching to avoid datastore queries
2010-02-19 Adam Langleycrypto/x509: support certificate creation.
2010-02-19 Petar Maymounkovhttp: add DumpRequest, DumpResponse, for debugging
2010-02-19 Petar Maymounkovhttp: persistent connection objects
2010-02-19 Petar Maymounkovhttp: do not edit Response.ContentLength in Response...
2010-02-19 Russ Coxgc: double-initialization
2010-02-19 Kai Backmancombined pchw and embedded into tiny. added section...
2010-02-19 Charles L.... math: add Cbrt and Sincos; x87 versions of Sincos,...
2010-02-19 Evan Shaw8a/8l: Added FCMOVcc instructions
2010-02-19 Amrut Joshixml: allow unquoted attribute values in non-Strict...
2010-02-19 Russ CoxA+C: add Amrut Joshi (individual CLA)
2010-02-19 Fumitoshi Ukaihttp: avoid server crash on malformed client request
2010-02-19 Russ Coxexec: add dir argument to Run.
2010-02-19 Russ Coxgc: fix this morning's bug fix
2010-02-19 Ken Thompsoncomplex constant multiply and divide
2010-02-19 Robert Griesemergodoc: path cleanups, fixed a race condition, initial...
next