]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-06-28 Dmitriy Vyukovsync: add fast path to Once
2011-06-28 Rob PikeAdd the beginnings of the template execution code....
2011-06-28 Dmitriy Vyukovsync: replace Mutex benchmarks
2011-06-28 Evan Shawio.WriteString: if the object has a WriteString method...
2011-06-28 Andrew Gerrandbuilder: minor fixes
2011-06-28 Brad Fitzpatrickmime/multipart: parse LF-delimited messages, not just...
2011-06-28 Russ Coxexp/regexp/syntax: case-folding in character classes
2011-06-28 Alex Brainmanruntime: another attempt to allow stdcall to be used...
2011-06-28 Russ Coxcc: add two new #pragma varargck
2011-06-28 Rob Pikeos: simplify WriteString
2011-06-27 Russ Coxexp/regexp/syntax: compiled form
2011-06-27 Rob Pikestrings.Split: make the default to split all.
2011-06-27 Ken Rockotsyscall: support for tty options in StartProcess
2011-06-27 Kyle Lemonsxml: add Marshal and MarshalIndent
2011-06-27 Russ CoxCONTRIBUTORS: update Rietveld address for Kyle Lemons
2011-06-27 Brad Fitzpatrickhttp: respect Handlers setting Connection: close in...
2011-06-27 Russ Coxtesting: scale benchmark precision to 0.01ns if needed
2011-06-27 Russ Coxgc: avoid package name ambiguity in error messages
2011-06-27 Brad Fitzpatrickhttp: add FileSystem interface, make FileServer use it
2011-06-27 Graham Millerbufio: do not cache Read errors
2011-06-27 Dmitriy Vyukovsync: add benchmark for Once.
2011-06-27 Lucio De Re8a: fixes for Plan 9 build
2011-06-27 Anthony Martinld: elide the Go symbol table when using -s
2011-06-27 Russ Coxbuild: use correct list of required programs
2011-06-27 Brad Fitzpatrickhttp: add StripPrefix handler wrapper
2011-06-27 Russ Coxcodereview: make --ignore_hgpatch_failure work again
2011-06-27 Brad Fitzpatrickhttp: do TLS handshake explicitly before copying TLS...
2011-06-27 Dmitriy Vyukovgotest: add -test.benchtime and -test.cpu flags.
2011-06-27 Russ Cox5l, 6l, 8l: drop use of ed during build
2011-06-27 Russ Coxsyscall: regenerate zerrors for darwin/linux/freebsd
2011-06-27 Dmitry Chestnykhcrypto: replace "crypto/block" with "crypto/cipher...
2011-06-26 Robert Henckegofix: fixes for path/filepath changes
2011-06-25 Robert Henckegofix: fixes for sort changes
2011-06-25 Robert Griesemerebnflint: better handling of stdin
2011-06-25 Michael T.... fmt: Added SkipSpace() function to fmt's ScanState...
2011-06-24 Brad Fitzpatrickhttp: better handling of 0-length Request.Body
2011-06-24 Brad Fitzpatrickhttp: assume ContentLength 0 on GET requests
2011-06-24 Pascal S. de... mime: lower-case media type parameters
2011-06-24 Robert Henckeos: remove duplicate package description
2011-06-24 Quan Yong Zhaimisc/emacs: update list of builtins.
2011-06-24 Alex Brainmanpath/filepath: enable TestWalk to run on windows
2011-06-24 Andrew Gerrandtag weekly.2011-06-23
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
next