]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-06-29 Andrew Gerrandtag release.r58
2011-06-29 Andrew Gerranddocument release.r58
2011-06-29 Alex Brainmanrun.bash: small fix
2011-06-29 Andrew Balholmhttp: make NewChunkedReader public
2011-06-29 Brad FitzpatrickC+A: add Andy Balholm
2011-06-29 Russ Coxtesting: make ResetTimer not start/stop the timer
2011-06-29 Russ Coxreflect: support for struct tag use by multiple packages
2011-06-29 Wei Guangjingruntime: windows/amd64 port
2011-06-29 Robert Henckegofix: fixes for os/signal changes
2011-06-29 Rob Pikeregexp: document that Regexp is thread-safe.
2011-06-29 Rob Pikeexp/template: boolean constants
2011-06-29 Russ Coxexp/regexp/syntax: incremental concat, alternate
2011-06-29 Russ Coxcodereview: restrict sync to default branch
2011-06-29 Russ Coxgc: fix package quoting logic
2011-06-29 Rob Pikegob: delete some unused bits from the GobEncoder/GobDec...
2011-06-29 Rob Pikeexp/template: fix build
2011-06-29 Rob Pikeexp/template: use MethodByName, add to build.
2011-06-29 Rob Pikereflect: MethodByName
2011-06-29 Mikio Hararuntime/cgo: fix build
2011-06-28 Gustavo Niemeyerld: fix ELF strip by removing overlap of sections
2011-06-28 Russ Coxcc: broken return is an error, not a warning
2011-06-28 Dmitriy Vyukovruntime: replace Semacquire/Semrelease implementation
2011-06-28 Brad Fitzpatrickfmt: rename errno and error to err for doc consistency
2011-06-28 Albert Strasheimruntime/cgo: check for errors from pthread_create
2011-06-28 Dmitriy Vyukovruntime: add Semacquire/Semrelease benchmarks
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...
next