1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:31:22 -06:00
go/src/pkg
Adam Langley 364cb831f7 crypto/openpgp/packet: add basic routines
Since nobody suggested major changes to the higher level API, I'm
splitting up the lower level code for review. This is the first of the
changes for the packet reading/writing code.

It deliberately doesn't include a Makefile because the package is
incomplete.

R=bradfitzgo
CC=golang-dev
https://golang.org/cl/4080051
2011-02-03 09:22:40 -05:00
..
archive a few more errors caught by the print checker 2010-12-08 16:25:14 -05:00
asn1 reflect: rename reflect.ArrayCopy to be reflect.Copy. 2010-12-12 20:27:29 +11:00
big throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
bufio bufio: make Flush a no-op when the buffer is empty 2011-01-31 18:54:25 +11:00
bytes bytes: Add Buffer.ReadBytes, Buffer.ReadString 2011-01-27 14:00:31 -08:00
cmath delete float, complex - code changes 2011-01-19 23:09:00 -05:00
compress replace non-blocking send, receive syntax with select 2011-01-31 18:36:28 -05:00
container delete float, complex - code changes 2011-01-19 23:09:00 -05:00
crypto crypto/openpgp/packet: add basic routines 2011-02-03 09:22:40 -05:00
debug cgo: windows/386 port 2011-01-20 10:22:20 -05:00
ebnf go/scanner: Make Init take a *token.File instead of a *token.FileSet. 2011-01-13 17:20:26 -08:00
encoding encoding/line: make it an io.Reader too 2011-01-26 09:59:53 -05:00
exec log: rename Exit* to Fatal* 2011-02-01 12:47:35 -08:00
exp windows: multiple improvements and cleanups 2011-02-01 11:49:24 -05:00
expvar delete float, complex - code changes 2011-01-19 23:09:00 -05:00
flag delete float, complex - code changes 2011-01-19 23:09:00 -05:00
fmt fmt: rename internal interfaces 2011-02-02 15:00:14 -08:00
go go/ast: add missing handling of SendStmt to ast.Walk 2011-02-01 16:57:45 -08:00
gob gob: fix build 2011-01-28 11:07:12 -08:00
hash hash/crc64: fix typo in Sum. 2010-12-22 10:28:22 +11:00
html html: parse "<h1>foo<h2>bar". 2010-12-15 11:39:56 +11:00
http log: rename Exit* to Fatal* 2011-02-01 12:47:35 -08:00
image use append 2010-10-27 19:47:23 -07:00
index/suffixarray suffixarray: fix construction bug 2011-01-31 13:13:02 -08:00
io io: rename interfaces 2011-02-02 13:42:15 -08:00
json json: handle capital floating point exponent (1E100). 2011-01-24 18:10:50 +10:00
log log: rename Exit* to Fatal* 2011-02-01 12:47:35 -08:00
math delete float, complex - code changes 2011-01-19 23:09:00 -05:00
mime gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
net replace non-blocking send, receive syntax with select 2011-01-31 18:36:28 -05:00
netchan go/ast: reflect communication operator changes accurately in ast 2011-02-01 13:47:51 -08:00
os replace non-blocking send, receive syntax with select 2011-01-31 18:36:28 -05:00
patch gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
path replace non-blocking send, receive syntax with select 2011-01-31 18:36:28 -05:00
rand delete float, complex - code changes 2011-01-19 23:09:00 -05:00
reflect delete float, complex - code changes 2011-01-19 23:09:00 -05:00
regexp regexp tests: make some benchmarks more meaningful 2011-02-01 17:48:42 -08:00
rpc log: rename Exit* to Fatal* 2011-02-01 12:47:35 -08:00
runtime build: fix spaces in GOROOT 2011-02-03 00:42:03 -05:00
scanner scanner: fix Position returned by Scan, Pos 2011-01-25 13:32:56 -08:00
smtp smtp: add *tls.Config argument to StartTLS 2010-12-14 12:22:08 -05:00
sort delete float, complex - code changes 2011-01-19 23:09:00 -05:00
strconv gc: correct rounding of denormal constants 2011-02-02 22:36:54 -05:00
strings strings: fix description of FieldsFunc 2011-01-04 16:23:29 -08:00
sync sync: tidy a couple of comments. 2011-02-01 21:29:46 -08:00
syscall windows: syscall: Make ForkExec acquire the ForkLock 2011-02-03 12:50:41 +11:00
syslog log: rename Exit* to Fatal* 2011-02-01 12:47:35 -08:00
tabwriter tabwriter: use append 2010-10-28 21:23:04 -07:00
template template: treat map keys as zero, not non-existent. 2011-01-24 14:12:54 -05:00
testing delete float, complex - code changes 2011-01-19 23:09:00 -05:00
time replace non-blocking send, receive syntax with select 2011-01-31 18:36:28 -05:00
try gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
unicode log: rename Exit* to Fatal* 2011-02-01 12:47:35 -08:00
unsafe unsafe: add missing case to doc for Pointer 2011-01-20 12:50:50 -05:00
utf8 throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
utf16 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
websocket log: rename Exit* to Fatal* 2011-02-01 12:47:35 -08:00
xml io: rename interfaces 2011-02-02 13:42:15 -08:00
deps.bash build: add another --no-print-directory 2010-12-16 10:46:25 +11:00
Makefile crypto: add package. 2011-02-01 11:02:48 -05:00