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
/
io_thread.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Don't leak proxy script fetcher's http transaction factories.
willchan@chromium.org
2010-12-24
1
-13
/
+15
*
Create a URLRequestContext for PAC fetching.
willchan@chromium.org
2010-12-23
1
-50
/
+45
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-0
/
+2
*
Moved PrerenderInterceptor to chrome\browser\prerender
cbentzel@chromium.org
2010-12-09
1
-3
/
+2
*
Remove unneeded browser_process.h includes.
thestig@chromium.org
2010-12-05
1
-1
/
+0
*
Update NetLog to be threadsafe.
mmenke@chromium.org
2010-12-01
1
-16
/
+9
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-3
/
+3
*
net: Implement DNS certificate provenance check uploads.
agl@chromium.org
2010-11-24
1
-0
/
+5
*
Fixed handling of context_ in URLRequestHttpJob
akalin@chromium.org
2010-11-23
1
-2
/
+13
*
Regression: Use Windows Security Zone to determine if default credentials are...
cbentzel@chromium.org
2010-11-19
1
-5
/
+10
*
Implement a dispatcher for prerender requests
gavinp@chromium.org
2010-11-19
1
-0
/
+9
*
Support specifying the GSSAPI library that will be used.
danno@chromium.org
2010-11-12
1
-0
/
+3
*
Reland 65535
danno@chromium.org
2010-11-10
1
-25
/
+38
*
Revert 65535 - Group Policy support for HTTP authentication
danno@chromium.org
2010-11-09
1
-38
/
+25
*
Group Policy support for HTTP authentication
danno@chromium.org
2010-11-09
1
-25
/
+38
*
Reland r63578 - Release ChromeURLRequestContextGetters' references on IO thre...
willchan@chromium.org
2010-11-09
1
-9
/
+52
*
Turn on file access checks on Win.
jam@chromium.org
2010-11-04
1
-1
/
+1
*
Revert 64960 - Turn on file access checks on Win.
rafaelw@chromium.org
2010-11-03
1
-1
/
+1
*
Turn on file access checks on Win.
jam@chromium.org
2010-11-03
1
-1
/
+1
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-2
/
+2
*
Restrict total parallel DNS resolutions
jar@chromium.org
2010-10-29
1
-4
/
+11
*
Initial support for built-in DNS resolver/cache.
agayev@chromium.org
2010-10-28
1
-1
/
+18
*
Mac: turn on file access checks for the IO thread.
thakis@chromium.org
2010-10-28
1
-1
/
+1
*
Revert 64202 - Initial support for built-in DNS resolver/cache.
yusukes@chromium.org
2010-10-28
1
-18
/
+1
*
Initial support for built-in DNS resolver/cache.
agayev@chromium.org
2010-10-28
1
-1
/
+18
*
Don't verify thread IO safety on ChromeOS for now.
evan@chromium.org
2010-10-27
1
-1
/
+1
*
Move debug-related stuff from base to the base/debug directory and use the
brettw@chromium.org
2010-10-26
1
-2
/
+2
*
Revert 63578 - Release ChromeURLRequestContextGetters' references on IO threa...
willchan@chromium.org
2010-10-25
1
-52
/
+9
*
Revert 63651 (turned chromeos red, http://build.chromium.org/buildbot/waterfa...
thakis@chromium.org
2010-10-25
1
-5
/
+7
*
Add LeakTracker<URLRequestContext> to IOThread::CleanUp().
willchan@chromium.org
2010-10-23
1
-7
/
+5
*
Thread IO safety: annotate file_util, and block IO thread from doing IO
evan@chromium.org
2010-10-23
1
-0
/
+8
*
Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from...
isherman@chromium.org
2010-10-23
1
-8
/
+0
*
Thread IO safety: annotate file_util, and block IO thread from doing IO
evan@chromium.org
2010-10-23
1
-0
/
+8
*
Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO"
evan@chromium.org
2010-10-22
1
-8
/
+0
*
Thread IO safety: annotate file_util, and block IO thread from doing IO
evan@chromium.org
2010-10-22
1
-0
/
+8
*
Release ChromeURLRequestContextGetters' references on IO thread shutdown.
willchan@chromium.org
2010-10-22
1
-9
/
+52
*
Kill all URLFetcher URLRequests on shutdown.
willchan@chromium.org
2010-10-22
1
-0
/
+3
*
Explicitly shutdown OCSP.
willchan@chromium.org
2010-10-21
1
-0
/
+4
*
Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*.
pkasting@chromium.org
2010-10-21
1
-1
/
+1
*
A/B test of parelellism limits on DNS resolutions
jar@chromium.org
2010-10-20
1
-1
/
+33
*
Cleanup: Move the ProxyScriptFetcher registry from being a global in net, to ...
eroman@chromium.org
2010-10-16
1
-4
/
+42
*
FBTF: More ctor/dtor cleanup.
erg@google.com
2010-10-14
1
-0
/
+5
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part20:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Reland fix for OCSP startup race.
willchan@chromium.org
2010-10-12
1
-0
/
+9
*
Break URLRequestContext=>ProxyScriptFetcher=>URLRequestContext ref cycle.
willchan@chromium.org
2010-10-12
1
-0
/
+3
*
Rename ChromeThread to BrowserThread Part15:
tfarina@chromium.org
2010-10-11
1
-6
/
+6
*
Revert 62105 - Test change to fix a leak. Will revert after getting in a run...
willchan@chromium.org
2010-10-10
1
-12
/
+0
*
Test change to fix a leak. Will revert after getting in a run on ChromiumOS ...
willchan@chromium.org
2010-10-10
1
-0
/
+12
[next]