]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2011-06-24 Andrew Gerrandweekly.2011-06-23 weekly.2011-06-23
2011-06-24 Yasuhiro Matsumotoos: fixed PathListSeparator to ';' for windows.
2011-06-24 Brad Fitzpatrickhttp: buffer Request.Write
2011-06-24 Gustavo Niemeyerruntime: don't use twice the memory with grsec-like...
2011-06-24 Andrew Gerrandgoinstall: build with make by default, add -make flag
2011-06-23 Yasuhiro Matsumotomime/multipart: remove newline at top of the multipart.
2011-06-23 Anthony Martinlibmach: fix disassembly of FCMOVcc and FCOMI
2011-06-23 Anthony Martinlibmach: fix tracing on linux (for cov)
2011-06-23 Russ Cox5c: do not use R9 and R10
2011-06-23 Alex Brainmanexec: LookPath should not search %PATH% for files like...
2011-06-23 Rob Pikeexp/template: make -0 be an unsigned int.
2011-06-23 Andrew Gerrandgo/build: include Import objects in Script Inputs
2011-06-22 Yasuhiro Matsumotonet, syscall: interface for windows
2011-06-22 Russ Coxio: clarify Read, ReadAt, Copy, Copyn EOF behavior
2011-06-22 Rob PikeFirst cut at the parser for the new template package.
2011-06-22 Alex Brainmanexec: better error message for windows LookPath
2011-06-22 Nigel Taoimage: basic test for the 16-bits-per-color-channel...
2011-06-22 Ken Rockotsyscall: add tty support to StartProcess
2011-06-22 Russ CoxA+C: Ken Rockot (individual CLA)
2011-06-22 Russ Coxbuild: explain $PWD use
2011-06-22 Dmitriy Vyukovsync: restore GOMAXPROCS during benchmarks
2011-06-22 Gustavo Niemeyerld: don't attempt to build dynamic sections unnecessarily
2011-06-22 Brad FitzpatrickFix Windows build; ErrorString->NewError
2011-06-22 Robert Griesemeros.Error API: don't export os.ErrorString, use os.NewEr...
2011-06-22 Russ Coxgodefs: remove test from build
2011-06-22 Adam Langleycrypto/openpgp: add ElGamal support.
2011-06-21 Lucio De Re8l: more fixes for Plan 9
2011-06-21 Robert Henckenacl, tiny: remove vestiges
2011-06-21 Russ Coxgopprof: update list of memory allocators
2011-06-21 Andrew Gerrandgoinstall: undo 1ad616fb313d (always rebuild...)
2011-06-21 Alex Brainmanbuilder: run make single-threaded on windows
2011-06-21 Andrew Gerrandgoinstall: undo repo peeking code
2011-06-21 Ben LynnEffective Go: supplied missing type in variadic functio...
2011-06-20 Mikio Harasyscall: add socket control message support for darwin...
2011-06-20 Rob Pikefmt: catch panics from calls to String etc.
2011-06-20 Russ Coxall-qemu.bash: cannot test go/build
2011-06-20 Brad Fitzpatrickhttp: write Header keys with empty values
2011-06-20 Brad Fitzpatrickhttp: permit handlers to explicitly remove the Date...
2011-06-20 Graham Milleros: change Waitmsg String method to use pointer receiver
2011-06-20 Brad Fitzpatrickhttp: add Server.ListenAndServeTLS
2011-06-20 Mikio Harasyscall: add LSF support for linux
2011-06-20 Robert Henckecodereview.py: note that hg change -d abandons a change...
2011-06-20 Anthony Martin5g, 6g, 8g: fix comments in method call generation
2011-06-20 Anthony Martin5g, 5l: fix more set but not used warnings
2011-06-20 Russ Coxtest: test of goto restrictions
2011-06-20 Brad Fitzpatrickhttp: fix req.Cookie(name) with cookies in one header
2011-06-20 Pascal S. de... mime: fix RFC references
2011-06-20 Anthony Martinbuild: exclude packages that fail on Plan 9 (for now)
2011-06-20 Andrew Gerrandgoinstall: update doc.go
2011-06-20 Yasuhiro Matsumotomisc/godashboard: Accept sub-directories for goinstall...
2011-06-20 Andrew Gerrandgoinstall: s/vlogf/printf/
2011-06-20 Andrew Gerrandgoinstall: wait for all commands to finish instead...
2011-06-20 Anthony Martinexec: add support for Plan 9
2011-06-20 Julian Phillipsgoinstall: Add support for arbitary code repositories
2011-06-20 Rob Pikedoc/GoCourseDay1: shrink the PDF by rewriting it using...
2011-06-20 Robert Henckegodefs: rudimentary tests
2011-06-20 Rob Pike8a: delete dreg l.s
2011-06-19 Anthony Martintime: add support for Plan 9
2011-06-19 Andrew GerrandA+C: add Julian Phillips
2011-06-19 Rob PikeMake.ccmd: another build fix.
2011-06-19 Rob PikeMake.ccmd: fix build - libraries in wrong order.
2011-06-19 Dave Cheneycc: nit: silence comment warnings
2011-06-19 Joe PoirierMake.ccmd: link with mach lib,
2011-06-19 Andrew Gerranddoc/faq: remove misleading FAQ entry
2011-06-18 Andrew Gerrandgoinstall: always rebuild a package after its dependenc...
2011-06-18 Scott Lawrencehttp: fix documentation typo
2011-06-18 Andrew Gerranddoc/faq: add question about converting from []T to...
2011-06-17 Russ Coxsyscall: fix build for Sizeof change
2011-06-17 Russ Coxgc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof...
2011-06-17 Russ Cox5g, 8g: fix build
2011-06-17 Russ Coxgc: implement goto restriction
2011-06-17 Russ Coxgc: descriptive panic for nil pointer -> value method...
2011-06-17 Russ Coxspec: disallow goto into blocks
2011-06-17 Russ Coxrespect goto restrictions
2011-06-17 Alex Brainmango/build: use back quotes for regular expression
2011-06-17 Alex Brainman8l: minor fix discovered by lucio
2011-06-17 Andrew Gerrandtag weekly.2011-06-16
2011-06-17 Andrew Gerrandweekly.2011-06-16 weekly.2011-06-16
2011-06-17 Andrew Gerrandgoinstall, go/build: support building cgo packages
2011-06-17 Nigel Taodoc/effective_go: add a note about prefixing error...
2011-06-17 Nigel Taoregexp: add a package prefix to error strings.
2011-06-17 Alex Brainmancgo: make file path work for windows
2011-06-16 Brad Fitzpatrickhttp: document http client/transport thread safety
2011-06-16 Russ Coxunicode: add case folding tables
2011-06-16 Brad Fitzpatrickhttp: make Headers be source of truth
2011-06-16 Volker Doblerxml: allow attributes without value in non-strict mode.
2011-06-16 Russ CoxA+C: Volker Dobler (individual CLA)
2011-06-16 Brad Fitzpatrickmime/multipart: convert Reader from interface to struct
2011-06-16 Russ Coxruntime/cgo: fix for OS X 10.7
2011-06-16 Rob Pikesort: change the name of Float64Array to Float64Slice.
2011-06-16 Russ Coxtag release = release.r57.2
2011-06-16 Russ Coxtag release.r57.2
2011-06-16 Rob Pikedocs/GoCourseDay1.pdf: fix error in operator table.
2011-06-16 Russ Coxdoc: document r57.2
2011-06-16 Russ Cox6g, 8g: fix goto fix
2011-06-16 Robert Griesemergo/printer, gofmt: print "select {}" on one line
2011-06-16 Russ Coxgc: work around goto bug
2011-06-16 Russ Coxbuild: use awk instead of giant egrep regexp
2011-06-16 Dave Cheneygo/build: support building cgo packages on non intel...
2011-06-16 Nigel Taoimage/draw: add an Op argument to Draw.
next