summaryrefslogtreecommitdiff
path: root/src/pkg
Commit message (Expand)AuthorAgeFilesLines
* gc: bug299, bug300Russ Cox2010-08-031-10/+8
* gc: index bounds tests and fixesRuss Cox2010-08-031-6/+6
* strings: fix Split("", "", -1)Scott Lawrence2010-08-032-2/+5
* syscall: make sure go error numbers do not clash with windows system errorsAlex Brainman2010-08-037-143/+457
* image: introduce Gray and Gray16 types, and remove the named colorsNigel Tao2010-08-033-22/+121
* io: consolidate multi_reader and multi_writer into a single file, multi.goRob Pike2010-08-035-75/+56
* image/png: use image-specific methods for checking opacity.Nigel Tao2010-08-021-0/+7
* websocket: fix bug involving spaces in header keysBill Neubauer2010-07-302-8/+24
* runtime: do not fall through in SIGBUS/SIGSEGVRuss Cox2010-07-303-6/+12
* 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
* 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-281-8/+45
* 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
* 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
* syscall: add windows version of Pipe()Wei Guangjing2010-07-263-2/+60
* 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
* 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
* 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
* 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
* bytes: add TitleRob Pike2010-07-202-0/+68
* gobs: fix bug in singleton arraysRob Pike2010-07-202-5/+4
* gofmt: fix some linebreak issuesRobert Griesemer2010-07-208-48/+168
* more soft float support. passes several basic testsKai Backman2010-07-201-15/+197
* strings: add TitleRob Pike2010-07-202-0/+68
* tabwriter: fix a comment to fix godoc outputRobert Griesemer2010-07-191-1/+1
* asn1: Enumerated, Flag and GeneralizedTime support.Adam Langley2010-07-193-104/+115
* time: fix parsing of minutes in time zones.Adam Langley2010-07-192-1/+12
* http/transferWriter: Write body when content length unknownJames Whitehead2010-07-192-0/+17
* linux/386: use Xen-friendly ELF TLS instruction sequenceRuss Cox2010-07-172-4/+32
* utf16: fix cyclic dependency when testing on WindowsPeter Mundy2010-07-171-1/+2
* big: attempt to fix arm buildRuss Cox2010-07-161-0/+5
* Remove unused declaration.Ian Lance Taylor2010-07-161-1/+0