]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2010-02-18 Dean Prichardsync: allow to work on armv5
2010-02-18 Ken Thompsonmore complex - constants
2010-02-18 Russ Coxgc: recursive interface embedding
2010-02-18 Russ Cox5g/8g: fix build
2010-02-18 Ken Thompsonnew types complex, complex64 and complex128
2010-02-18 Andrew Gerrandrelease.2010-02-17 part two
2010-02-18 Andrew Gerrandrelease 2010-02-17 part one weekly.2010-02-17
2010-02-17 Robert Griesemerlanguage spec: make NUL byte rule an implementation...
2010-02-17 Robert Griesemerapply gofmt to src and misc
2010-02-17 Robert Griesemergofmt: make sure certain 2-line comments are stable
2010-02-17 Russ Cox8g: respect ullman numbers in float comparison
2010-02-17 Rob Piketime.Ticker: fix bug arising when all tickers are dead.
2010-02-17 Nigel TaoAdd Src and Over draw operators.
2010-02-17 Andrew Gerrandinstall: Added gcc, build-essential to apt-get command...
2010-02-17 Russ Coxgc: undo attempt at fixing recursive interface embedding
2010-02-17 Robert Griesemergo/scanner: comply with spec changes (do not allow...
2010-02-17 Russ Coxgc: fix build (signed char bug)
2010-02-17 Russ Coxgc: disallow NUL byte, catch more invalid UTF-8, test
2010-02-17 Russ Coxspec: disallow NUL in source files
2010-02-17 Rob Pikespecification of []int(string) and []byte(string).
2010-02-17 Russ Coxruntime: fix bug in Caller documentation
2010-02-16 Robert Griesemergodoc: updated documentation
2010-02-16 Rob PikeThe prefix optimization applies only to the first itera...
2010-02-16 Robert Griesemergodoc: initialize vars depending on flags after parsing...
2010-02-16 Robert Griesemergodoc: fix initialization issue
2010-02-16 Giles Leansyscall: make signature of Umask on OS X, FreeBSD match...
2010-02-16 Giles Leancc: use "cpp" anywhere in path, not "/bin/cpp"
2010-02-16 Russ CoxA+C: Giles Lean (individual CLA)
2010-02-16 Robert Griesemergodoc support for directories outside $GOROOT
2010-02-16 Robert Griesemerremove assumption that all files belonging to a package...
2010-02-16 Robert GriesemerDon't print ()'s around a range clause's expression.
2010-02-16 Russ Coxgc: test & fix handling of very long string constants
2010-02-16 Ian Lance TaylorFix printing of named floating point types.
2010-02-12 Robert Griesemerupdate gofmt test script
2010-02-12 Russ Coxhttp: clarify ServeHTTP return
2010-02-12 Russ Coxgc: diagnose invalid array bounds
2010-02-12 Russ Coxruntime: dummy gettime for mingw/386.
2010-02-11 Robert Griesemercorrect meaning of "absolute" and "relative"
2010-02-11 Robert GriesemerSteps towards more flexible godoc:
2010-02-11 Kai Backmanstop the 5c optimizer from clobbering extern static...
2010-02-11 Russ Coxruntime: delete MHeapMapCache, which is useless
2010-02-11 Nigel Taoexp/draw test.
2010-02-11 Petar MaymounkovAdded tests for http.Request/Response.Write()
2010-02-11 Russ Coxarm: take out fixedbugs/bug120 - gives inconsistent...
2010-02-11 Russ Coxnet: use slightly less predictable dns request id
2010-02-10 Russ Coxarm: fix build on android
2010-02-10 Russ Coxruntime: tighten garbage collector
2010-02-10 Russ Coxruntime: do not zero blocks on free (this time for...
2010-02-10 Alex Brainman8l: pe executable building code changed to include...
2010-02-10 Russ Coxgc: fix mkopnames and color grep interaction
2010-02-10 Russ Coxld: unused variable
2010-02-10 Russ CoxA+C: add Alex Brainman (individual CLA)
2010-02-10 Russ Coxclean new garbage collector benchmark binaries
2010-02-10 Charles L.... math: add Exp2; 386 FPU versions of Exp2 and Log1p
2010-02-10 Russ Coxruntime: garbage collection + malloc performance
2010-02-10 Michael Hoisiemime: new package, use in http
2010-02-10 Russ Coxfix garbage benchmark Makefile.
2010-02-10 Petar Maymounkovhttp: protect io.WriteString in Request/Response.Write...
2010-02-10 Ken Thompsonbug fix in 6c/8c/5c mis-aligned
2010-02-10 Russ Coxfix NaCl build for latest runtime changes
2010-02-10 Russ Coxruntime: fix FreeBSD build
2010-02-09 Russ Coxdashboard: auto-update builder.sh.
2010-02-09 Charles L.... math: add functions Log2, Nextafter, Fdim, Fmax, Fmin
2010-02-09 Evan Shaw8a/8l: Added CMOVcc instructions
2010-02-09 Russ Coxadd simple garbage collector benchmarks to dashboard
next