index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix invalid scoped_ptr_malloc assignment if NSSProfileFilterChromeOS::Init is...
mattm@chromium.org
2014-02-25
1
-2
/
+9
*
Partial revert of "Add function to support clearing SSL/certificate store."
yfriedman@chromium.org
2014-02-25
2
-12
/
+0
*
flip_server: Remove const_cast from SSL_CTX_new() call.
tfarina@chromium.org
2014-02-25
1
-3
/
+1
*
net: add (*.)prodpad.com to HSTS preloaded.
agl@chromium.org
2014-02-25
2
-0
/
+2
*
Implements the ACK flag for SPDY4/HTTP2 PING frames
jgraettinger@chromium.org
2014-02-25
18
-52
/
+95
*
Enable QUIC_VERSION_15.
rch@chromium.org
2014-02-25
1
-1
/
+1
*
Use scoped_ptr instead of raw pointer to store SpdyFramer
Bacek@yandex-team.ru
2014-02-24
2
-6
/
+7
*
Do not bypass data reduction proxy when 304 lacks via header
zea@chromium.org
2014-02-24
2
-9
/
+33
*
Add a histogram to measure the frequency of OCSP stapling support by servers
rsleevi@chromium.org
2014-02-22
1
-1
/
+6
*
Refactor ActivityStatus to not store current
dtrainor@chromium.org
2014-02-21
4
-26
/
+21
*
Never send empty non-final messages to Blink.
ricea@chromium.org
2014-02-21
3
-5
/
+43
*
Wrap callback and call streams_->ReadFrames() on the same line
tyoshino@chromium.org
2014-02-21
2
-11
/
+16
*
Previously, an unparseable status line would give an "Unexpected
ricea@chromium.org
2014-02-21
2
-4
/
+13
*
Handle empty non-final async frames correctly.
ricea@chromium.org
2014-02-21
2
-2
/
+52
*
QUIC - clarified comments for persisting crypto config per comments in
rtenneti@chromium.org
2014-02-21
1
-7
/
+5
*
Set |bufsize| to 0 when we set |buf| to NULL.
wtc@chromium.org
2014-02-21
1
-0
/
+1
*
net: don't always add TLS padding.
agl@chromium.org
2014-02-20
4
-36
/
+2
*
QUIC - changes to LOG statements found while merging the following
rtenneti@chromium.org
2014-02-20
2
-7
/
+7
*
net: add (www.)aclu.org to HSTS preloaded list.
agl@chromium.org
2014-02-20
2
-0
/
+4
*
Persist server's crypto config data to disk cache for 0-RTT.
rtenneti@chromium.org
2014-02-20
9
-40
/
+316
*
Set new negotiated SPDY version after reusing of SpdySM
Bacek@yandex-team.ru
2014-02-20
5
-5
/
+37
*
Add a unit test for the Net.QuicSession.PublicResetAddressMismatch
wtc@chromium.org
2014-02-20
5
-49
/
+166
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-02-20
50
-889
/
+1405
*
Support replacement of IP address resolutions via command line flag
jar@chromium.org
2014-02-20
9
-0
/
+1088
*
[WebSocket] Fix permessage-deflate handshake failure messages.
yhirano@chromium.org
2014-02-19
2
-39
/
+45
*
Check for invalid use of data frame opcodes.
ricea@chromium.org
2014-02-19
3
-34
/
+112
*
Clear reserved flags on synthetic continuations.
ricea@chromium.org
2014-02-19
2
-2
/
+36
*
Properly initialize logging in quic_server and quic_client so
rch@chromium.org
2014-02-19
2
-0
/
+11
*
Disk cache: Disable index table unit tests for iOS.
rvargas@chromium.org
2014-02-18
1
-1
/
+4
*
When clearing the session cache, also flush OpenSSLClientKeyStore.
yfriedman@chromium.org
2014-02-17
2
-1
/
+2
*
Rename base::ScopedPtrAlignedFree to AlignedFreeDeleter.
viettrungluu@chromium.org
2014-02-15
1
-1
/
+1
*
Fix tests from https://codereview.chromium.org/166143002/
yfriedman@chromium.org
2014-02-15
1
-2
/
+3
*
Refactoring AndroidKeyStore to support a KeyStore running in another process
yfriedman@chromium.org
2014-02-15
14
-201
/
+589
*
Enable SpdyStream's HALF_CLOSED_REMOTE state.
jgraettinger@chromium.org
2014-02-15
5
-68
/
+133
*
Log QUIC public reset client address mismatch to a histogram.
wtc@chromium.org
2014-02-14
7
-20
/
+107
*
Support for new data reduction proxy via header
bengr@chromium.org
2014-02-14
5
-28
/
+122
*
Remove OnConfigNegotiated from QuicConnectionVisiterInterface.
wtc@chromium.org
2014-02-14
4
-9
/
+3
*
Clean up dependencies for disk_cache histogram_macros.h.
gavinp@chromium.org
2014-02-13
13
-25
/
+37
*
Add function to support clearing SSL/certificate store.
yfriedman@chromium.org
2014-02-13
4
-1
/
+23
*
Rename closing_* in WebSocketChannel to received_close_* and do some refactoring
tyoshino@chromium.org
2014-02-13
2
-46
/
+64
*
Exclude file_posix.cc from iOS build of net/ target
huey@chromium.org
2014-02-13
1
-3
/
+3
*
Update a stale comment.
wtc@chromium.org
2014-02-13
1
-2
/
+2
*
Disk cache: Disable block file internal consistency dchecks for normal builds.
rvargas@chromium.org
2014-02-12
1
-8
/
+9
*
Add a user metrics for invalid referrers detected in the network stack
jochen@chromium.org
2014-02-12
1
-0
/
+3
*
Changes the type for PING id from uint32 to uint64.
jgraettinger@chromium.org
2014-02-12
19
-34
/
+81
*
Refactor SpdyStream to model HTTP/2 stream states
jgraettinger@chromium.org
2014-02-12
4
-46
/
+117
*
Use endianness detection from build/build_config.h
sdefresne@chromium.org
2014-02-11
1
-4
/
+2
*
If SDCH is disabled, don't add an SDCH filter
huey@chromium.org
2014-02-11
1
-1
/
+4
*
Run AddressTrackerLinux unittests on Android now that we use the
pauljensen@chromium.org
2014-02-10
2
-0
/
+15
*
Add UTF-8 validation of Text frames.
ricea@chromium.org
2014-02-10
3
-10
/
+368
[next]