summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Try to fix a deadlock that happened when running the network diagnostic tool ...eroman@chromium.org2010-05-131-24/+48
* Fix --host-rules to work properly with proxies.willchan@chromium.org2010-05-131-7/+19
* Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.willchan@chromium.org2010-05-138-34/+106
* Remove CRLF from three lines in http_auth_handler.hcbentzel@chromium.org2010-05-131-3/+3
* Added authentication scheme as key to HttpAuthCache.cbentzel@chromium.org2010-05-135-84/+131
* Add --host-rules support.willchan@chromium.org2010-05-128-100/+242
* Enable Alternate-Protocol support by default when NPN support is enabled.willchan@chromium.org2010-05-121-0/+1
* Http Cache: Add a backend factory class so that the callerrvargas@google.com2010-05-126-305/+272
* Plumb NetLog into SpdySession.willchan@chromium.org2010-05-129-37/+50
* Bypass the DNS cache when the LOAD_VALIDATE_CACHE load flag is set.eroman@chromium.org2010-05-112-4/+19
* Add the response headers to net-internals.willchan@chromium.org2010-05-113-2/+69
* Fix ~FileStream in POSIX to auto close if the flag is set. This is left from myjianli@chromium.org2010-05-111-1/+2
* Disk cache: Allow the disk cache histograms to generatervargas@google.com2010-05-112-10/+71
* FTP: fix navigating to files listed under non-ASCII charactersphajdan.jr@chromium.org2010-05-114-33/+16
* Update V8 to version 2.2.9sgjesse@google.com2010-05-111-1/+1
* Remove the HOST_RESOLVER_IMPL_OBSERVER_* log events. I have never found these...eroman@chromium.org2010-05-113-31/+2
* Update comments for new request header events.willchan@chromium.org2010-05-111-9/+4
* Add http request headers into about:net-internals.willchan@chromium.org2010-05-103-1/+74
* Replace about:net-internals with the javascript-based frontend.eroman@chromium.org2010-05-1010-1153/+3
* Http cache: Add a check to MockHttpCache to make surervargas@google.com2010-05-104-81/+151
* Reland 46757.willchan@chromium.org2010-05-104-26/+131
* Added #ifdef to allow Chromium to enable proprietary codecs.scherkus@chromium.org2010-05-101-2/+2
* Fix valgrind memcheck issues with GetPushStream unit test.cbentzel@chromium.org2010-05-106-11/+47
* Switch to using TimeTicks for profiling and histogramsjar@chromium.org2010-05-103-5/+6
* Pass nulls through test sockets.gavinp@chromium.org2010-05-103-12/+37
* Revert 46757 - Fix IO thread hang on releasing a socket.sky@chromium.org2010-05-084-104/+26
* On Windows, do not use the COMODO EV SGC CA certificatewtc@chromium.org2010-05-081-2/+54
* Fix IPv6 probe class to better handle cancellation of the job.jar@chromium.org2010-05-081-9/+19
* Fix the standalone webkit build.darin@chromium.org2010-05-071-2/+6
* Fix IO thread hang on releasing a socket.willchan@chromium.org2010-05-074-26/+104
* Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders().willchan@chromium.org2010-05-074-42/+51
* Http Cache: Handle the asynchronous instantiation of thervargas@google.com2010-05-075-191/+624
* Add DCHECK to detect misuse of HISTOGRAM interface.jar@chromium.org2010-05-071-8/+16
* Specify alternate OCSP AIA info for certificates issued bywtc@chromium.org2010-05-071-5/+29
* Don't run a couple of URLRequestTests under TSan/Wintimurrrr@chromium.org2010-05-071-0/+2
* Attempt to fix a DCHECK failure related to usage of Singletonsphajdan.jr@chromium.org2010-05-071-7/+6
* Simplify the Windows <keygen> implementation by makingwtc@chromium.org2010-05-061-105/+49
* Add Chromium side implementation for WebFileSystem interface in WebKit.jianli@chromium.org2010-05-063-5/+13
* Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.willchan@chromium.org2010-05-069-46/+52
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-061-1/+1
* Supress valgrind fro SpdyNetworkTransactionTest.PostWithEarlySynReply.mbelshe@chromium.org2010-05-061-0/+1
* Fix leak in SpdyNetworkTransactionTest.CloseWithActiveStream.mbelshe@chromium.org2010-05-052-2/+1
* Get tests working for Alternate-Protocol and proxies.willchan@chromium.org2010-05-054-31/+43
* Fix SPDY crash where we receive an early SYN_REPLY.mbelshe@chromium.org2010-05-054-24/+79
* STS: add elanex.biz to the preloaded list.agl@chromium.org2010-05-052-0/+8
* Change the V8 proxy resolver bindings so that dnsResolve(XXX) returns null wh...eroman@chromium.org2010-05-053-39/+32
* Added unit tests for URLSecurityManager.ahendrickson@chromium.org2010-05-052-0/+89
* Don't run SpdyNetworkTransactionTest.CloseWithActiveStream under Valgrindtimurrrr@chromium.org2010-05-051-0/+1
* Move the excluded test name to the right file...timurrrr@chromium.org2010-05-051-3/+0
* Don't run ConnectionTesterTest.DeleteWhileInProgress under Valgrindtimurrrr@chromium.org2010-05-051-1/+4