]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-02-14 Russ Coxtest/run: use correct $PWD to make os.Getwd less expensive
2013-02-14 Russ Coxos: cache Getwd result as hint for next time
2013-02-14 Brad Fitzpatricknet: document OpError
2013-02-14 Volker Doblerexp/cookiejar: implement Cookies and provided tests
2013-02-14 Dmitriy Vyukovruntime: move stack management related code to stack.c
2013-02-14 Dave Cheneynet/textproto: more efficient header parsing
2013-02-14 Robin Eklindarchive/tar: add Header.FileInfo method. Add more cases...
2013-02-14 David Symondssort: use fewer comparisons when choosing pivot.
2013-02-14 Russ Coxcmd/vet: drop column information from error
2013-02-14 Russ Coxruntime: tweak addfinroots to preserve original pointer
2013-02-14 Brad Fitzpatrickdatabase/sql: fix doc references to old package name
2013-02-14 Brad Fitzpatricknet/http: test that we preserve Go 1.0 Request.Write...
2013-02-14 Russ Coxcmd/8c: disable use of prefetch with GO386=387
2013-02-13 Julien Schmidtdatabase/sql: Add an optional Queryer-Interface (like...
2013-02-13 Dave Cheneynet: remove noisy test for issue 3590
2013-02-13 Mikio Haranet: add test for Dial and Listen arguments
2013-02-13 Brad Fitzpatrickio: document and test new CopyN return behavior
2013-02-13 Lucio De Recmd/5l: fix print format
2013-02-13 Brad Fitzpatrickdatabase/sql: add currently-disabled broken test
2013-02-13 Robert Griesemergo/types: adjust gcimporter to actual gc export data
2013-02-13 Dmitriy Vyukovruntime: instrument slicebytetostring for race detection
2013-02-13 Christian Himpelarchive/tar: append a slash when deriving header info...
2013-02-13 David Symondsdoc: adjust indentation in Effective Go commentary...
2013-02-13 Alex Brainmannet: change server_test.go so we could see failure...
2013-02-13 Alan Donovanexp/ssa: add Instruction.Operands and Value.Referrers...
2013-02-13 Robert Griesemergo/types: print, println accept 0 or more arguments
2013-02-13 Alex Brainmanos: do not use hosts file for windows tests
2013-02-12 Alan Donovanexp/ssa: omit Function's package name when printing...
2013-02-12 Shenghou Maencoding/xml: fix htmlAutoClose and its generating...
2013-02-12 Alan Donovantest: ensure all failing tests exit nonzero.
2013-02-12 Shenghou Mago/build, runtime/cgo: cgo support for NetBSD/ARM
2013-02-12 Shenghou Masync/atomic: support NetBSD/ARM (ARM11 or above)
2013-02-12 Shenghou Masyscall: NetBSD/ARM support
2013-02-12 Shenghou Maruntime: NetBSD/ARM support
2013-02-12 Marcel van... exp/locale/collate: moved low-level collation functionality
2013-02-12 Robert Griesemergo/types: len(((*T)(nil)).X) is const if X is an array
2013-02-12 Alan Donovanexp/ssa: special-case 'range' loops based on type of...
2013-02-11 Alan Donovantest: a number of fixes.
2013-02-11 Rob Pikevet: improve flag handling
2013-02-11 Robin Eklindapi: Update readme.
2013-02-11 Russ Coxsync: add caution about where to call (*WaitGroup).Add
2013-02-11 Russ Coxspec: only require parens around ambiguous conversions
2013-02-11 Russ Coxspec: document fp rounding during explicit constant...
2013-02-11 Russ Coxspec: reject top-level init names
2013-02-11 Andrew Gerrandmisc/dashboard: add missing return value
2013-02-11 Andrew Gerrandcontainer/list: add package example
2013-02-11 Nigel Taoexp/html, exp/html/atom: delete, as they're moving...
2013-02-11 Volker Doblerexp/cookiejar: implementation of SetCookies
2013-02-11 Dave Cheneydoc: update contribute.html
2013-02-11 Shane Hansenarchive/tar: read/write extended pax/gnu tar archives
2013-02-10 Lucio De Recmd/8l/asm.c: Unused function arguments, suppress warnings.
2013-02-10 Dave Cheneydoc: move os specific build instructions to wiki
2013-02-10 Greg Warddoc: link to wiki Projects page instead of old Project...
2013-02-10 Andrew GerrandA+C: Greg Ward (individual CLA)
2013-02-09 Russ Coxspec: clarify that any unsafe.Pointer type is okay...
2013-02-09 Dave Cheneynet/http: more request benchmarks
2013-02-09 Russ Coxspec: clarify that f(g()) requires that g return >...
2013-02-09 Adam Langleycrypto/x509: disable SCG test with system validation.
2013-02-09 Russ Coxtesting: be explicit about use of b.N
2013-02-09 Adam Langleycrypto/x509: allow MS/NS SCG key usage as ServerAuth.
2013-02-09 Shenghou Mabytes: annotate assembly functions with //go:noescape
2013-02-09 Shenghou Malog/syslog: remove socket files after tests
2013-02-08 Mikio Haranet: fix unixgram
2013-02-08 Robert Daniel... cmd/go: indicate that flags unrecognized by 'go test...
2013-02-08 Jan Ziakruntime: precise garbage collection of hashmaps
2013-02-08 Dave Cheneynet/http: add BenchmarkReadRequest
2013-02-08 Péter Surányisyscall: check for invalid characters in Setenv on...
2013-02-08 Kamil Kisielnet/http/httptest: add examples
2013-02-08 Alan Donovanexp/ssa/interp: fix MS Windows breakage.
2013-02-08 Alan Donovanexp/ssa: (#5 of 5): the SSA interpreter and 'ssadump...
2013-02-08 Dmitriy Vyukovruntime/race: deflake tests
2013-02-08 Dmitriy Vyukovruntime: fix integer overflow
2013-02-08 Mikio Haranet: simplify Dial, Listen, ListenPacket and those...
2013-02-08 Mikio Haranet: delete duplicate listenerSockaddr
2013-02-08 Rémy Oudomphengcmd/5g: add missing splitclean.
2013-02-08 Shenghou Maruntime: fix build for Linux/ARM
2013-02-08 Jeremy Schlatterio: Simplify CopyN implementation by delegating to...
2013-02-08 Brad FitzpatrickC: add Jeremy Schlatter (Google CLA)
2013-02-08 Russ Coxcodereview: use hgapplydiff instead of hgpatch
2013-02-08 Russ Coxnet: do not use RLock around Accept
2013-02-08 David Symondscmd/godoc: fix format strings.
2013-02-08 Brad Fitzpatrickbytes: minor optimization to lastIndexFunc
2013-02-07 Russ Coxcmd/8g: add a few missing splitclean
2013-02-07 Ian Lance Taylorcrypto/md5: fix for big-endian processors
2013-02-07 Ian Lance Taylornet: skip TestMulticastListener on Solaris
2013-02-07 Péter Surányios/exec: LookPath on Unix shouldn't look in cwd when...
2013-02-07 Shenghou Macrypto/rc4: naïve ARM assembly implementation
2013-02-07 Ian Lance Taylornet: permit pollster DelFD to return whether to call...
2013-02-06 Gaal Yahassync: improve WaitGroup example by putting the call...
2013-02-06 Ian Lance TaylorCONTRIBUTORS: add Gaal Yahas (Google CLA)
2013-02-06 Albert Strasheimsyscall, net: Fix unix socket autobind on Linux.
2013-02-06 Volker Doblerexp/cookiejar: infrastructure for upcoming implementation
2013-02-06 Shenghou Madoc/articles/error_handling: no more os.Error
2013-02-06 Dmitriy Vyukovruntime/race: switch to explicit race context instead...
2013-02-05 Jeff R. Allenlog/syslog: retry once if write fails
2013-02-05 Shenghou Maruntime: save LR to stack when panicking to handle...
2013-02-05 Shenghou Malib9: fix build for windows
2013-02-05 Ian Lance Taylorexp/inotify: close event channel before file descriptor
2013-02-05 Shenghou Macmd/dist: add -Wstrict-prototypes to CFLAGS and fix...
2013-02-05 Caleb Sparecontainer/heap: fix comment typo in example test
next