]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-02-23 Anthony Martincc: fix an out of bounds array access
2012-02-23 Robert Griesemermath: slightly more readable comments
2012-02-23 Adam Langley6a/6l: add IMUL3Q and SHLDL
2012-02-23 Robert Griesemergo spec: import path implementation restriction
2012-02-23 Rob Piketest: commentary for [h-m]*.go
2012-02-23 Robert Griesemerexp/types: fix package comment
2012-02-23 Robert Griesemergodoc: remove dead code
2012-02-23 Robert Griesemergo/parser: check import path restrictions
2012-02-23 Robert Griesemergo cmd: print more than one error when running go test
2012-02-23 Andrew Gerrandtag weekly.2012-02-22
2012-02-23 Andrew Gerrandweekly.2012-02-22 weekly.2012-02-22
2012-02-23 Brad Fitzpatricknet/http: some more cookie tests
2012-02-23 Gustavo Niemeyerencoding/xml: add example and docs for anon fields
2012-02-23 Mikio Haranet: add a bit clarified multicast listener tests
2012-02-23 Russ Coxpprof: add Profile type
2012-02-23 Russ Coxruntime: goroutine profile, stack dumps
2012-02-23 Gustavo Niemeyerencoding/xml: move Unmarshal example to function
2012-02-23 Alex Brainmantime: run full TestTicker test even during short tests
2012-02-22 Russ Cox5a: fix same arm bug
2012-02-22 Russ Cox5c, 5g, 5l: fix arm bug
2012-02-22 Russ Coxcmd/dist: fix install cmd/5g on non-arm system
2012-02-22 Mikio Haranet: make raw IP tests robust
2012-02-22 Mikio Haranet: make parseProcNetIGMP more robust
2012-02-22 Rob Pikeos: make the system info a value not a pointer on unix
2012-02-22 Shenghou Mabuilder: reuse existing workspace if possible
2012-02-22 Russ Coxnet: delete debugging print
2012-02-22 Brad Fitzpatrickbuilder: update for os.Wait changes.
2012-02-22 Robert Griesemergo/printer, gofmt: improved comma placement
2012-02-22 Robert Griesemergodoc: proper index range checking when extracting...
2012-02-22 Gustavo Niemeyercgo: fix definition of opaque types
2012-02-22 Robert Griesemergo/doc: move firstSentence into go/doc
2012-02-22 Mikio Haranet: replace error variable name oserr with err
2012-02-22 Robert Griesemergodoc: fix potential index out-of-bounds error
2012-02-22 Russ Coxld: get symbol table letters right
2012-02-22 Russ Coxgc: new, less strict bool rules
2012-02-22 Russ Coxgc: never crash during a debugging print
2012-02-22 Rob Pikespec: refine the wording about variables in type switches
2012-02-22 Russ Coxcmd/go: add tool -n flag
2012-02-22 David Symondscmd/fix: remove os.Wait gofix.
2012-02-22 Devon H. O... runtime: fix FreeBSD signal handling around thread...
2012-02-22 Joe Poiriermisc/dist/windows: fix broken icon, other misc
2012-02-22 Russ Coxld: only set SNOPTRBSS during load
2012-02-22 Andrew Gerranddoc: move styles to style.css
2012-02-22 Russ Coxgc: return of ideal bool
2012-02-22 Russ Coxld: add NOPTRBSS for large, pointer-free uninitialized...
2012-02-22 Russ Coxspec: make all comparison results untyped bool
2012-02-22 Robert Griesemergodoc: fix absolute->relative mapping
2012-02-22 Devon H. O... runtime: use SYSCALL instead of INT 0x80 in FreeBSD...
2012-02-22 Andrew Gerrandgodoc: adjust line height in pre blocks
2012-02-22 Brad Fitzpatricknet/http: update test to use time.Duration better
2012-02-22 Brad Fitzpatricknet/textproto: accept bad MIME headers as browsers do
2012-02-21 Rémy Oudomphengtest: use testlib in a few more cases.
2012-02-21 Andrew Gerrandgodoc: fix playground url
2012-02-21 Robert Griesemertext/tabwriter: fix documentation by adding an example.
2012-02-21 Andrew Gerrandmisc/goplay: remove redundant chdir
2012-02-21 Andrew Gerrandgodoc: support flat directory view again
2012-02-21 Andrew Gerranddoc: support redirect-on-share
2012-02-21 Bobby Powerscmd/dist: fix pprof permissions
2012-02-21 Russ Coxnet/smtp: use EHLO then HELO
2012-02-21 Russ Coxruntime: avoid malloc during malloc
2012-02-21 Shenghou Macodereview: add submit message support for newer clone...
2012-02-21 Mike Rossetcmd/go: pass 2, remove reference to incomplete -file...
2012-02-21 Mike Rossetcmd/go: 'go help test' remove documentation for incompl...
2012-02-21 Adam Langleycmd/*: add -d option to bison.
2012-02-21 Marcel van... exp/norm: Added Iter type for iterating on segment...
2012-02-21 Rémy Oudomphengtest: fix bug423.go to actually fail with older releases.
2012-02-21 Rémy Oudomphengcmd/api: record return type of functions for variable...
2012-02-21 Andrew Gerranddashboard: rename buttons to satisfy pedantic souls
2012-02-21 Rob Pikenet: extend the workaround to DialTCP to try to get...
2012-02-21 Rob Piketest: fix broken test
2012-02-21 Rémy Oudomphengcmd/gc: don't believe that variables mentioned 256...
2012-02-21 Rob Pikenet: more selfConnect debugging: panic if ra == nil...
2012-02-21 Rob Pikenet: panic if sockaddrToTCP returns nil incorrectly
2012-02-21 Rob Pikenet: add diagnostic to try to catch selfConnect bug...
2012-02-21 Brad Fitzpatricktest: rewrite test/run shell script + errchk (perl...
2012-02-21 Andrew Gerranddoc: fix links in installation instructions
2012-02-21 Rob Pikeos: replace non-portable Waitmsg with portable ProcessState
2012-02-21 Mikio Hararuntime: remove an obsolete file
2012-02-21 Andrew Gerranddoc: link to self-hosted articles from docs.html
2012-02-21 Andrew Gerrandmisc/goplay: remain in work directory, build in temp...
2012-02-21 Brad Fitzpatricknet: more docs on deadlines
2012-02-20 Brad Fitzpatricknet/http: add optional Server.TLSConfig field
2012-02-20 Devon H. O... runtime: implement runtime.osyield on FreeBSD 386,...
2012-02-20 Mikio Haranet: move hosts testdata to testdata folder
2012-02-20 Rob Pikedoc/go1: delete obsolete reference to FileStat
2012-02-20 Russ Cox5g, 6g, 8g: flush modified globals aggressively
2012-02-20 Brad Fitzpatrickbuild: remove old version*.go files from hgignore
2012-02-20 Dmitriy Vyukovcmd/6c: add line feed after an error message
2012-02-20 Joe Poiriermisc/dist/windows: app engine gopher replaced with...
2012-02-20 Joe Poiriermisc/dist/windows: ongoing dev
2012-02-20 Rob Pikeos: drop the Wait function and the options to Process...
2012-02-20 Joe Poiriermisc/dist/windows: ongoing dev
2012-02-20 Brad Fitzpatrickdatabase/sql/driver: API cleanups
2012-02-20 Rob Pikehtml/template: don't indirect past a Stringer
2012-02-20 Russ Coxstrconv: run garbage collection before counting allocat...
2012-02-20 Rob Pikego/doc: update golden file to fix build
2012-02-20 Rob Pikeall: rewrite references to old tool names
2012-02-20 Rob PikeFAQ: many small fixes and adjustments
2012-02-20 Scott Lawrencegodoc: fix tag mismatch validation errors
2012-02-20 Fazlul Shahriaros,time: fix Plan 9 build
next