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
*
simple cache: bump version
pasko@chromium.org
2013-06-02
1
-1
/
+1
*
We don't need DomainState::Equals.
palmer@chromium.org
2013-06-02
2
-9
/
+0
*
Add histograms for URL length when resolving proxy.
eroman@chromium.org
2013-06-02
1
-0
/
+30
*
Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-02
20
-133
/
+134
*
[SPDY] Merge the SpdyStream unit tests and parametrize them on a NextProto
akalin@chromium.org
2013-06-01
5
-581
/
+281
*
[SPDY] Put back SPDY2-specific behavior in SpdyTestUtil::ConstructSpdyPush
akalin@chromium.org
2013-06-01
2
-35
/
+60
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
179
-2877
/
+3647
*
[SPDY] Move the rest of the spdy_test_util* functions to the SpdyTestUtil class
akalin@chromium.org
2013-05-31
8
-559
/
+499
*
[SPDY] Rewrite SpdyTestUtil::ConstructSpdyReplyString()
akalin@chromium.org
2013-05-31
4
-147
/
+34
*
SimpleCache optimistic writes should not keep references to their IO buffer.
gavinp@chromium.org
2013-05-31
2
-4
/
+45
*
Fix the coredump problem when arguments are provided in quic_client.
honghaiz@chromium.org
2013-05-31
3
-6
/
+8
*
Support the new supported_signature_algorithms field of the
wtc@chromium.org
2013-05-31
6
-26
/
+306
*
Add histograms for tracking the number of client hellos send. This will let u...
rch@chromium.org
2013-05-31
1
-0
/
+35
*
Cleanup: Remove dbus dependency from net/.
thestig@chromium.org
2013-05-30
2
-15
/
+0
*
Use base::MessageLoop in more files.
xhwang@chromium.org
2013-05-30
1
-1
/
+1
*
Track SUCCESS case on SimpleCache Synchronous Create/Open histograms.
gavinp@chromium.org
2013-05-30
1
-1
/
+2
*
content: Move kViewSourceScheme constant into content namespace.
tfarina@chromium.org
2013-05-30
1
-1
/
+1
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-05-30
95
-816
/
+2250
*
Fix for closing idle SPDY sessions with aliases to unblock
mmenke@chromium.org
2013-05-30
3
-4
/
+174
*
net/disk_cache/simple: Reduce size of EntrySet nodes.
digit@chromium.org
2013-05-30
5
-80
/
+58
*
[Android] Use a "unique" remote debugging socket name on bind failure
mnaganov@chromium.org
2013-05-30
3
-9
/
+47
*
Implement TLS 1.2.
wtc@chromium.org
2013-05-30
18
-190
/
+3467
*
Clean up ifdef around FilePath creation(webkit)
mrunal.kapade@intel.com
2013-05-29
1
-5
/
+2
*
DnsTransaction::RecordLostPacketsIfAny shouldn't crash if some attempts faile...
mef@chromium.org
2013-05-29
2
-8
/
+26
*
Remove "--hsts-hosts" so we don't have to maintain it during upcoming changes...
unsafe@trevp.net
2013-05-29
2
-23
/
+0
*
net: don't process truncated headers on HTTPS connections.
agl@chromium.org
2013-05-29
5
-15
/
+142
*
Remove all but one use of WeakPtrFactory::DetachFromThread.
wez@chromium.org
2013-05-29
2
-10
/
+0
*
[SPDY] Refactor SpdyStream state machine
akalin@chromium.org
2013-05-29
6
-139
/
+132
*
Add more RAW picture formats to the media galleries extension filter.
thestig@chromium.org
2013-05-29
1
-0
/
+15
*
Added UMA measurement for how often we see control characters during cookie p...
jww@chromium.org
2013-05-29
1
-3
/
+36
*
[SPDY] Refactor SpdyStream::Delegate
akalin@chromium.org
2013-05-29
14
-217
/
+134
*
net: HSTS preloading for several linode.com domains
agl@chromium.org
2013-05-28
2
-0
/
+18
*
Revert "Revert 202112 "GTTF: Convert most tests in content to use Embedd...""
phajdan.jr@chromium.org
2013-05-28
6
-35
/
+53
*
Make ProxyResolver not use to-be-deprecated V8 functions.
marja@chromium.org
2013-05-27
1
-14
/
+22
*
Support delegate deleting itself from OnError
ricea@chromium.org
2013-05-27
2
-7
/
+88
*
[SPDY] Add a SpdyStreamType enum and use it for SpdyStream
akalin@chromium.org
2013-05-27
21
-250
/
+392
*
Revert 202112 "GTTF: Convert most tests in content to use Embedd..."
xiyuan@chromium.org
2013-05-25
6
-53
/
+35
*
Disk cache: Add support for multithread tracing.
rvargas@chromium.org
2013-05-25
1
-11
/
+24
*
Have HttpSecurityHeaders return the 'raw' max_age for HPKP/HSTS headers, rath...
unsafe@trevp.net
2013-05-25
4
-221
/
+196
*
[SPDY] Keep track of whether we have no more data to send in SpdyStream
akalin@chromium.org
2013-05-25
14
-168
/
+202
*
Revert 202038 "Remove all but one use of WeakPtrFactory::DetachF..."
erg@chromium.org
2013-05-24
2
-0
/
+10
*
Add a per-file OWNERS for net/base/mime_sniffer.*
rsleevi@chromium.org
2013-05-24
1
-0
/
+2
*
[SPDY] Remove {,set_}spdy_headers() and make SendRequest() take the headers
akalin@chromium.org
2013-05-24
11
-208
/
+143
*
Disk Cache: Remove traces of old experiment.
rvargas@google.com
2013-05-24
4
-12
/
+6
*
Preload strict HSTS for security.google.com.
palmer@chromium.org
2013-05-24
2
-0
/
+2
*
GTTF: Convert most tests in content to use EmbeddedTestServer.
phajdan.jr@chromium.org
2013-05-24
6
-35
/
+53
*
Merge ConstructSpdyConnect
ttuttle@chromium.org
2013-05-24
10
-90
/
+68
*
Set QUIC idle timeout to 30 seconds in an attempt to mitigate the
rch@chromium.org
2013-05-24
1
-0
/
+3
*
Remove all but one use of WeakPtrFactory::DetachFromThread.
wez@chromium.org
2013-05-24
2
-10
/
+0
*
QUIC - Added StringToHexASCIIDump to return a hex+ASCII dump in the
rtenneti@chromium.org
2013-05-24
4
-2
/
+90
[next]