summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* arm: bugfixes (stack clobbering, indices)Kai Backman2010-07-303-53/+76
* misc/builder: support for uploading tarballs to googlecodeAndrew Gerrand2010-07-302-2/+6
* cov and prof: implement windows version (just function stubs and build mods)Joe Poirier2010-07-304-2/+79
* mime: add AddExtensionTypeYuusei Kuwana2010-07-291-1/+21
* scanner: better commentRobert Griesemer2010-07-291-1/+1
* fmt.Print: fix bug in placement of spaces introduced when ...T went in.Rob Pike2010-07-292-5/+25
* runtime: fix bug introduced in revision 4a01b8d28570Alex Brainman2010-07-291-1/+1
* net: implement windows version of LookupHost/Port/SRVWei Guangjing2010-07-296-13/+261
* gc: fix SIGBUSRuss Cox2010-07-281-1/+0
* http: add https client supportFazlul Shahriar2010-07-282-5/+12
* fmt: move comment into doc.go.Rob Pike2010-07-283-126/+133
* io: MultiReader and MultiWriterBrad Fitzpatrick2010-07-285-0/+168
* arm: minor bugfixes.Kai Backman2010-07-282-16/+93
* 5g: fix buildRuss Cox2010-07-275-7/+7
* bufio: fix optimisation testAndrew Gerrand2010-07-271-1/+1
* net: add nil checks to several String methods to avoid panicsAndrew Gerrand2010-07-275-3/+27
* bytes, strings: mention the n < 0 case in Split/SplitAfter doc commentAndrew Gerrand2010-07-272-17/+28
* gc: include signal.h (fix build)Russ Cox2010-07-261-0/+1
* godoc: accept '.', '!', and '?' as end of first sentence of package documenta...Robert Griesemer2010-07-261-7/+7
* gc: more crash avoidanceRuss Cox2010-07-262-0/+10
* 6l: more invalid input filesRuss Cox2010-07-262-10/+13
* gc: graceful exit on seg faultRuss Cox2010-07-261-0/+15
* fmt.Scanf: handle trailing spaces.Rob Pike2010-07-262-12/+19
* runtime: fix goc2c for rename to goc2c and *.gocPeter Mundy2010-07-261-2/+2
* net: TCPConn.SetNoDelay, back by popular demandRuss Cox2010-07-262-1/+18
* godoc: display synopses for all packages that have some kind of documentation.Robert Griesemer2010-07-261-17/+34
* gc: fix smaller-than-pointer-sized receivers in interfacesRuss Cox2010-07-268-18/+39
* gc: import dot shadowing bugRuss Cox2010-07-261-0/+5
* syscall: add windows version of Pipe()Wei Guangjing2010-07-263-2/+60
* prof: fix typo in usage stringAndrew Gerrand2010-07-261-1/+1
* net: fix crashing Read/Write when passed empty slice on windowsAlex Brainman2010-07-261-1/+5
* syscall: improve windows errno handlingAlex Brainman2010-07-263-49/+244
* fix windows Make.cmd:Alex Brainman2010-07-261-4/+4
* syscall: add ForkExec, Syscall12 on WindowsDaniel Theophanes2010-07-2610-5/+356
* runtime/extern.go: clear a small error in a comment.Vinu Rajashekhar2010-07-241-1/+1
* bytes: port IndexFunc and LastIndexFunc from strings packageFazlul Shahriar2010-07-234-77/+177
* libmach: correct handling of .5 files with D_REGREG addressesRuss Cox2010-07-222-3/+4
* fix buildRuss Cox2010-07-221-6/+4
* build: clean.bash to check that GOOS and GOARCH are setAndrew Gerrand2010-07-221-0/+8
* gotest: fix the glob pattern in the top-of-file commentMicah Stetson2010-07-221-2/+2
* ld: various bug fixesRuss Cox2010-07-216-79/+58
* strings.Bytes: fix typo in commentAndrey Mirtchovski2010-07-211-1/+1
* io: Avoid another race condition in pipes.Ian Lance Taylor2010-07-211-0/+17
* syscall: On Windows, Errstr FormatMessage has no values to insert.Peter Mundy2010-07-211-1/+2
* crypto/tls: add client-side SNI support and PeerCertificates.Adam Langley2010-07-214-1/+19
* crypto/ocsp: add package to parse OCSP responses.Adam Langley2010-07-212-0/+300
* arm: fix build by disabling list copying optimization for 5g.Kai Backman2010-07-211-1/+3
* os: change comment on O_APPEND to be more accurateAndrew Gerrand2010-07-211-1/+1
* net(windows): properly handle EOF in (*netFD).Read().Alex Brainman2010-07-201-0/+3
* gc: various bug fixesRuss Cox2010-07-204-17/+70