1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:31:22 -06:00
go/src/pkg
Adam Langley 0bec484e6f crypto/openpgp: add s2k
s2k implements the string-to-key functions for OpenPGP

R=rsc
CC=golang-dev
https://golang.org/cl/3937043
2011-01-20 07:38:34 -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: removed dead code 2010-12-22 08:43:35 +11:00
bytes bytes.Buffer: fix typo in comment (doubled 'to') 2011-01-14 23:00:02 -08:00
cmath delete float, complex - code changes 2011-01-19 23:09:00 -05:00
compress compress/flate: implement Flush 2010-12-14 14:57:12 -05:00
container delete float, complex - code changes 2011-01-19 23:09:00 -05:00
crypto crypto/openpgp: add s2k 2011-01-20 07:38:34 -05:00
debug cgo: add complex float, complex double 2011-01-19 14:30:57 -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 delete float, complex - code changes 2011-01-19 23:09:00 -05:00
exec remove nacl 2010-12-15 11:49:23 -05:00
exp delete float, complex - code changes 2011-01-19 23:09:00 -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 delete float, complex - code changes 2011-01-19 23:09:00 -05:00
go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
gob delete float, complex - code changes 2011-01-19 23:09:00 -05: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 http: support for relative URLs 2011-01-19 15:13:42 -05:00
image use append 2010-10-27 19:47:23 -07:00
index/suffixarray suffixarray: faster creation algorithm 2011-01-11 21:46:50 -08:00
io io: fix Copyn EOF handling 2011-01-05 14:35:13 -05:00
json delete float, complex - code changes 2011-01-19 23:09:00 -05:00
log log: add methods for exit and panic 2011-01-11 09:57:47 -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 net: get tests working to fix windows build 2011-01-20 19:18:04 +11:00
netchan netchan: do not block sends; implement flow control. 2011-01-19 12:28:49 -08:00
os syscall: correct WSTOPPED on OS X 2011-01-18 14:02:41 -05:00
patch gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
path remove nacl 2010-12-15 11:49:23 -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: reject bare ? 2011-01-19 13:47:04 -05:00
rpc rpc: export names in debug service so it works with template changes 2011-01-12 15:23:21 -08:00
runtime delete float, complex - code changes 2011-01-19 23:09:00 -05:00
scanner use copy 2010-10-26 21:52:54 -07: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 delete float, complex - code changes 2011-01-19 23:09:00 -05:00
strings strings: fix description of FieldsFunc 2011-01-04 16:23:29 -08:00
sync sync: small naming fix for armv5 2010-12-07 12:05:00 -05:00
syscall syscall: include all, even duplictate, invented error messages 2011-01-20 21:24:15 +11:00
syslog throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
tabwriter tabwriter: use append 2010-10-28 21:23:04 -07:00
template template: give "unexported" error when accessing an unexported field. 2011-01-12 00:25:17 -08:00
testing delete float, complex - code changes 2011-01-19 23:09:00 -05:00
time time: add AfterFunc to call a function after a given duration. 2011-01-10 11:51:38 -08:00
try gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
unicode throughout: simplify two-variable ranges with unused second variable 2010-12-08 21:36:56 -08:00
unsafe runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08: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 throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
xml delete float, complex - code changes 2011-01-19 23:09:00 -05:00
deps.bash build: add another --no-print-directory 2010-12-16 10:46:25 +11:00
Makefile runtime/debug: new package 2011-01-19 12:28:38 -08:00