summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-115-0/+320
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-1138-619/+587
* Add WebSocketFrameParser.yutak@chromium.org2012-05-106-0/+924
* Android content shell bringup.jrg@chromium.org2012-05-101-1/+1
* fix duplicated basename network_change_notifier.cc in net targetjames.wei@intel.com2012-05-105-5/+5
* Http cache: Don't attempt to doom the same entry multiple timesrvargas@google.com2012-05-094-3/+108
* Coverity: Remove dead code.jhawkins@chromium.org2012-05-091-3/+0
* Consistently log the ID of a spdy stream as "stream_id"rch@chromium.org2012-05-093-5/+5
* Adds NON_EXPORTED_BASE to AddressList base class.szym@chromium.org2012-05-091-1/+3
* Replace DBC.Advertised with DomainBoundCerts.Support histogram.mattm@chromium.org2012-05-092-4/+28
* Allow for overriding the handling of the referrer header in the network stackjochen@chromium.org2012-05-082-1/+30
* Get file extension synonyms from the OS, fix so that if one synonym is safe t...avi@chromium.org2012-05-088-18/+114
* Add braintreegateway.com/braintreepayments.com to HSTS preloaded.agl@chromium.org2012-05-082-0/+6
* If generating a domain bound cert fails, continue the connection without it.mattm@chromium.org2012-05-084-4/+14
* Disk cache: Measure the time spent verifying the lists.rvargas@google.com2012-05-081-0/+2
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-0769-1432/+641
* Land small change to SPDY code from serverrch@chromium.org2012-05-073-9/+10
* Fix file access on Chrome for ChromeOS on Linuxgspencer@chromium.org2012-05-0514-129/+191
* Fix flakiness and renamemmenke@chromium.org2012-05-051-12/+69
* Disk cache: Modify when we report empty cache files.rvargas@google.com2012-05-051-7/+9
* Disable HttpNetworkTransactionSpdy2Test.UseIPConnectionPooling* tests on Wind...cbentzel@chromium.org2012-05-041-2/+16
* Make ServerBoundCertService use TaskRunner interface instead of using WorkerP...mattm@chromium.org2012-05-045-89/+216
* Take client-side HSTS redirects into account when determining whether to show...michaeln@google.com2012-05-043-18/+28
* Moved the ThreadCheckDeleteSessionCookies from cookie_monster_unittest to coo...droger@google.com2012-05-042-37/+40
* Coverity: Fix two pass-by-values.jhawkins@chromium.org2012-05-042-6/+6
* Remove log debug spam when using NSS for SSL.rsleevi@chromium.org2012-05-041-3/+0
* Add more variables to the URLRequest leak assertion crash dumps.willchan@chromium.org2012-05-042-2/+7
* Improve memory usage of SignCertificate.wtc@chromium.org2012-05-031-10/+6
* Disable CookieMonsterTest.GarbageCollectionTriggers on Windows.cbentzel@chromium.org2012-05-031-1/+9
* 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