This website requires JavaScript.
Explore
Help
Sign In
chromium
/
src
Watch
0
Fork
0
You've already forked src
Code
Activity
Files
f18953d3c2a4eae2bc33b1eecce96e28f0815a64
Branches
Tags
View all branches
src
/
net
History
deanm@google.com
f18953d3c2
Remove unnecessary use of atomic operations. Getting the pid on windows is very fast (just a fetch from the PEB). If this turns out to be expensive on other platforms, we might want to add caching methods to process_util.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-31 13:58:48 +00:00
..
base
I looked at the full dump from the previous crashes and it looks like a testing issue. Hopefully it will be magically unbroken.
2008-07-30 23:50:22 +00:00
build
Rename URLRequestHttpCacheJob to URLRequestHttpJob.
2008-07-30 17:28:04 +00:00
data
further adjust test results to match the new reality
2008-07-30 18:51:04 +00:00
disk_cache
Fix memory leak when simulating failures in unit tests.
2008-07-30 23:24:04 +00:00
http
Change the proxy failover to be less aggressive. We now clear the list of bad proxies when we get a new configuration or when a direct connection fails and we try again to get the pac.
2008-07-30 20:19:33 +00:00
tools
Initial cleanups en route to coalescing the get-it-built cut-and-paste from various SConscripts into readable and maintainable shape. To wit:
2008-07-31 07:25:19 +00:00
url_request
Remove unnecessary use of atomic operations. Getting the pid on windows is very fast (just a fetch from the PEB). If this turns out to be expensive on other platforms, we might want to add caching methods to process_util.
2008-07-31 13:58:48 +00:00
net.sln
Add net to the repository.
2008-07-26 22:42:52 +00:00
SConscript
Initial cleanups en route to coalescing the get-it-built cut-and-paste from various SConscripts into readable and maintainable shape. To wit:
2008-07-31 07:25:19 +00:00
SConstruct
Add net to the repository.
2008-07-26 22:42:52 +00:00