Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Side by Side Diff: net/third_party/nss/README.google

Issue 518065: Disable Nagle on Linux and TLS cut through support (Closed)
Patch Set: ... Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This directory includes a copy of NSS's libssl from the CVS repo at: 1 This directory includes a copy of NSS's libssl from the CVS repo at:
2 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot 2 :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
3 3
4 The snapshot was updated to the CVS tag: NSS_3_12_6_RC0 4 The snapshot was updated to the CVS tag: NSS_3_12_6_RC0
5 5
6 Patches: 6 Patches:
7 7
8 * Next protocol negotiation support. 8 * Next protocol negotiation support.
9 patches/nextproto.patch 9 patches/nextproto.patch
10 http://codereview.chromium.org/415005 10 http://codereview.chromium.org/415005
11 11
12 * False start support
13 patches/falsestart.patch
14
12 * Commenting out a couple of functions because they need NSS symbols 15 * Commenting out a couple of functions because they need NSS symbols
13 which may not exist in the system NSS library. 16 which may not exist in the system NSS library.
14 patches/versionskew.patch 17 patches/versionskew.patch
15 18
16 The ssl/bodge directory contains files taken from the NSS repo that we required 19 The ssl/bodge directory contains files taken from the NSS repo that we required
17 for building libssl outside of its usual build environment. 20 for building libssl outside of its usual build environment.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698