summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Remove old unclaimed streams pushed by a SPDY server.bengr@google.com2012-07-185-6/+232
* Remove all the OS X 10.6 SDK forward declarations.rsesek@chromium.org2012-07-181-9/+1
* [net] Initialize Job priority before the first request is added.szym@chromium.org2012-07-181-6/+8
* Change the FindHistogram interface of StatisticsRecorderkaiwang@chromium.org2012-07-183-51/+59
* Remove linked_ptr from SpdyStream.rch@chromium.org2012-07-1815-49/+52
* Update effective-TLD data files using the latest data from Mozilla, ignoring ...pam@chromium.org2012-07-184-11093/+25125
* Move CanonicalCookie into separate filesbattre@chromium.org2012-07-1813-774/+880
* Fix 6 failures in net unittests on Androidyongsheng.zhu@intel.com2012-07-181-1/+44
* Pad base64 encoded data URIs if they aren't padded.asanka@chromium.org2012-07-182-3/+29
* Linux: Detect Unity as a desktop environment.thestig@chromium.org2012-07-171-0/+1
* Cap the record layer version number of TLS ClientHello to TLS 1.0wtc@chromium.org2012-07-177-19/+252
* Unit tests for all public members of net::URLRequestFilterpauljensen@chromium.org2012-07-172-0/+124
* Fix the failed case ThreadCheckDeleteSessionCookies on Androidyongsheng.zhu@intel.com2012-07-171-0/+11
* Add macro 'ENABLE_PERSISTENT_SESSION_COOKIES' for net unit tests on Androidyongsheng.zhu@intel.com2012-07-171-0/+4
* [net] Fix uninitialized access in AddressTrackerLinuxTestszym@chromium.org2012-07-171-1/+1
* [net] Adds AddressTrackerLinux which keeps track of interface addresses using...szym@chromium.org2012-07-1610-240/+607
* Added broadcasting feature to UDP server sockets.ygorshenin@chromium.org2012-07-168-3/+182
* Move UserScript and related into extensions namespacerdevlin.cronin@chromium.org2012-07-131-2/+7
* Add comment to URLRequest::first_party_for_cookies why it must only be used f...jochen@chromium.org2012-07-131-0/+10
* Move StatisticsRecorder out of histogram.cc/h for further refactoring.kaiwang@chromium.org2012-07-135-5/+8
* Realign misaligned text in net/net.gyp.maruel@chromium.org2012-07-131-122/+122
* net_unittests.isolate on OSX: Trace URLFetcherDownloadProgressTest.Basic.maruel@chromium.org2012-07-131-50/+60
* Adds helper methods for WebView.aurimas@chromium.org2012-07-131-0/+14
* Account for server vs host clock skew in cookie expiration times.pauljensen@chromium.org2012-07-135-6/+59
* DiskCacheTest.MappedFile_SyncIO asan fix for Chrome on Android.jknotten@chromium.org2012-07-131-0/+5
* A new mock test for ftp jobs.shalev@chromium.org2012-07-123-5/+85
* SPDY_SESSION_RECV_DATA doesn't indicate the DATA_FLAG_FINtoyoshim@chromium.org2012-07-1212-24/+40
* Extract ParsedCookie into a top level classbattre@chromium.org2012-07-129-656/+727
* WebSocket over SPDY: implement opening handshake to conform the draft spec 8toyoshim@chromium.org2012-07-124-314/+134
* Introduced TestURLFetcher::DelegateForTests interface to allow event-driven e...primiano@chromium.org2012-07-122-1/+44
* SPDY - chunked upload - cleanup of spdy_http_stream to read the datartenneti@chromium.org2012-07-1218-132/+556
* Change DeterministicMockTCPClientSocket to set the peer address from the conn...rch@chromium.org2012-07-112-6/+10
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-11446-446/+0
* Replaced static URLRequestFtpJob factory with non-static protocol handler for...shalev@chromium.org2012-07-115-20/+104
* Switch to TimeDelta interfaces for process waiting functions in net and ipc.tedvessenes@gmail.com2012-07-118-50/+53
* Remove the force_session cookie option, as it's not used anymorejochen@chromium.org2012-07-118-155/+22
* Move net_unittests and net_unittests_run inside a inside_chromium_build==1 co...maruel@chromium.org2012-07-111-34/+41
* Refactor Android's NetworckChangeNotifier.benm@chromium.org2012-07-113-83/+194
* Remove several usages of linked_ptr in spdy land.rch@chromium.org2012-07-119-54/+51
* TLS channel id field trial.mattm@chromium.org2012-07-102-0/+11
* Switch the NSS thread from being a base::Thread to a base::SequencedWorkerPoo...rsleevi@chromium.org2012-07-103-14/+17
* Log cancellation error codes at the URLRequest level to NetLog.mmenke@chromium.org2012-07-102-2/+12
* fix clang warnings for chrome on androidqinmin@chromium.org2012-07-102-5/+0
* Fix race in HttpNetworkTransactionSpdy2Test.BasicAuthSpdyProxy andmmenke@chromium.org2012-07-102-18/+18
* Fix permissions bit that accidentally got +x.ericu@google.com2012-07-101-0/+0
* [MIPS] Set endianness for MIPS architecture in http_auth_handler_ntlm_portable.petarj@mips.com2012-07-101-2/+6
* net: block Cyberoam CA with leaked private key.agl@chromium.org2012-07-101-1/+6
* DeterministicSocketDataProvider should not be RefCountedrsleevi@chromium.org2012-07-1016-163/+137
* NSS Channel ID: don't check ECC support on every socket creation.mattm@chromium.org2012-07-091-8/+3
* Created new SpdyFramerVisitorInterface::OnSynStream(), SpdyFramerVisitorInter...rch@chromium.org2012-07-0911-296/+574