aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
AgeCommit message (Expand)Author
2011-02-24crypto/openpgp: add packageAdam Langley
2011-02-23compress/bzip2: add package.Adam Langley
2011-02-23compress/lzw: implement a decoder.Nigel Tao
2011-02-19build: reduce the use of subshells in recursive makeDave Cheney
2011-02-08build: Drop syslog on DISABLE_NET_TESTS=1Gustavo Niemeyer
2011-02-04build: allow clean.bash to work on fresh checkoutRuss Cox
2011-02-01crypto: add package.Adam Langley
2011-01-25crypto/dsa: add support for DSAAdam Langley
2011-01-20encoding/base32: new packageMiek Gieben
2011-01-20cgo: windows/386 portWei Guangjing
2011-01-19runtime/debug: new packageRob Pike
2011-01-11crypto: add twofish packageBerengar Lehr
2011-01-08encoding/line: addAdam Langley
2010-12-15crypto/tls: support CBC ciphersAdam Langley
2010-12-15remove naclRuss Cox
2010-12-13Fix windows build.Wei Guangjing
2010-12-09os/inotify: new packageBalazs Lecz
2010-12-09govet: a new static checker for Go programs.Rob Pike
2010-12-08libcgo: delete (replaced by runtime/cgo)Russ Cox
2010-12-08runtime/cgo: runtime changes for new cgoRuss Cox
2010-11-13exec: enable tests on windowsAlex Brainman
2010-11-12crypto/elliptic: add packageAdam Langley
2010-11-03crypto: add cast5Adam Langley
2010-11-01debug/pe, cgo: add windows supportWei Guangjing
2010-10-28testing: eliminate testing/regexpRob Pike
2010-10-25arm: precise float64 software floating pointRuss Cox
2010-10-26arm: fix signal handlerRuss Cox
2010-10-22arm: 3 more tests passRuss Cox
2010-10-21arm: prop up software floating pointRuss Cox
2010-10-20arm: more tests passRuss Cox
2010-10-20nntp: remove nntp package from the standard library.Nigel Tao
2010-10-14arm: enable 6 more tests after net fixRuss Cox
2010-10-13smtp: new packageEvan Shaw
2010-10-13arm: enable 8 more packagesRuss Cox
2010-10-11exp/iterable: deleteRuss Cox
2010-10-11new command gotry.Rob Pike
2010-10-06build: disable archive/zip for nacl (fix build)Russ Cox
2010-10-05websocket: enable tests on windowsAlex Brainman
2010-10-04os: make tests work on windowsAlex Brainman
2010-10-01arm: enable 9 more package testsRuss Cox
2010-09-29build: disable archive/zip on armRuss Cox
2010-09-30archive/zip: new package for reading ZIP filesAndrew Gerrand
2010-09-28arm: 10 more package tests passRuss Cox
2010-09-21suffixarray: a package for creating suffixarray-based indexesRobert Griesemer
2010-09-22build: make all.bash run on Ubuntu ARMRuss Cox
2010-09-18windows: fix netchan test by using 127.0.0.1.Rob Pike
2010-09-18pkg/Makefile: disable netchan test to fix windows buildAlex Brainman
2010-09-12gc: fix symbol table generation on windowsAlex Brainman
2010-09-12net: disable tests for functions not available on windowsAlex Brainman
2010-09-10windows: disable unimplemented testsJoe Poirier