]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-07-25 Lucio De Regc: fix mkbuiltin for Plan 9 build
2011-07-25 Wei Guangjingbuild: fixes for mingw-w64
2011-07-25 Wei Guangjingld: don't skip first 2 symbols in ldpe.
2011-07-25 Yuval Pavel... runtime: Plan 9, skip calling runtime·ldt0setup.
2011-07-25 Dmitriy Vyukovruntime: fix compilation of send select cases
2011-07-25 Alex Brainmansyscall: remove unused windows code and comments
2011-07-25 Ian Lance Taylorruntime: remove rnd calls that pass a second argument...
2011-07-24 Russ Coxexp/regexp: implement regexp API using exp/regexp/syntax
2011-07-24 Andrew Gerrandgoinstall: write to goinstall.log in respective GOPATH
2011-07-24 Andrew Balholmunicode: fix doc comment for Range32
2011-07-23 Florian Uekermannsort: fixed bug in (Float64Slice) Less; NaN less than...
2011-07-23 Quan Yong Zhairuntime: replace byte-at-a-time zeroing loop with memclr
2011-07-23 Russ Coxruntime: faster entersyscall/exitsyscall
2011-07-23 Wei Guangjingld: fixes .bss for ldpe
2011-07-23 Rob Pikeexp/template: construct sets from plain template files
2011-07-23 Robert Griesemerfix build: clean up file end in an attempt to fix build
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...
next