summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix backoff_server.py python scripts in src/netmaruel@chromium.org2011-11-231-114/+114
* Fix Win builder following r111314rsleevi@chromium.org2011-11-231-5/+5
* Remove unnecessary gtest dependency from some net/ non-test targetsrsleevi@chromium.org2011-11-231-2/+0
* replace platform conditions with os_posix and os_bsd where applicablerobert.nagy@gmail.com2011-11-222-2/+4
* Split DiskCacheBasedSSLHostInfo unit tests to its ownrvargas@google.com2011-11-225-703/+897
* Add myself to net/OWNERS for cookie store.erikwright@chromium.org2011-11-221-0/+1
* Mark a cookie as session cookie, if the expiry date cannot be parsedjochen@chromium.org2011-11-222-1/+10
* Http Cache: Make sure that we don't switch to mode NONE whenrvargas@google.com2011-11-222-1/+56
* Fixing some warning due to different signess of charkristianm@chromium.org2011-11-211-1/+5
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2011-11-2111-97/+583
* Upstream: Build net_unittests for Android.jingzhao@chromium.org2011-11-2113-94/+165