]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2010-10-21 Andrew Gerrandrelease.2010-10-20 weekly.2010-10-20
2010-10-20 Fazlul Shahriargoinstall: fix documentation typo
2010-10-20 Andrew Gerrandbuild: add gobuilder and goplay to run.bash
2010-10-20 Yasuhiro Matsumotoos: correct Stat S_ISDIR on Windows
2010-10-20 Russ Cox5l: two stack split bugs in one day
2010-10-20 Russ Coxencoding/hex: fix typo
2010-10-20 Russ Coxgc: select receive with implicit conversion
2010-10-20 Ken Thompsoncode gen error for *(complex)++
2010-10-20 Russ Coxruntime: don't let select split stack
2010-10-20 Russ Coxarm: fix typo in softfloat
2010-10-20 Russ Cox6l: correct logic for morestack choice
2010-10-20 Russ Coxarm: more tests pass
2010-10-20 Russ Coxsyscall/arm: correct 64-bit system call arguments
2010-10-20 Russ Cox6g: avoid too-large immediate constants
2010-10-20 Rob Pikereflect: add InterfaceValue.Get to enable setting of...
2010-10-20 Rob Pikegob: break documentation into a separate doc.go file
2010-10-20 Russ Coxhttp: do not close connection after sending HTTP/1...
2010-10-20 Alex Brainman8l: fix windows build
2010-10-19 Yasuhiro Matsumotoos: change TestForkExec so it can run on windows
2010-10-19 Nigel Taonntp: remove nntp package from the standard library.
2010-10-19 Russ Cox8l: fix references to INITDAT in windows pe.c
2010-10-19 Russ Cox5l, 6l, 8l: link pclntab and symtab as ordinary rodata...
2010-10-19 Russ Cox5l, 6l, 8l: separate pass to fix addresses
2010-10-19 Luuk van Dijk[68]l: expose genasmsym.
2010-10-19 Yasuhiro Matsumotogoplay: fix to run under windows.
2010-10-18 Andrew GerrandA+C: Yasuhiro Matsumoto
2010-10-18 Rob Pikefix bug in example. need to convert Value to float...
2010-10-18 Andrew Gerrandgc: update usage string in doc.go
2010-10-18 Rob Pikenetchan: add new method Hangup to terminate transmissio...
2010-10-18 Florian Uekermannbig: add random number generation
2010-10-18 Russ CoxA+C: Florian Ukermann (individual CLA)
2010-10-18 Russ Cox5l: handle jump to middle of floating point sequence
2010-10-18 Russ Coxruntime: fix arm softfloat again for R12
2010-10-18 Russ Coxruntime: fix amd64 build (broke by 386 support for...
2010-10-18 Yuval Pavel... 8l, runtime: initial support for Plan 9
2010-10-18 Russ Coxruntime: update arm softfloat - no more R12
2010-10-18 Russ CoxA+C: Yuval Pavel Zholkover (individual CLA)
2010-10-18 Russ Coxgc: say that shift must be unsigned integer
2010-10-18 Russ Cox5l: data-relocatable code layout
2010-10-17 Luuk van Dijk[68]l: proper end of instruction ranges in dwarf.
2010-10-17 Luuk van Dijk[68]l: fix off by one instruction in dwarf frame unwinding.
2010-10-17 Rob Pikelog: update the documentation to clarify the behavior
2010-10-17 Russ Cox5l: stop using R12 as SB
2010-10-16 Wei Guangjing8l: fix windows build.
2010-10-16 Russ Cox8l: function at a time code layout
2010-10-15 Rob Pikelog: roll back the rollback of the deprecation of the...
2010-10-15 Russ Cox8l: blind attempt to fix windows build
2010-10-15 Luuk van Dijkgc: keep track of real actual type of identifiers.
2010-10-15 Russ Cox6l: function at a time code layout
2010-10-15 Russ Cox6l, 8l: avoid recursion in asmandsz
2010-10-15 Russ Cox5l, 6l, 8l: accumulate data image during import
2010-10-15 Andrew Gerrandtag release.2010-10-13.1
2010-10-15 Andrew Gerrandrelease.2010-10-13.1 weekly.2010-10-13.1
2010-10-15 Rob Pikelog: roll back deprecation of old API to apply fix...
2010-10-15 Andrew Gerrandlog: fix custom output bug
2010-10-14 Russ Coxarm: enable 6 more tests after net fix
2010-10-14 Russ Coxsyscall: fix arm networking
2010-10-14 Rob Pikelog: delete deprecated functionality
2010-10-14 Russ Coxarm: adjust recover for new reflect.call
2010-10-14 Andrew Gerranddoc: add The Expressiveness of Go talk to docs.html
2010-10-14 Andrew Gerrandtag release.2010-10-13
2010-10-14 Andrew Gerrandrelease.2010-10-13 weekly.2010-10-13
2010-10-14 Andrew Gerrandmisc: add goplay
2010-10-14 Evan Shawsmtp: new package
2010-10-14 Rob Pikebufio: bulletproof UnreadRune
2010-10-13 Russ Coxarm: enable 8 more packages
2010-10-13 Ken Thompsonfix arm bug in reflect.call
2010-10-13 Russ Coxvarious: avoid %ld etc
2010-10-13 Russ Cox5l, 6l, 8l: first pass cleanup
2010-10-13 Russ Cox5l, 6l, 8l: indent, outdent
2010-10-13 Rob Pikelog: fix out-of-date package comment
2010-10-13 Andrew Gerrandruntime: remove done TODO from SetFinalizer
2010-10-13 Nigel Taoimage: add an offset to Tiled.
2010-10-13 Rob Pikelog: reduce allocations
2010-10-12 Rob PikeEffective Go: update examples to use new logging interface.
2010-10-12 Andrew Gerranddoc: add Sydney University video, fix hlint warnings
2010-10-12 Roger Peppenetchan: export before import when testing.
2010-10-12 Jim McGrath6l: work with OS X nm/otool
2010-10-12 Rob Pikelog: new interface
2010-10-12 Russ Coxarm: fix syscall build again
2010-10-12 Russ Coxarm: regenerate ztypes_linux_arm.go (fix build)
2010-10-12 Mikio Harasyscall: add sockaddr_ll support for linux/386, linux...
2010-10-12 Wei Guangjingsyscall: implement WaitStatus and Wait4() for windows
2010-10-12 Russ Coxarm: fix build
2010-10-12 Nigel Taoimage: another build fix regarding ColorImage.
2010-10-12 Nigel Taoexp/draw: unbreak build.
2010-10-12 Nigel Taoimage: add image.Tiled type, the Go equivalent of Plan9...
2010-10-12 Eric ClarkMake.cmd: remove $(OFILES)
2010-10-12 Russ Coxexp/iterable: delete
2010-10-12 Andrew Gerrandbuild: fix darwin/386 build
2010-10-11 Russ Coxld: be less picky about bad line number info
2010-10-11 Rob Pikenew command gotry.
2010-10-11 Roger Peppenetchan: zero out request to ensure correct gob decoding.
2010-10-11 Jim McGrath6l: correct offset for __nl_symbol_ptr in Mach-O.
2010-10-11 Jim McGrath6l: fix Mach-O LC_RPATH
2010-10-11 Russ CoxA+C: Jim McGrath (individual CLA)
2010-10-11 Sam Thorogoodexpvar: add (*Int).Set
2010-10-11 Russ CoxCONTRIBUTORS: link sam.thorogood@gmail.com for code...
2010-10-11 Adam Langley crypto/tls: make SetReadTimeout work.
2010-10-11 Adam Langley crypto/tls: better error messages for certificate...
next