summaryrefslogtreecommitdiff
path: root/src/pkg
AgeCommit message (Expand)AuthorFilesLines
2009-11-23gofmt -r: documentation and minor fixesRuss Cox1-13/+23
2009-11-23 Fix crash in xml.Unmarshal. Occasionally while running a scrape of some xml ...Vish Subramanian1-1/+1
2009-11-23io.ReadWriter: fix doc comment (ReadWrite -> ReadWriter)Russ Cox1-1/+1
2009-11-23fix bug in prefix code: must stop one character before any potential match of...Rob Pike2-3/+8
2009-11-23Fix doc striing for NewReadLogger.Rob Pike1-2/+2
2009-11-21crypto/tls: add initial client implementation.Adam Langley9-7/+439
2009-11-20gofmt: add -r flag to rewrite source code according to patternRuss Cox1-3/+13
2009-11-20Missed a reference to sc instead of mc in 157065.William Josephson1-1/+1
2009-11-20FreeBSD's mcontext isn't exactly the same as sigcontext, soDevon H. O'Dell5-122/+43
2009-11-20Support for basic try-catch style exception handling.Robert Griesemer4-0/+156
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox112-292/+292
2009-11-20x[y:] for stringsRuss Cox1-0/+18
2009-11-20fix buildRob Pike1-1/+0
2009-11-20slight simplification made possible by the code now processing match statesRob Pike1-4/+3
2009-11-20add unimplemented %+ and % (space) flags to floating-point print.Rob Pike2-11/+37
2009-11-20x[lo:] - gc and runtime.Russ Cox4-54/+45
2009-11-19add a match arena to regexp to avoid generating garbage.Rob Pike2-46/+133
2009-11-19reflect fixesRuss Cox3-1/+12
2009-11-19Map support for template.Execute().James Meneghello2-12/+59
2009-11-19Add json.Marshal to json packageMichael Hoisie2-0/+143
2009-11-19archive/tar: Make Reader and Writer more closely follow io.Reader and io.Writ...Evan Shaw2-2/+2
2009-11-19big: fix arm build - forgot how to spell JMPRuss Cox1-7/+7
2009-11-19two easy optimizations for regexp:Rob Pike2-13/+83
2009-11-19Permit omission of hi bound in slices.Robert Griesemer8-25/+71
2009-11-19Adds benchmark support to gotest.Trevor Strohman4-0/+208
2009-11-19build Make.deps during make.bash insteadRuss Cox1-85/+0
2009-11-19os.ReadAt doesn't return EOF at EOF.Rob Pike1-0/+3
2009-11-19runtime: mask signals during signal handler on OS XRuss Cox2-2/+2
2009-11-18replace custom findByte with bytes.IndexByteRob Pike2-25/+15
2009-11-18big: fix large division.Adam Langley1-13/+19
2009-11-18add bytes.IndexByte; common case we can make fast later.Rob Pike4-17/+96
2009-11-18runtime: fix bug on darwin/amd64 - bad g in bsdthread_startRuss Cox1-2/+2
2009-11-18More FreeBSD-touchups. Thundercats are GOOOOO!Devon H. O'Dell2-8/+8
2009-11-18crypto/x509: RawContents -> RawContentAdam Langley1-1/+1
2009-11-18asn1: add support for RawContentAdam Langley2-1/+46
2009-11-18crypto/x509: add certificate support.Adam Langley2-3/+623
2009-11-18remove bytes.CopyRob Pike19-146/+78
2009-11-18bugs in memmove:Rob Pike3-6/+7
2009-11-18net: remove race condition on Close.Adam Langley1-16/+31
2009-11-18big: implement 386 assembly routinesRuss Cox4-29/+184
2009-11-18Remove unnecessary execute bits.William Josephson14-0/+0
2009-11-18Add an intptr type to runtime; needed in FreeBSDDevon H. O'Dell2-1/+3
2009-11-17FreeBSD/i386 workDevon H. O'Dell16-22/+2447
2009-11-17runtime: add ARM memmoveRuss Cox1-0/+248
2009-11-17copy tweaksRuss Cox5-131/+181
2009-11-17add a test for %+v in nested structures.Rob Pike1-0/+18
2009-11-17runtime: two trivial but important bug fixesRuss Cox2-2/+2
2009-11-17bug in copyKen Thompson1-1/+1
2009-11-17install copy predefinedKen Thompson4-0/+164
2009-11-17crypto/rsa: add PKCS#1 v1.5 signature support.Adam Langley3-0/+179