aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
AgeCommit message (Expand)Author
2010-08-26go/typechecker: 2nd step towards augmenting AST with full type information.Robert Griesemer
2010-08-25build: let pkg/Makefile coordinate building of Go commandsRuss Cox
2010-08-25src/pkg/Makefile: delete use of QUOTED_GOBINMartin Neubauer
2010-08-19crypto/ocsp: add missing MakefileAdam Langley
2010-08-13delete pkg/onceRob Pike
2010-08-10First cut of an HTML tokenizer (and eventually a parser).Nigel Tao
2010-08-06net/textproto: new package, with example net/dictRuss Cox
2010-07-15bignum: delete package - functionality subsumed by package bigRobert Griesemer
2010-07-14mime/multipart and HTTP multipart/form-data supportBrad Fitzpatrick
2010-06-23Build draw/x11. Skip for test.Christopher Wedgwood
2010-06-21pkg/Makefile: allow DISABLE_NET_TESTS=1 to disable network testsRuss Cox
2010-05-21bignum: deprecate by moving into exp directoryRobert Griesemer
2010-05-18fix build - no netchan tests under NaClRuss Cox
2010-05-05pkg/Makefile: add netchan to standard package listRob Pike
2010-04-27rpc/jsonrpc: support for jsonrpc wire encodingRuss Cox
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox
2010-04-13Remove exp/exception as it's no longer relevantChristopher Wedgwood
2010-04-05cmath: new packageCharles L. Dorian
2010-04-04nntp: new package, NNTP clientConrad Meyer
2010-04-01Delete xgb from the main repository. It has moved toNigel Tao
2010-03-24runtime: malloc sampling, pprof interfaceRuss Cox
2010-03-16crypto/rand: new packageRuss Cox
2010-03-16utf16: new packageRuss Cox
2010-03-12hash/crc64: new package implementing 64-bit CRCRuss Cox
2010-03-08crypto/ripemd160: new packageRaif S. Naffah
2010-03-08crypto/sha512: new packageConrad Meyer
2010-02-26crypto/blowfish: new packageRaif S. Naffah
2010-02-19- removed exp/parser (support for old semicolon syntax)Robert Griesemer
2010-02-11exp/draw test.Nigel Tao
2010-02-09mime: new package, use in httpMichael Hoisie
2010-02-09add simple garbage collector benchmarks to dashboardRuss Cox
2010-02-03finalizers; merge package malloc into package runtimeRuss Cox
2010-01-12Light-weight scanner for general use.Robert Griesemer
2010-01-12Add 'bench' target to makefiles.Adam Langley
2010-01-06Fix missing explicit GOBIN in src/pkg/Makefile. Clean up creation ofDevon H. O'Dell
2010-01-05rollback of https://golang.org/cl/181077Russ Cox
2010-01-05Fix missing explicit GOBIN in src/pkg/Makefile. Clean up creation of QUOTED_G...Devon H. O'Dell
2009-12-22Replace container/vector with exp/vector (faster).Robert Griesemer
2009-12-21Experimental alternative implementation of the vector packageJan Mercl
2009-12-17Basic image/jpeg decoder.Nigel Tao
2009-12-15os/signal: new packageDavid Symonds
2009-12-14crypto/sha256: new packageAndy Davis
2009-12-11syslog: new packageYves Junqueira
2009-12-10New flags for gofmt:Robert Griesemer
2009-12-09Added XTEA block cipher package to src/pkg/cryptoAdrian O'Grady
2009-12-04make Native Client support build again,Russ Cox
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike
2009-11-30A first stab at porting the XCB X11 protocol bindings to go.Tor Andersson
2009-11-29Add WebSocket server framework hooked into http.Fumitoshi Ukai
2009-11-24fix weird all.bash failures by running deps.bash before make clean runs in pk...Rob Pike