1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:21:21 -06:00
go/src/pkg
Adam Langley 054516338a asn1: extensions needed for parsing Kerberos
* Adds support for GENERAL STRING
* Adds support for APPLICATION tagged values.
* Add UnmarshalWithParams to set parameters for the top-level
  structure

R=golang-dev, rsc1, r
CC=golang-dev
https://golang.org/cl/4291075
2011-03-29 10:33:47 -04:00
..
archive testing: shorten some more tests 2011-03-26 11:25:22 -07:00
asn1 asn1: extensions needed for parsing Kerberos 2011-03-29 10:33:47 -04:00
big testing: shorten some more tests 2011-03-26 11:25:22 -07:00
bufio testing: fix build 2011-03-16 10:12:25 -07:00
bytes bytes, strings: simplify Join 2011-03-29 01:27:38 -04:00
cmath delete float, complex - code changes 2011-01-19 23:09:00 -05:00
compress compress/lzw: benchmark a range of input sizes. 2011-03-09 16:32:02 +11:00
container testing: shorten some more tests 2011-03-26 11:25:22 -07:00
crypto net: drop laddr from Dial, cname from LookupHost; new functions 2011-03-28 23:28:42 -04:00
debug debug/proc: fix build 2011-03-15 19:39:50 -04:00
ebnf go/scanner: return literal as string instead of []byte 2011-03-28 16:44:28 -07:00
encoding encoding/line: fix line returned after EOF 2011-02-15 09:52:20 -05:00
exec syscall: StartProcess fixes for windows 2011-03-24 11:20:28 +11:00
exp update tree for package net changes 2011-03-28 23:28:53 -04:00
expvar http: change ResponseWriter.SetHeader(k,v) to Header() accessor 2011-03-09 09:41:01 -08:00
flag flag: fix error in documentation example. 2011-03-25 11:28:31 -07:00
fmt testing: shorten some more tests 2011-03-26 11:25:22 -07:00
go go/printer, gofmt: rely on existing line breaks when formatting expression lists 2011-03-28 18:48:52 -07:00
gob gob: trivial cleanup 2011-03-25 20:45:21 -07:00
hash hash: new FNV-1a implementation 2011-03-07 11:11:21 -05:00
html html: small documentation fix. 2011-02-18 10:35:49 +11:00
http update tree for package net changes 2011-03-28 23:28:53 -04:00
image testing: shorten some more tests 2011-03-26 11:25:22 -07:00
index/suffixarray suffixarray: fix construction bug 2011-01-31 13:13:02 -08:00
io ioutil: add NopCloser 2011-03-12 16:05:07 -08:00
json testing: shorten some more tests 2011-03-26 11:25:22 -07: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 mime/multipart: switch from map to MIMEHeader 2011-03-06 15:12:03 -08:00
net net: implement non-blocking connect 2011-03-28 23:40:01 -04:00
netchan update tree for package net changes 2011-03-28 23:28:53 -04:00
os syscall: StartProcess fixes for windows 2011-03-24 11:20:28 +11:00
patch gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
path path/filepath: fix TestEvalSymlinks when run under symlinked GOROOT 2011-03-21 11:24:48 +11:00
rand delete float, complex - code changes 2011-01-19 23:09:00 -05:00
reflect go code: replace closed(c) with x, ok := <-c 2011-03-11 14:47:44 -05:00
regexp regexp: add support for matching text read from things that implement 2011-02-03 13:58:40 -08:00
rpc update tree for package net changes 2011-03-28 23:28:53 -04:00
runtime runtime: fix gdb support for goroutines. 2011-03-28 17:34:22 +02:00
scanner scanner: fix Position returned by Scan, Pos 2011-01-25 13:32:56 -08:00
smtp update tree for package net changes 2011-03-28 23:28:53 -04:00
sort testing: shorten some tests. 2011-03-25 16:31:10 -07:00
strconv strconv/ftoa: avoid a double shift. (shifts by variables are expensive.) 2011-02-11 16:06:04 -08:00
strings bytes, strings: simplify Join 2011-03-29 01:27:38 -04:00
sync build: add all-qemu.bash, handful of arm fixes 2011-03-27 23:39:42 -04:00
syscall syscall: GetsockoptInt for darwin, freebsd. 2011-03-25 14:43:59 -04:00
syslog update tree for package net changes 2011-03-28 23:28:53 -04:00
tabwriter tabwriter: use append 2010-10-28 21:23:04 -07:00
template remove unused labels 2011-03-15 14:05:07 -04:00
testing testing: shorten some tests. 2011-03-25 16:31:10 -07:00
time time: give a helpful message when we can't set the time zone for testing. 2011-03-21 13:48:31 -07: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: fix the documentation 2011-03-02 19:39:08 -08:00
utf8 testing: shorten some more tests 2011-03-26 11:25:22 -07:00
utf16 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
websocket update tree for package net changes 2011-03-28 23:28:53 -04:00
xml remove unused labels 2011-03-15 14:05:07 -04:00
deps.bash build: add another --no-print-directory 2010-12-16 10:46:25 +11:00
Makefile build: add all-qemu.bash, handful of arm fixes 2011-03-27 23:39:42 -04:00