summaryrefslogtreecommitdiff
path: root/src/pkg
Commit message (Expand)AuthorAgeFilesLines
* exp/ssh: Add Start(cmd string) and Signal(sig string) to Session. Rename Exec...Gustav Paul2011-11-292-10/+58
* crypto/tls: add openbsd root certificate locationJoel Sing2011-11-291-0/+1
* html: spin doctype.go out of parse.go.Nigel Tao2011-11-293-147/+157
* runtime: make sure windows/amd64 stack is 16-byte aligned on syscall entry (f...Alex Brainman2011-11-291-1/+3
* html: detect quirks modeAndrew Balholm2011-11-292-10/+109
* syscall: implement Syscall15Alex Brainman2011-11-294-1/+39
* math: update special-conditions comments to use ? symbolCharles L. Dorian2011-11-286-16/+8
* exp/ssh: move openChan to NewSessionDave Cheney2011-11-282-36/+26
* crypto/tls: don't rely on map iteration order.Adam Langley2011-11-284-22/+33
* text/template: address a couple of issues for html/templateRob Pike2011-11-282-1/+21
* strings: fix test outputChristopher Wedgwood2011-11-281-1/+1
* bytes: fix test outputChristopher Wedgwood2011-11-281-1/+1
* exp/ssh: add safeString error sanitiserDave Cheney2011-11-282-0/+39
* exp/ssh: fix three shift bugs related to packet lengthsDave Cheney2011-11-282-8/+8
* http: fix sniffing bug causing short writesBrad Fitzpatrick2011-11-282-1/+24
* sql: add Tx.Stmt to use an existing prepared stmt in a transactionBrad Fitzpatrick2011-11-282-20/+83
* exp/ssh: fix misleading spelling mistake in commentGustav Paul2011-11-281-2/+2
* filepath/path: fix Rel buffer sizingGustavo Niemeyer2011-11-272-1/+13
* math: fix typo in Log1p commentsCharles L. Dorian2011-11-271-1/+2
* html: parse <nobr> elementsAndrew Balholm2011-11-282-1/+8
* math/big: use recursive subdivision for significant speedupMichael T. Jones2011-11-272-160/+303
* exp/ssh: messages now contain remote channel's id instead of local idGustav Paul2011-11-273-20/+16
* html: ignore <head> tags in <head> elementAndrew Balholm2011-11-272-1/+4
* text/template: rename the method Template.Template to Template.LookupRob Pike2011-11-262-3/+3
* os: fail if Open("") is called on windowsAlex Brainman2011-11-262-0/+11
* exp/sql/driver: Correct package name in comment.Benny Siegert2011-11-251-1/+1
* time: fix timer stopDmitriy Vyukov2011-11-252-3/+26
* html/template: fix documentation indentAndrew Gerrand2011-11-251-6/+6
* text/template: fix bug in CloneRob Pike2011-11-242-5/+18
* strings: Add ContainsAny and ContainsRune to correspond to IndexAny etc.Scott Lawrence2011-11-232-3/+63
* text/template: new, simpler APIRob Pike2011-11-2316-724/+642
* html: ingore newline at the start of a <pre> blockAndrew Balholm2011-11-243-1/+28
* go/ast: trivial cleanup (remove superfluous string conversion)Robert Griesemer2011-11-231-1/+1
* html: parse DOCTYPE into name and public and system identifiersAndrew Balholm2011-11-243-6/+129
* go/printer, gofmt: more performance tweaksRobert Griesemer2011-11-231-98/+99
* fmt: don't check for nil when printing arrays as Go syntax.R?my Oudompheng2011-11-232-3/+15
* crypto/openpgp/packet: fix private key checksumAdam Langley2011-11-231-7/+3
* exp/ssh: add simple tcpip.go functional testsDave Cheney2011-11-231-0/+59
* exp/ssh: remove unused forwarding methods in Server ListenerDave Cheney2011-11-231-13/+3
* go/printer: remove "written" result value - is never usedRobert Griesemer2011-11-223-9/+6
* go/printer, gofmt: 20 to 30% faster gofmtRobert Griesemer2011-11-222-80/+58
* html: on EOF in a comment, ignore final dashes (up to 2)Andrew Balholm2011-11-233-2/+26
* encoding/xml: fix copy bugRuss Cox2011-11-222-2/+5
* allow direct conversion between string and named []byte, []runeRuss Cox2011-11-223-70/+68
* os: make ReadAt comment clearerRuss Cox2011-11-221-2/+2
* html: copy attributes from extra <html> tags to root elementAndrew Balholm2011-11-222-1/+5
* html: ignore whitespace before <head> elementAndrew Balholm2011-11-222-4/+20
* crypto/x509, crypto/tls: support PKCS#8 private keys.Adam Langley2011-11-214-4/+78
* bcrypt: Correct typo in package comment.Benny Siegert2011-11-211-1/+1
* json: speed up encoding, caching reflect callsBrad Fitzpatrick2011-11-211-23/+66