]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2010-02-09 Fazlul Shahriarmake units compile
2010-02-09 Russ Cox.hgignore: ignore .gitignore (already ignoring .git)
2010-02-09 Russ Coxruntime: allow arbitrary return type in SetFinalizer.
2010-02-09 Russ Coxgc: fix method expression bug
2010-02-08 Ian Lance TaylorStruct field ambiguity test.
2010-02-08 Russ Coxruntime: instrument malloc + garbage collector.
2010-02-08 Dean PrichardFix *l/*c -V flag segfault
2010-02-08 Andrew Gerrand*l/*c: add -V flag to display version number
2010-02-08 Evan Shawtesting: Fix comment typo
2010-02-07 Adam Langleyencoding/pem: add marshalling support.
2010-02-07 Russ Coxruntime: introduce MemStatsType
2010-02-07 Kai Backmanfix comment
2010-02-06 Nigel Taodraw.Draw fast paths for a nil mask (and RGBA dst).
2010-02-06 Ian Lance TaylorMatch gccgo error message.
2010-02-06 Ian Lance TaylorMatch gccgo error messages.
2010-02-06 Petar Maymounkovhttp: sort header keys when writing Response or Request...
2010-02-05 Ken Thompsonbug in const float divide
2010-02-05 Charles L.... math: Atan2 special cases and tests; atan2_386
next