aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2009-06-01- enable scanner to handle illegal chars w/o returning an errorRobert Griesemer
2009-06-01io.ReadFileRobert Griesemer
2009-05-27attach package commentRuss Cox
2009-05-27getrusage on darwin; untested but builds.Russ Cox
2009-05-26Getrusage for linux.David Symonds
2009-05-25Add os.Getpid and os.Getppid.David Symonds
2009-05-24Add exvar.FuncInt for exporting indirect integer variables.David Symonds
2009-05-23If Make.deps is not writable (e.g. in Perforce client and not opened for edit...David Symonds
2009-05-23add crypto/hmac to makefileRob Pike
2009-05-22update Make.depsRuss Cox
2009-05-22typo in hmac commentRuss Cox
2009-05-22Automated g4 rollback of changelist 29302.Russ Cox
2009-05-22simplifying grammar: delete LBASETYPE and LACONSTRuss Cox
2009-05-22add hmac.NewSHA1 and hmac.NewMD5.Russ Cox
2009-05-22simple logging shim reader and writersRuss Cox
2009-05-22move pretty/comment.go into go/doc.Russ Cox
2009-05-22md5 Reset fix; preliminary hmacRuss Cox
2009-05-22- fix regexp once more in doc.go:Robert Griesemer
2009-05-21fix regexp to strip comment markersRobert Griesemer
2009-05-21adjustments for relaxed composite literal syntaxRobert Griesemer
2009-05-21channel direction fixesRuss Cox
2009-05-21related reflect bug: make copies of big valuesRuss Cox
2009-05-21I guess I forgot there was a unary ^ operator.Russ Cox
2009-05-21direct all interface extraction to InterfaceValue.Get.Russ Cox
2009-05-21fix build again; this time for sure.Russ Cox
2009-05-21missed Makefile before; fix buildRuss Cox
2009-05-20hash reorg.Russ Cox
2009-05-20reflect bug: NewZeroValue was refusing to create slices.Russ Cox
2009-05-20more useful error stringRobert Griesemer
2009-05-19build crypto/block.Russ Cox
2009-05-19final AES: CMAC authentication and EAX authenticated encryptionRuss Cox
2009-05-19deps.bash tweak - no need to sort -u the $O files.Russ Cox
2009-05-19Xor-based crypto modes: OFB and CTR stream encryption.Russ Cox
2009-05-19Crypto modes: CBC, CFB, ECB.Russ Cox
2009-05-19testing: add t.Failed() boolRuss Cox
2009-05-18Create dependencies automatically for top-level lib directory.David Symonds
2009-05-18tweaks to exvar.MapBrendan O'Dea
2009-05-18Public AES block interface.Russ Cox
2009-05-18- changed parser to return os.Error, removed ErrorHandlerRobert Griesemer
2009-05-18Getgroups max on Linux is bigger than I thought.Russ Cox
2009-05-18add io.ByteReader.Russ Cox
2009-05-18rewrote initialization to save space.Ken Thompson
2009-05-18move ShortWrite error into io so that other packages can use it.Russ Cox
2009-05-18add Getwd, Fchdir, testsRuss Cox
2009-05-15make Len() == 0 for nil vector.VectorRobert Griesemer
2009-05-15don't require ()'s around composite literals if theRobert Griesemer
2009-05-15s/NewLogger/New/Rob Pike
2009-05-15close TODORuss Cox
2009-05-15implement %#o %#x %#X formatsRob Pike
2009-05-15os: MkdirAll, RemoveAll, Chmod, Chown, Truncate, Getgroups.Russ Cox