index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
net
/
passive_log_collector.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add HTTP pipelining to net-internals:
simonjam@chromium.org
2011-12-20
1
-0
/
+29
*
Refactor: Extract "InitProxyResolver" to "ProxyScriptDecider".
eroman@chromium.org
2011-12-13
1
-9
/
+10
*
Add NetLog and histograms for CertVerifier
willchan@chromium.org
2011-10-19
1
-0
/
+29
*
Add NetLog support to UDP sockets.
mmenke@chromium.org
2011-10-18
1
-0
/
+31
*
Remove ChromeNetLog depenency from content/browser/debugger
dpranke@chromium.org
2011-07-27
1
-1
/
+1
*
Revert 94196 (broke win shared build) - Remove ChromeNetLog dependency from c...
willchan@chromium.org
2011-07-26
1
-1
/
+1
*
Remove ChromeNetLog dependency from content/browser/debugger.
dpranke@chromium.org
2011-07-26
1
-1
/
+1
*
Implemented AsyncHostResolver -- asynchronous HostResolver!
agayev@chromium.org
2011-07-21
1
-0
/
+29
*
Revert 93313 - Implemented AsyncHostResolver -- asynchronous HostResolver.
agayev@chromium.org
2011-07-21
1
-29
/
+0
*
Implemented AsyncHostResolver -- asynchronous HostResolver.
agayev@chromium.org
2011-07-21
1
-0
/
+29
*
Revert 93237 - Implement AsyncHostResolver, an asynchronous HostResolver.
agayev@chromium.org
2011-07-20
1
-29
/
+0
*
Implement AsyncHostResolver, an asynchronous HostResolver.
agayev@chromium.org
2011-07-20
1
-0
/
+29
*
DnsTransaction: added NetLog support.
agayev@chromium.org
2011-07-19
1
-11
/
+28
*
Don't keep unfiltered read bytes around in the PassiveLogCollector.
mmenke@chromium.org
2011-06-02
1
-1
/
+3
*
Adds URLRequestJob bytes read to NetLog.
mmenke@chromium.org
2011-06-01
1
-1
/
+7
*
Anti-DDoS enhancements: Log to net log, UMA stats, improved policy.
joi@chromium.org
2011-05-27
1
-0
/
+26
*
Promote some DCHECKs to CHECKs, to help narrow issue 77227.
eroman@chromium.org
2011-03-25
1
-10
/
+10
*
Adds memory cache logging, and updates disk cache logging.
mmenke@chromium.org
2011-03-17
1
-1
/
+27
*
Update NetLog in preparation for late binding of HttpStream jobs to requests.
willchan@chromium.org
2011-02-28
1
-4
/
+37
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-1
/
+0
*
reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.
estade@chromium.org
2011-01-07
1
-0
/
+26
*
Revert r70628. It broke Linux valgrind bots. See for example
estade@chromium.org
2011-01-07
1
-26
/
+0
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-0
/
+26
*
Revert 70618 - First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-26
/
+0
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-0
/
+26
*
net: Add namespace net to URLRequestStartEventParameters.
tfarina@chromium.org
2010-12-17
1
-1
/
+1
*
Cleanup: Remove unneeded browser_thread.h usage.
thestig@chromium.org
2010-12-13
1
-1
/
+0
*
Update NetLog to be threadsafe.
mmenke@chromium.org
2010-12-01
1
-47
/
+39
*
Fix a DCHECK that could fire in PassiveLogCollector for a particular stream o...
eroman@chromium.org
2010-11-15
1
-6
/
+14
*
FBTF: Even more deinlining.
erg@google.com
2010-10-20
1
-0
/
+25
*
Rename ChromeThread to BrowserThread Part21:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Relands r58007.
willchan@chromium.org
2010-09-01
1
-1
/
+2
*
Fix a regression whereby full-granularity network events were being captured ...
eroman@chromium.org
2010-08-31
1
-1
/
+2
*
Revert r58019 and r58007 due to flaky.
willchan@chromium.org
2010-08-31
1
-2
/
+1
*
Abort host resolution requests with ERR_ABORTED on ip address change.
willchan@chromium.org
2010-08-31
1
-1
/
+2
*
Adds HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-24
1
-1
/
+50
*
Revert 56539 - Added HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-18
1
-50
/
+1
*
Added HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-18
1
-1
/
+50
*
DevTools & WebTiming : Migrate from PassiveLogCollector to dedicated LoadTimi...
pfeldman@chromium.org
2010-07-16
1
-8
/
+0
*
DevTools: provide network log details to the WebCore's InspectorController.
pfeldman@chromium.org
2010-07-14
1
-0
/
+8
*
Log whenever the network IP address changes.
eroman@chromium.org
2010-07-07
1
-6
/
+32
*
Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier.
willchan@chromium.org
2010-06-21
1
-25
/
+0
*
Pass in NetLog to NetworkChangeNotifier.
willchan@chromium.org
2010-06-21
1
-0
/
+25
*
Speculative workaround for a crash. Not sure how it could reach this state, b...
eroman@chromium.org
2010-06-17
1
-1
/
+6
*
Change PassiveLogCollector to clear before adding the |max|th entry.
eroman@chromium.org
2010-06-17
1
-10
/
+14
*
Remove a DCHECK in PassiveLogCollector which was possible to trigger once the...
eroman@chromium.org
2010-06-15
1
-13
/
+28
*
Address a TODO about renaming RequestInfo --> SourceInfo.
eroman@chromium.org
2010-06-03
1
-66
/
+66
*
Rework the logging for sockets/connectjobs.
eroman@chromium.org
2010-06-03
1
-346
/
+203
*
Fix the logging of URL_REQUEST_START, so the nesting is correct on redirects.
eroman@chromium.org
2010-05-17
1
-1
/
+1
*
Reland 47342.
willchan@chromium.org
2010-05-16
1
-0
/
+22
[next]