summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* Coverity: Fix uninit member variables.kmadhusu@chromium.org2012-05-031-0/+1
* Add config reader for Primary DNS Suffix and corresponding unittest.zhaoqin@chromium.org2012-05-023-14/+76
* Make URLRequestThrottlerManager a member of URLRequestContext.joi@chromium.org2012-05-028-76/+70
* Only call SSL_OptionSet in an initial handshake.wtc@chromium.org2012-05-025-25/+19
* Fix the official build.palmer@chromium.org2012-05-011-2/+3
* Refactor TransportSecurityState.palmer@chromium.org2012-05-0112-1486/+719
* Change a DCHECK into a CHECK in SpdySession::WriteStreamData to ensure that w...rch@chromium.org2012-05-011-10/+5
* Disk Cache: Add more corruption tracking histograms.rvargas@chromium.org2012-05-017-53/+154
* Refuse to pipeline frames, prefetches, and downloads.simonjam@chromium.org2012-04-302-9/+67
* net: don't set NSS options in a callback.agl@chromium.org2012-04-305-11/+26
* Reland 130578 - Enable cookies per default in net. Add an API to disable them...jochen@chromium.org2012-04-302-2/+23
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-2853-312/+607
* Add a new UMA histogram for tracking SpdySessionErrorDetailsrch@chromium.org2012-04-282-0/+70
* Merge SettingsMap changes from server coderch@chromium.org2012-04-274-8/+90
* Add net_jni_registrar.yfriedman@chromium.org2012-04-273-0/+49
* Don't store in ServerBoundCertStore if cert generation fails.mattm@chromium.org2012-04-271-3/+5
* Change BufferedSpdyFramerVisitorInterface::OnError to take an SpdyFramer::Spd...rch@chromium.org2012-04-276-6/+6
* Fixed unsafe passing of command-line parameter to SpdySessionbengr@google.com2012-04-2719-194/+241
* Don't make checkdeps ignore includes to directories that are brought in via d...jam@chromium.org2012-04-271-1/+2
* Revert 134269 - Revert 134234 - Turn thread restrictions on for release build...kevers@chromium.org2012-04-272-0/+2
* Revert 134234 - Turn thread restrictions on for release builds as well so tha...kevers@chromium.org2012-04-272-2/+0
* Turn thread restrictions on for release builds as well so that they're trigge...jam@chromium.org2012-04-272-0/+2
* Add histograms for domain bound certs.mattm@chromium.org2012-04-272-9/+98
* Disk cache: Make sure that we don't leak file handles (even on leaky tests)rvargas@google.com2012-04-261-12/+14
* net: don't remember TLS intolerant servers.agl@chromium.org2012-04-269-30/+48
* Fix a crash of WebView in ash_shell on Chrome OS build.mazda@chromium.org2012-04-261-3/+18
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-265-25/+37
* [Coverity] Pass-by-val -> Pass-by-refgroby@chromium.org2012-04-262-4/+4
* Add NET_EXPORT for ProxyConfigServiceMac class.sergeyu@chromium.org2012-04-251-1/+4
* nss: reject DH generators and public values equal to zero or one.agl@chromium.org2012-04-254-4/+84
* Add bind(), recvFrom(), sendTo() for UDP socket.penghuang@chromium.org2012-04-252-4/+6
* Add CookieStore::DeleteSessionCookiesAsync method.husky@chromium.org2012-04-258-0/+129
* Move SpdyFramer::set_enable_compression_default to BufferedSpdyFramerrch@chromium.org2012-04-249-17/+22
* Linux: Add support for new KDE space-delimited proxy port numbers.mdm@chromium.org2012-04-242-4/+32
* BackoffEntry: Add the option to use a delay between requestsmmenke@chromium.org2012-04-245-20/+141
* Clean up a raft of SPDY files to bring in sync with serverrch@chromium.org2012-04-244-162/+143
* Use base::MessageLoopProxy instead of MessageLoop in ProxyConfigServiceLinux.sergeyu@chromium.org2012-04-244-55/+69
* [net] Change order of RequestPriority to natural: higher > lowerszym@chromium.org2012-04-2421-116/+115
* Revert 128414 - Disable OCSP tests on Androidjnd@chromium.org2012-04-242-12/+0
* testserver: pass options through bytes() before using with binary data.agl@chromium.org2012-04-241-1/+2
* Remove net-internals page for throttling, introduce flag for extension devs i...joi@chromium.org2012-04-241-2/+1
* Mark HttpNetworkTransactionSpdy2Test.UseIPConnectionPooling as flakyjeremy@chromium.org2012-04-241-1/+1
* Update net/android/network_library.cc with fresher code.yfriedman@chromium.org2012-04-245-73/+181
* Disk cache: Add more logging to track disk errors.rvargas@google.com2012-04-231-1/+3
* Remove X-Retry-After support.joi@chromium.org2012-04-236-106/+3
* Remove SPDY priority #defines from spdy_protocol.h since they differ between ...rch@chromium.org2012-04-232-11/+8
* Add a number of tests to spdy_framer_test.cc from server code.rch@chromium.org2012-04-231-1/+293
* Remove SpdyFramer::CompressFrame() and use CompressControlFrame instead.rch@chromium.org2012-04-236-32/+42
* Upstream changes making ListenSocket an abstract class.pliard@chromium.org2012-04-2311-478/+538
* Fix kDataFlagsMask, which I missed in an earlier CL.rch@chromium.org2012-04-231-1/+1