]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-07-23 Robert Griesemergodoc/httpzip.go: use correct path in Readdir
2011-07-23 Brad Fitzpatrickzip: add a test for the previous >65k files fix
2011-07-23 Russ Coxlib9: use $PWD in getwd
2011-07-23 Wei Guangjingld: fixes ldpe link with SXREF global values.
2011-07-23 Russ Coxld: detect all import cycles
2011-07-23 Russ Coxsort: remove testing cycle
2011-07-22 Robert Griesemergodoc/zip.go: fix another zip file system bug
2011-07-22 Robert Griesemergo/parser: report illegal label declarations at ':...
2011-07-22 Rob Pikegoyacc: cleanups
2011-07-22 Rob Pikeexp/template: trivial cleanup in test
2011-07-22 Rob Pikepkg/http: fix a couple of error messages
2011-07-22 Andrew Gerrandarchive/zip: handle zip files with more than 65535...
2011-07-22 Russ Coxruntime: add UpdateMemStats, use in tests
2011-07-22 Rob Pikeexp/template: add globbing helpers to load groups of...
2011-07-22 David Symondshttp: clarify use of w.conn.body in Write when sniffing.
2011-07-22 Rob Pikeexp/template: plain actions with declarations should...
2011-07-21 Roger Peppeexp/template: fix action variable declarations inside...
2011-07-21 Robert Griesemerbig: minor comment adjustments
2011-07-21 Michael T.... big: refine printf formatting and optimize string conve...
2011-07-21 Russ Coxhttp: fix chunking bug during content sniffing
2011-07-21 Russ Coxgc: select functions are no longer special
2011-07-21 Dmitriy Vyukovruntime: faster select
2011-07-21 Russ Coxundo CL 4808044 / 1bd754e69ce7
2011-07-21 Yasuhiro Matsumotohttp: do not parse req.URL for CONNECT
2011-07-21 Dmitriy Vyukovtesting: output benchmark name before executing it
2011-07-21 Dmitriy Vyukovsync: improve Once fast path
2011-07-21 Dmitriy Vyukovruntime: replace centralized ncgocall counter with...
2011-07-21 David Symondshttp: disable sniffer for now.
2011-07-21 Gustavo Niemeyerld: fix freebsd build reverting .interp move
2011-07-21 Michael T.... fmt: handle precision 0 format stings in standard way
2011-07-21 Rob Pikeexp/template: A template can be in one set only.
2011-07-21 Nigel Taohtml: sync html/testdata/webkit with upstream WebKit.
2011-07-21 Nigel Taohtml: parse misnested formatting tags according to...
2011-07-21 Rob Pikegob: send empty but non-nil maps.
2011-07-20 Robert Griesemergodoc: fix zip file directory lookup
2011-07-20 Andrew Balholmhtml: handle character entities without semicolons
2011-07-20 David Symondshttp: sniffing algorithm.
2011-07-20 Mike Solomonio/ioutil: improve performance of ioutil.Discard
2011-07-20 Brad FitzpatrickCONTRIBUTORS: add Mike Solomon (Google CLA)
2011-07-20 Brad Fitzpatrickos: point readers at the exec package
2011-07-20 Dmitriy Vyukovruntime: apply minor tweaks to channels
2011-07-20 Dmitriy Vyukovruntime: improve performance of sync channels
2011-07-20 Gustavo Niemeyerld: remove overlap of ELF sections on dynamic binaries
2011-07-20 Russ Coxnet/textproto: fix build
2011-07-20 Russ Coxnet/textproto: avoid 1 copy in ReadLine, ReadContinuedLine
2011-07-20 Marcel van... exp/norm: API for normalization library.
2011-07-20 Andrew Gerrandgobuilder: goinstall with -dashboard=false instead...
2011-07-20 Andrew Gerrandtag weekly.2011-07-19
2011-07-20 Andrew Gerrandweekly.2011-07-19 weekly.2011-07-19
2011-07-20 Andrew Gerrandmisc/dashboard: center align build results
2011-07-19 Rob Pikesync/atomic: delete workaround
2011-07-19 Robert Griesemergodoc: implement http.FileSystem for zip files
2011-07-19 Lucio De Reruntime: make goc2c build on Plan 9
2011-07-19 Russ Coxruntime: faster entersyscall, exitsyscall
2011-07-19 Wei Guangjingcgo: windows amd64 port
2011-07-19 Dmitriy Vyukovsync/atomic: fix LoadInt32 on ARM
2011-07-19 Rob Pikesync/atomic: attempt to get the arm build green.
2011-07-19 Tarmigan Caseboltgoinstall, dashboard: Google Code now supports git
2011-07-19 Rob Pike5l: fix arm linker bug introduced by 4742041
2011-07-19 Andrew Gerranddoc/talks/io2010: handle the errors
2011-07-19 Alex Brainmango/build: fixes for windows paths
2011-07-19 Robert Griesemerarchive/zip: support functions to get modified time...
2011-07-19 Alex Brainmanexp/wingui: make sure it builds again
2011-07-19 Rob Pikegif: fix local color map and coordinates
2011-07-19 Andrew Gerranddashboard: list "most installed this week" with rolling...
2011-07-19 Robert Griesemertime: typo in documentation
2011-07-18 Hector Churuntime: fix select pass 3
2011-07-18 Russ Coxruntime: track running goroutine count
2011-07-18 Dmitriy Vyukovruntime: add per-M caches for MemStats
2011-07-18 Dmitriy Vyukovruntime: add per-M caches for MemStats
2011-07-18 Ian Lance Taylordebug/proc: Remove.
2011-07-18 Dmitriy Vyukovsync: add fast paths to WaitGroup
2011-07-18 Russ Cox5l: assume Linux binary, not Plan 9
2011-07-18 Brad Fitzpatrickhttp: let FileServer work when path doesn't begin with...
2011-07-18 Russ Coxld: allow seek within write buffer
2011-07-18 Albert Strasheimsyscall: Parse and encode SCM_RIGHTS and SCM_CREDENTIALS.
2011-07-18 Dmitriy Vyukovruntime: fix data race in Plan9 sysalloc
2011-07-18 Brad Fitzpatrickcgo: add missing semicolon in generated struct
2011-07-18 Dave Cheneygc: fix silent sign truncation in pgen.c
2011-07-18 Rob Pikeexp/template: dig into empty interfaces so a struct...
2011-07-18 Andrew Gerranddoc: fix padding on h1 tags
2011-07-18 Alex Brainmanpath/filepath: fixes for windows paths
2011-07-18 Nigel Taoruntime: fix panic for make(chan [0]byte).
2011-07-18 David Symondshttp: drain the pipe output in TestHandlerPanic to...
2011-07-18 Rob Pikefmt: fix a couple of documentation glitches.
2011-07-18 Rob Pikereflect: panic if Method index is out of range for...
2011-07-18 Rob Pike5c: attempt to fix build by silencing warnings about...
2011-07-18 Quan Yong Zhaigob: minor cleanup
2011-07-18 Rob Pikefmt: Scan(&int) was mishandling a lone zero.
2011-07-17 Lucio De Recmd/5l/Makefile: directory prefix nit, "../5l/" is...
2011-07-17 Brad Fitzpatrickhttp: make tests quiet, fixing a test race
2011-07-17 Brad Fitzpatricklog: more locking
2011-07-17 Rob Pikeexp/templates: variable scope persists until "end".
2011-07-17 Rob Pikeexp/template: allow declaration of variables only insid...
2011-07-15 Russ Coxhttp: fixes for sniffing
2011-07-15 Lucio De Re6a, 6c, 6l: fix for Plan 9 build
2011-07-15 Lucio De Re5a, 5c, 5l: fix for Plan 9 build
2011-07-15 Lucio De Re8l: nits
2011-07-15 Dmitriy Vyukovruntime: native xadd for 386/amd64
2011-07-15 Luuk van Dijkgc: some enhancements to printing debug info.
next