summaryrefslogtreecommitdiff
path: root/libgo/go/crypto/tls/testdata/Client-TLSv11-ECDHE-RSA-AES
Commit message (Collapse)AuthorAgeFilesLines
* libgo: Update to go1.6rc1.Ian Lance Taylor2016-02-031-85/+80
| | | | | | Reviewed-on: https://go-review.googlesource.com/19200 From-SVN: r233110
* runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor2015-10-311-41/+42
| | | | | | | | It is not needed due to the removal of the ctx field. Reviewed-on: https://go-review.googlesource.com/16525 From-SVN: r229616
* libgo: Update to Go 1.3 release.Ian Lance Taylor2014-07-191-34/+34
| | | | From-SVN: r212837
* libgo: Merge to master revision 19184.Ian Lance Taylor2014-06-061-82/+82
| | | | | | | The next revision, 19185, renames several runtime files, and will be handled in a separate change. From-SVN: r211328
* libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor2014-06-041-0/+99
This revision was committed January 7, 2014. The next revision deleted runtime/mfinal.c. That will be done in a subsequent merge. This merge changes type descriptors to add a zero field, pointing to a zero value for that type. This is implemented as a common variable. * go-gcc.cc (Gcc_backend::implicit_variable): Add is_common and alignment parameters. Permit init parameter to be NULL. From-SVN: r211249