summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* Log server advertised protos and the selectedrtenneti@google.com2011-12-0516-19/+139
* Added auto-enrollment request support to the device_management_backend.joaodasilva@chromium.org2011-12-051-0/+39
* Store session cookies and restore them if chrome crashes or autorestarts.marja@chromium.org2011-12-053-5/+68
* Make SpdyFrame::size a constant instead of a static method so gcc can optimiz...thakis@chromium.org2011-12-049-63/+68
* base::Bind: Convert SSLHostInfo::WaitForDataReady.jhawkins@chromium.org2011-12-037-55/+47
* Fix crash bug in SpdyProxyClientSocket.GetPeerAddress whererch@chromium.org2011-12-033-21/+24
* base::Bind: Convert ServerSocket::Accept.jhawkins@chromium.org2011-12-037-31/+29
* Add a preference for enabling the TLS origin-bound certificates extension.wtc@chromium.org2011-12-032-17/+3
* ReReland: Allow signing EC certs and creating EC origin-bound certs.mattm@chromium.org2011-12-026-98/+231
* Make SDCH classes IO-thread-only. Remove TSan suppression.joi@chromium.org2011-12-022-3/+19
* Parse individual X.509 name components on Windows, rather than parsing the st...rsleevi@chromium.org2011-12-026-91/+309
* On OS X, when accessing a certificate field (subject, issuer, extension, etc)...rsleevi@chromium.org2011-12-021-154/+231
* Fix shared library build in net.simonjam@chromium.org2011-12-021-1/+1
* BookmarkModel cleanup. synced_node is now mobile_node and I'm nukingsky@chromium.org2011-12-011-0/+2
* Slow start pipelining.simonjam@chromium.org2011-12-0119-426/+1288
* Remove all 192 static initializers from transport_security_state.ccthakis@chromium.org2011-12-011-19/+19
* base::Bind: Convert net::NetworkDelegate.jhawkins@chromium.org2011-12-0110-51/+54
* Replace OldCompletionCallbacks and TestOldCompletionCallbacks in SocketStream...yutak@chromium.org2011-12-011-31/+31
* Convert TestOldCompletionCallback in WebSocketJobTest.yutak@chromium.org2011-12-011-3/+3
* Replace OldCompletionCallback in SocketStream::Delegate.yutak@chromium.org2011-12-017-66/+78
* export IsPortAllowedByDefault()toyoshim@chromium.org2011-12-011-6/+5
* Replace NewRunnableMethod in SocketStream.yutak@chromium.org2011-12-011-5/+5
* Ensure HttpResponseHeaders::raw_headers_ always ends with 2 '\0' characters.mpcomplete@chromium.org2011-12-012-5/+16
* Revert 112385 - Reland: Allow signing EC certs and creating EC origin-bound c...rbyers@chromium.org2011-12-016-228/+98
* Reland: Allow signing EC certs and creating EC origin-bound certs.mattm@chromium.org2011-12-016-98/+228
* base::Bind: More random cleanups.jhawkins@chromium.org2011-12-013-39/+29
* Disk cache: Add a hash to the entry's internal data.rvargas@google.com2011-11-3020-192/+38
* Implement Drain() on HttpPipelinedStream.simonjam@chromium.org2011-11-3011-13/+247
* base::Bind: Implement a 1-arity CancelableCallback and use this to implementjhawkins@chromium.org2011-11-301-0/+3
* SSL Host info: Make sure that we can update certificate chains inrvargas@chromium.org2011-11-305-17/+111
* net: add toto-dream.com to the False Start blacklist during their transition.agl@chromium.org2011-11-302-0/+3
* base::Bind fixesgroby@chromium.org2011-11-302-30/+16
* Revert 112130 - Close idle connections / SPDY sessions when needed.sail@chromium.org2011-11-3017-660/+47
* Close idle connections / SPDY sessions when needed.willchan@chromium.org2011-11-3017-47/+660
* Change SpdyProxyClientSocket::OnClose to not call the write callback if this ...rch@chromium.org2011-11-293-2/+103
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-295-59/+59
* net: make interstitials fatal for pinned sitesagl@chromium.org2011-11-298-465/+388
* Disk cache: Update the remove/insert data files.rvargas@google.com2011-11-2967-17/+18
* Replace Callback0::Type and NewCallback() in WebSocketJobTest.yutak@chromium.org2011-11-291-33/+36
* Convert ScopedRunnableMethodFactory in WebSocketJob.yutak@chromium.org2011-11-292-6/+9
* base::Bind: Convert the following files.jhawkins@chromium.org2011-11-291-2/+2
* SPDY changes from server.rtenneti@chromium.org2011-11-297-97/+573
* Revert 111850 - base::Bind: Convert the following files.jhawkins@chromium.org2011-11-291-2/+2
* base::Bind: Convert the following files.jhawkins@chromium.org2011-11-291-2/+2
* Cleanup: Convert ASCIIToUTF16("") to string16().jhawkins@chromium.org2011-11-281-2/+3
* Remove cozi.com from the False Start blacklist at their request.agl@chromium.org2011-11-281-1/+0
* Fix python scripts in src/netmaruel@chromium.org2011-11-278-8/+2
* Extract similar code into SetJobObjectAsKillOnJobClose()toyoshim@chromium.org2011-11-231-5/+2
* base::Bind: Convert view_http_cache_job_factory.cc.jhawkins@chromium.org2011-11-233-24/+23
* Add OVERRIDE to net/.avi@chromium.org2011-11-2318-220/+259