1
0
mirror of https://github.com/golang/go synced 2024-11-26 20:31:25 -07:00
go/src
Adam Langley dfddd802ac crypto/x509: accept CRLs without an expiry.
RFC5280 says that the nextUpdate field is optional.

Fixes #8085.

R=bradfitz
CC=golang-codereviews
https://golang.org/cl/149770044
2014-09-29 12:26:51 -07:00
..
archive
bufio bufio: fix handling of empty tokens at end of line/file 2014-09-25 12:45:21 -07:00
builtin
bytes cmd/go: fix bytes and net the right way 2014-09-24 19:18:01 -04:00
cmd cmd/ld: close outfile before cleanup 2014-09-29 12:13:22 -07:00
compress
container
crypto crypto/x509: accept CRLs without an expiry. 2014-09-29 12:26:51 -07:00
database/sql database/sql: Close per-tx prepared statements when the associated tx ends 2014-09-22 09:19:27 -04:00
debug debug/dwarf: correct name for clang-generated complex type 2014-09-24 16:53:47 -04:00
encoding encoding/gob: fix 386 build 2014-09-25 17:16:27 -07:00
errors
expvar
flag flag: allow CommandLine's Usage function to be set 2014-09-26 12:33:05 -07:00
fmt fmt: document and fix the handling of precision for strings and byte slices 2014-09-24 14:33:30 -07:00
go go/build: add go1.4 tag. 2014-09-29 12:23:43 -07:00
hash
html
image image/gif: don't let the per-frame transparent index modify the global 2014-09-22 14:29:45 +10:00
index/suffixarray
internal/syscall
io io: clarify Reader returning 0, nil 2014-09-16 10:01:28 -04:00
lib9 lib9, cmd/ld: fixes for cross-linking on a Windows host 2014-09-18 17:27:26 -07:00
libbio
liblink liblink: fix cmd/ld -X flag 2014-09-26 13:50:53 -04:00
log
math math: avoid assumption of denormalized math mode in Sincos 2014-09-26 17:13:24 -04:00
mime
net net: fix misleading package comment example 2014-09-29 12:24:06 -07:00
os os: fix Args setup on Windows 2014-09-24 18:50:54 -04:00
path path/filepath: document that Glob ignores i/o errors 2014-09-18 21:50:22 -04:00
reflect reflect: adjust Value.String to give correct answer for methods 2014-09-18 21:19:18 -04:00
regexp
runtime runtime: fix cgo_topofstack to save clobbered registers 2014-09-28 23:52:08 -07:00
sort
strconv
strings bytes, strings: document that FieldsFunc f must not be stateful 2014-09-18 19:40:31 -04:00
sync runtime: more NOPTR 2014-09-24 19:04:06 -04:00
syscall cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects 2014-09-24 16:55:26 -04:00
testing cmd/go, testing: add TestMain support 2014-09-19 13:51:06 -04:00
text text/template: type-check chained node as argument 2014-09-22 17:48:13 -07:00
time time: make it clear that time.Time values do not compare with == 2014-09-25 10:52:02 -07:00
unicode
unsafe
all.bash
all.bat
all.rc
androidtest.bash
clean.bash
clean.bat
clean.rc
make.bash
make.bat
Make.dist
make.rc
nacltest.bash
race.bash
race.bat
run.bash build: fix elf builds 2014-09-24 14:45:11 -07:00
run.bat runtime: keep g->syscallsp consistent after cgo->Go callbacks 2014-09-24 13:20:25 -04:00
run.rc
sudo.bash