]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-09-28 Russ Coxjson: do not write to unexported fields
2010-09-28 Russ Coxgc: fix reflect table method receiver
2010-09-28 Russ Coxvarious: appease the ubuntu gcc monster
2010-09-28 Russ Coxgc: insert semicolon at EOF if needed
2010-09-28 Charles L.... math: Fix off-by-one error in Ilogb and Logb.
2010-09-28 Robert Griesemergo_spec: EOF may insert a semicolon
2010-09-28 Brad Fitzpatrickhttp: support HTTP/1.0 Keep-Alive
2010-09-28 Russ Coxhttp: correct escaping of different parts of URL
2010-09-27 Robert Griesemergofmt: stability improvement
2010-09-27 Robert Griesemergo/scanner: treat EOF like a newline for purposes of...
2010-09-27 Rob Pikeutf8.String: provide an Init method to avoid unnecessar...
2010-09-27 Russ Coxgc: eliminate duplicates in method table
2010-09-27 Russ Coxgc: fix non-canonical import error message
2010-09-27 Russ Coxruntime: correct stats in SysFree
2010-09-27 Russ Coxgc: allow select case expr = <-c
2010-09-27 Balazs Leczsyscall: add inotify on Linux
2010-09-27 Russ CoxCONTRIBUTORS: add Balazs Lecz (Google CLA)
2010-09-27 Wei Guangjinglibcgo: set g, m in thread local storage for windows...
2010-09-27 Alex Brainmansyscall: fix windows value of IPV6_V6ONLY
2010-09-27 Andrew Gerrandbytes: fix typo in AddByte comment
2010-09-25 Alex Brainmansyscall: add IPPROTO_IPV6 and IPV6_V6ONLY const to...
2010-09-25 Ian Lance Taylortest: Add test which causes incorrect error from gccgo.
2010-09-24 Rob Pikeutf8.String: Slice(i,j)
2010-09-24 Russ Coxgc: improve error message for x \= 0
2010-09-24 Robert Griesemergo spec: ... changes
2010-09-24 Rob Pikeutf8: Add new type String to automate string indexing...
2010-09-24 Russ Coxnet: enable v4-over-v6 on ip sockets
2010-09-24 Russ Coxnet: fix crash in DialIP
2010-09-24 Robert Griesemergofmt: don't substitute invalid positions with valid...
2010-09-24 Russ Coxsyscall: rebuild z files
2010-09-24 Russ Coxsyscall: fix socketpair in syscall_bsd
2010-09-24 Russ Coxsyscall: work harder to avoid doing this ever again
2010-09-24 Russ Coxsyscall: fix mkall.sh for nacl
2010-09-24 Russ Coxsyscall: fix permissions on mksysnum_nacl.sh
2010-09-24 Russ Coxmkall.sh, mkerrors.sh: work more broadly
2010-09-24 Russ Coxdebug/proc: ... changes (fix build)
2010-09-24 Russ Coxcrypto/ocsp: update for asn1 change (fix build)
2010-09-24 Russ Coxasn1: make interface consistent with json
2010-09-24 Russ Coxgc: printing of ...
2010-09-24 Dan Sinclairxml: Allow entities inside CDATA tags
2010-09-24 Russ Cox... changes
2010-09-24 Russ Coxgc: ... changes
2010-09-24 Russ Coxbuild: use full path when compiling libraries
2010-09-24 Russ Coxruntime: fix unwindstack crash
2010-09-24 Rob Pikebufio.UnreadRune: fix bug at EOF
2010-09-24 Nigel Taoexp/draw: remove "this isn't ready yet" comments.
2010-09-24 Peter Mundyos: check for valid arguments in windows Readdir
2010-09-24 Russ Coxhtml: disable print
2010-09-24 Russ Coxnacl: update instructions for new SDK
2010-09-24 Rob Pikefmt/Printf: document and tweak error messages produced...
2010-09-24 Nigel Taoexp/spacewar: fix build.
2010-09-23 Robert Griesemergofmt: preserve syntactically relevant blanks between...
2010-09-23 Robert Griesemergofmt: don't remove syntactically relevant blank in...
2010-09-23 Russ Coxio/ioutil: use _test not _obj in test
2010-09-23 Roger Peppebytes, strings: change lastIndexFunc to use DecodeLastRune
2010-09-23 Roger Peppeutf8: add DecodeLastRune and DecodeLastRuneInString to
2010-09-23 Rob Piketests: fix prints
2010-09-23 Alex Brainmansyscall: implement windows version of Utimes()
2010-09-23 Andrew Gerrandtag release.2010-09-22
2010-09-23 Andrew Gerrandrelease.2010-09-22 weekly.2010-09-22
2010-09-23 Nigel Taonetchan: fix comment typo.
2010-09-23 Roger Peppeexp/draw: add Point.Eq, Point.Mul, Point.Div, Rectangle...
2010-09-23 Andrew Gerrandhttp: fix redirect test for international users
2010-09-22 Russ Coxbuild: add missing files for arm changes
2010-09-22 Ian Lance Taylorhttp: Change redirect test URL, as the old one now...
2010-09-22 Robert Griesemergofmt: support for ... after actual arguments
2010-09-22 Robert Griesemersuffixarray: cleanup per suggestion from Roger Peppe
2010-09-22 Andrew Gerrandhttp: don't always escape all reserved chars (fix build)
2010-09-22 Andrew Gerrandhttp: escape _all_ reserved characters as per the RFC
2010-09-22 Robert Griesemersuffixarray: a package for creating suffixarray-based...
2010-09-22 Anthony Martinfmt: support '*' for width or precision
2010-09-22 Russ Coxbuild: make all.bash run on Ubuntu ARM
2010-09-22 Andrew Gerrandmisc/dashboard/builder: -cmd for user-specified build...
2010-09-22 Alex Brainmanos: make Open() O_APPEND flag work on windows
2010-09-22 Roger Peppestrings: fix minor bug in LastIndexFunc
2010-09-22 Russ Coxbuild: fixes for native arm build
2010-09-22 Russ Coxcgo: bug fixes
2010-09-22 Nigel Taoexp/4s, exp/nacl/av: sync to recent exp/draw changes.
2010-09-22 Andrew Gerrandmisc/dashboard/builder: fix bug that caused old revisio...
2010-09-22 Andrew Gerranddoc: variable-width layout
2010-09-21 Ian Lance Taylorsyscall: Use vsyscall for syscall.Gettimeofday and...
2010-09-21 Rob Pikeregexp: delete Iter methods
2010-09-21 Andrew Gerrandmisc/dashboard/builder: fixes and improvements
2010-09-21 Alex Brainmanenv.bash: fix building in directory with spaces in...
2010-09-21 Nigel Taoexp/nacl/av: update color to max out at 1<<16-1 instead...
2010-09-20 Robert Griesemergodoc: default filter file name should be ""
2010-09-20 Ken Thompsonloader fix
2010-09-20 Joe Poirierdoc: fix typo in go_spec.html
2010-09-20 Luuk van Dijk6l/8l: emit DWARF frame info.
2010-09-20 Adam Langleycrypto/x509, crypto/tls: improve root matching and...
2010-09-20 Adam LangleyFix certificate validation.
2010-09-20 Rob Pikenetchan: fix unimportant typo in test error call.
2010-09-20 Rob Pikenetchan: provide a method (Importer.Errors()) to recove...
2010-09-20 Alex BrainmanMake.inc: make GOOS detection work on windows
2010-09-20 Russ Coxsyscall: fix NaCl
2010-09-20 Russ Coxtest: fix NaCl build
2010-09-20 Russ Coxruntime: better panic for send to nil channel
2010-09-20 Russ Coxnacl: fix zero-length writes
2010-09-20 Russ Cox6l, 8l: clean up ELF code, fix NaCl
2010-09-20 Nigel Taoexp/draw/x11: mouse location is a signed integer.
next