]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2010-09-30 Andrew Gerrandrelease.2010-09-29 weekly.2010-09-29
2010-09-30 Andrew Gerranddoc: add to and consolidate non-english doc references
2010-09-30 Stephen Mahttp: fix http handler signature changes previously...
2010-09-30 Stephen Madoc: update http handler usage for new signature
2010-09-30 David Symonds6prof: more accurate usage message.
2010-09-30 Russ Coxbuild: disable archive/zip on arm
2010-09-30 Andrew Gerrandarchive/zip: new package for reading ZIP files
2010-09-30 Andrew Gerrandmisc/dashboard/builder: remove build files after benchm...
2010-09-30 Andrew Gerranddoc: faq updates part one
2010-09-29 Robert Griesemerinstall.html: minor sentence fix
2010-09-29 Russ Cox6l, 8l: fix -K implementation
2010-09-29 Rob PikeEffective Go: update for new http interface.
2010-09-29 Andrew Gerranddoc: consolidate FAQs into a single file, go_faq.html
2010-09-29 Stephen Mahttp: revised http Handler interface
2010-09-29 Russ Coxbuild: clear custom variables like GREP_OPTIONS
2010-09-29 Russ Coxarm: 10 more package tests pass
2010-09-29 Russ Coxgotest: leave _testmain.go for "make clean" to clean up
2010-09-29 Russ Coxlibcgo: don't build for NaCl
2010-09-29 Russ Coxruntime: fix freebsd build
2010-09-29 Ken Thompsonarm code gen error in unsign extend
2010-09-29 Russ Coxruntime: fix build
2010-09-29 Russ Coxruntime: add mmap of null page just in case
2010-09-29 Russ Coxcodereview: fix upload of hg copied file
2010-09-28 Robert Griesemergo spec: clarifications for range clause
2010-09-28 Russ Cox6l, 8l: elfsetstring is only for .shstrtab
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
next