aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-23netchan: fix comment typo.Nigel Tao
2010-09-23exp/draw: add Point.Eq, Point.Mul, Point.Div, Rectangle.Size methodsRoger Peppe
2010-09-23http: fix redirect test for international usersAndrew Gerrand
2010-09-22http: Change redirect test URL, as the old one now fails.Ian Lance Taylor
2010-09-22gofmt: support for ... after actual argumentsRobert Griesemer
2010-09-22suffixarray: cleanup per suggestion from Roger PeppeRobert Griesemer
2010-09-22http: don't always escape all reserved chars (fix build)Andrew Gerrand
2010-09-22http: escape _all_ reserved characters as per the RFCAndrew Gerrand
2010-09-21suffixarray: a package for creating suffixarray-based indexesRobert Griesemer
2010-09-22fmt: support '*' for width or precisionAnthony Martin
2010-09-22build: make all.bash run on Ubuntu ARMRuss Cox
2010-09-22os: make Open() O_APPEND flag work on windowsAlex Brainman
2010-09-21strings: fix minor bug in LastIndexFuncRoger Peppe
2010-09-21build: fixes for native arm buildRuss Cox
2010-09-21cgo: bug fixesRuss Cox
2010-09-22exp/4s, exp/nacl/av: sync to recent exp/draw changes.Nigel Tao
2010-09-21syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64.Ian Lance Taylor
2010-09-21regexp: delete Iter methodsRob Pike
2010-09-21env.bash: fix building in directory with spaces in the path.Alex Brainman
2010-09-21exp/nacl/av: update color to max out at 1<<16-1 instead of 1<<32-1.Nigel Tao
2010-09-20godoc: default filter file name should be ""Robert Griesemer
2010-09-20loader fixKen Thompson
2010-09-206l/8l: emit DWARF frame info.Luuk van Dijk
2010-09-20crypto/x509, crypto/tls: improve root matching and observe CA flag.Adam Langley
2010-09-20Fix certificate validation.Adam Langley
2010-09-20netchan: fix unimportant typo in test error call.Rob Pike
2010-09-20netchan: provide a method (Importer.Errors()) to recover protocol errors.Rob Pike
2010-09-20Make.inc: make GOOS detection work on windowsAlex Brainman
2010-09-19syscall: fix NaClRuss Cox
2010-09-19runtime: better panic for send to nil channelRuss Cox
2010-09-19nacl: fix zero-length writesRuss Cox
2010-09-196l, 8l: clean up ELF code, fix NaClRuss Cox
2010-09-20exp/draw/x11: mouse location is a signed integer.Nigel Tao
2010-09-20netchan: handle closing of channels.Rob Pike
2010-09-195l: avoid fixed buffers in listRuss Cox
2010-09-20gob: make robust when decoding a struct with non-struct data.Rob Pike
2010-09-18windows: fix netchan test by using 127.0.0.1.Rob Pike
2010-09-18pkg/Makefile: disable netchan test to fix windows buildAlex Brainman
2010-09-17os: make RemoveAll() work on windowsAlex Brainman
2010-09-16fix various commentsRobert Griesemer
2010-09-16add readonly flag to static initializationKen Thompson
2010-09-17netchan: add a cross-connect test.Rob Pike
2010-09-16godoc: show "Last update" info for directory listings.Robert Griesemer
2010-09-16gc: spell debug['u'] correctlyRuss Cox
2010-09-16gc: make sure path names are canonicalRuss Cox
2010-09-16gofmt: add another exception to test casesRobert Griesemer
2010-09-16godoc: don't use quadratic algorithm to filter pathsRobert Griesemer
2010-09-16cgo: show preamble gcc errorsEric Clark
2010-09-16net/dict: parse response correctly + typoFazlul Shahriar
2010-09-16netchan: fix bug for imported send.Rob Pike