summaryrefslogtreecommitdiff
path: root/src/pkg
AgeCommit message (Expand)AuthorFilesLines
2010-02-24path: add MatchRuss Cox3-0/+274
2010-02-24http: fix handling of Close, use Close in http.PostRuss Cox5-11/+68
2010-02-24gofmt: don't print ()'s around function-typed results (not needed anymore)Robert Griesemer9-37/+41
2010-02-24go/printer: use general comment intersperse mechanism everywhereRobert Griesemer5-69/+77
2010-02-23crypto package documentation fixMark Zavislak2-6/+6
2010-02-22runtime: work around Linux kernel bug in futexRuss Cox1-14/+6
2010-02-22net: disable UDP server testRuss Cox1-3/+6
2010-02-22math: add lgamma; in-line special cases of acosh, nextafterCharles L. Dorian5-3/+404
2010-02-23Fix xgb/example.go typo.Nigel Tao1-1/+1
2010-02-22go/printer (gofmt): remove more residue from semicolon transitionRobert Griesemer1-79/+14
2010-02-22http: use RawURL in Request.WritePetar Maymounkov2-5/+8
2010-02-22xml: treat bool as value in UnmarshalMichael Hoisie2-9/+19
2010-02-22http: fix bug in PostPetar Maymounkov1-1/+3
2010-02-22json: fix quoted strings in MarshalSergei Skorobogatov2-29/+85
2010-02-22scanner: match go/scanner and disallow NUL character;Robert Griesemer2-6/+17
2010-02-21http request URI should never be emptyMichael Hoisie1-1/+1
2010-02-19fixed bug in mpconst float multiply by 0.Ken Thompson2-1/+28
2010-02-19websocket: fix binary frame size decodingTimo Savola1-3/+2
2010-02-19go/ast: use a slice instead of a linked list for the list of commentsRobert Griesemer7-42/+38
2010-02-19- removed exp/parser (support for old semicolon syntax)Robert Griesemer14-2352/+24
2010-02-19http: unified body transfer (read & write) logic in http.Request/Response.Petar Maymounkov6-348/+482
2010-02-19http: add Pending method to ServerConn, ClientConnPetar Maymounkov1-1/+19
2010-02-19crypto/x509: support certificate creation.Adam Langley2-2/+280
2010-02-19http: add DumpRequest, DumpResponse, for debuggingPetar Maymounkov2-0/+77
2010-02-18http: persistent connection objectsPetar Maymounkov2-0/+286
2010-02-18http: do not edit Response.ContentLength in Response.WritePetar Maymounkov1-6/+7
2010-02-18combined pchw and embedded into tiny. added section on arm to READMEKai Backman21-142/+58
2010-02-18math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, LdexpCharles L. Dorian13-53/+311
2010-02-18xml: allow unquoted attribute values in non-Strict modeAmrut Joshi2-8/+55
2010-02-18http: avoid server crash on malformed client requestFumitoshi Ukai2-8/+37
2010-02-18exec: add dir argument to Run.Russ Cox2-13/+50
2010-02-18sync: allow to work on armv5Dean Prichard3-1/+55
2010-02-18more complex - constantsKen Thompson1-1/+1
2010-02-17new types complex, complex64 and complex128Ken Thompson1-0/+9
2010-02-17apply gofmt to src and miscRobert Griesemer1-1/+1
2010-02-17gofmt: make sure certain 2-line comments are stableRobert Griesemer3-10/+205
2010-02-18time.Ticker: fix bug arising when all tickers are dead.Rob Pike2-6/+24
2010-02-17Add Src and Over draw operators.Nigel Tao3-63/+95
2010-02-16go/scanner: comply with spec changes (do not allow NUL chars)Robert Griesemer2-16/+24
2010-02-16runtime: fix bug in Caller documentationRuss Cox1-1/+1
2010-02-17The prefix optimization applies only to the first iteration.Rob Pike2-6/+17
2010-02-16syscall: make signature of Umask on OS X, FreeBSD match Linux.Giles Lean6-14/+14
2010-02-16remove assumption that all files belonging to a package are in the same direc...Robert Griesemer4-26/+46
2010-02-16Don't print ()'s around a range clause's expression.Robert Griesemer3-1/+6
2010-02-15Fix printing of named floating point types.Ian Lance Taylor2-4/+65
2010-02-12http: clarify ServeHTTP returnRuss Cox1-0/+5
2010-02-12runtime: dummy gettime for mingw/386.Russ Cox1-0/+9
2010-02-10runtime: delete MHeapMapCache, which is uselessRuss Cox7-133/+33
2010-02-11exp/draw test.Nigel Tao2-1/+89
2010-02-10Added tests for http.Request/Response.Write()Petar Maymounkov2-0/+173