summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/passive_log_collector.cc
Commit message (Expand)AuthorAgeFilesLines
* Add HTTP pipelining to net-internals:simonjam@chromium.org2011-12-201-0/+29
* Refactor: Extract "InitProxyResolver" to "ProxyScriptDecider".eroman@chromium.org2011-12-131-9/+10
* Add NetLog and histograms for CertVerifierwillchan@chromium.org2011-10-191-0/+29
* Add NetLog support to UDP sockets.mmenke@chromium.org2011-10-181-0/+31
* Remove ChromeNetLog depenency from content/browser/debuggerdpranke@chromium.org2011-07-271-1/+1
* Revert 94196 (broke win shared build) - Remove ChromeNetLog dependency from c...willchan@chromium.org2011-07-261-1/+1
* Remove ChromeNetLog dependency from content/browser/debugger.dpranke@chromium.org2011-07-261-1/+1
* Implemented AsyncHostResolver -- asynchronous HostResolver!agayev@chromium.org2011-07-211-0/+29
* Revert 93313 - Implemented AsyncHostResolver -- asynchronous HostResolver.agayev@chromium.org2011-07-211-29/+0
* Implemented AsyncHostResolver -- asynchronous HostResolver.agayev@chromium.org2011-07-211-0/+29
* Revert 93237 - Implement AsyncHostResolver, an asynchronous HostResolver.agayev@chromium.org2011-07-201-29/+0
* Implement AsyncHostResolver, an asynchronous HostResolver.agayev@chromium.org2011-07-201-0/+29
* DnsTransaction: added NetLog support.agayev@chromium.org2011-07-191-11/+28
* Don't keep unfiltered read bytes around in the PassiveLogCollector.mmenke@chromium.org2011-06-021-1/+3
* Adds URLRequestJob bytes read to NetLog.mmenke@chromium.org2011-06-011-1/+7
* Anti-DDoS enhancements: Log to net log, UMA stats, improved policy.joi@chromium.org2011-05-271-0/+26
* Promote some DCHECKs to CHECKs, to help narrow issue 77227.eroman@chromium.org2011-03-251-10/+10
* Adds memory cache logging, and updates disk cache logging.mmenke@chromium.org2011-03-171-1/+27
* Update NetLog in preparation for late binding of HttpStream jobs to requests.willchan@chromium.org2011-02-281-4/+37
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+0
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-0/+26
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-26/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-0/+26
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-26/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-0/+26
* net: Add namespace net to URLRequestStartEventParameters.tfarina@chromium.org2010-12-171-1/+1
* Cleanup: Remove unneeded browser_thread.h usage.thestig@chromium.org2010-12-131-1/+0
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-47/+39
* Fix a DCHECK that could fire in PassiveLogCollector for a particular stream o...eroman@chromium.org2010-11-151-6/+14
* FBTF: Even more deinlining.erg@google.com2010-10-201-0/+25
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Relands r58007.willchan@chromium.org2010-09-011-1/+2
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-311-1/+2
* Revert r58019 and r58007 due to flaky.willchan@chromium.org2010-08-311-2/+1
* Abort host resolution requests with ERR_ABORTED on ip address change.willchan@chromium.org2010-08-311-1/+2
* Adds HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-241-1/+50
* Revert 56539 - Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-50/+1
* Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-1/+50
* DevTools & WebTiming : Migrate from PassiveLogCollector to dedicated LoadTimi...pfeldman@chromium.org2010-07-161-8/+0
* DevTools: provide network log details to the WebCore's InspectorController.pfeldman@chromium.org2010-07-141-0/+8
* Log whenever the network IP address changes.eroman@chromium.org2010-07-071-6/+32
* Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-25/+0
* Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-211-0/+25
* Speculative workaround for a crash. Not sure how it could reach this state, b...eroman@chromium.org2010-06-171-1/+6
* Change PassiveLogCollector to clear before adding the |max|th entry.eroman@chromium.org2010-06-171-10/+14
* Remove a DCHECK in PassiveLogCollector which was possible to trigger once the...eroman@chromium.org2010-06-151-13/+28
* Address a TODO about renaming RequestInfo --> SourceInfo.eroman@chromium.org2010-06-031-66/+66
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-346/+203
* Fix the logging of URL_REQUEST_START, so the nesting is correct on redirects.eroman@chromium.org2010-05-171-1/+1
* Reland 47342.willchan@chromium.org2010-05-161-0/+22