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
/
net
/
url_request
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a bunch of 0 byte files. (due to git-svn misbehavior?)
thestig@chromium.org
2010-01-26
4
-0
/
+0
*
Add some extra request information to LoadLog:
eroman@chromium.org
2010-01-21
1
-0
/
+7
*
Remove support for filtering by MIME-type.
jochen@chromium.org
2010-01-20
2
-11
/
+12
*
Cleanup: change some |str += StringPrintf(...)| --> |StringAppendF(&str, ...)|.
eroman@chromium.org
2010-01-15
1
-22
/
+25
*
Linux: Add Certificate Info dialog (part 1)
mattm@chromium.org
2010-01-14
1
-1
/
+1
*
Add more functionality to about:net-internals:
eroman@chromium.org
2010-01-13
1
-2
/
+46
*
Another tweak to about:net-internals: do a redirect after processing the quer...
eroman@chromium.org
2010-01-13
2
-33
/
+46
*
Miscellaneous tweaks to the about:net-internals page.
eroman@chromium.org
2010-01-13
1
-59
/
+123
*
Enable JS detection of whether SPDY was used to load a web page.
mbelshe@google.com
2010-01-11
1
-0
/
+5
*
Support the PUT HTTP verb in ChromeFrame in the IE host network stack impleme...
ananta@chromium.org
2010-01-11
1
-41
/
+49
*
Net: Allow about:cache to show contents of urls with arguments.
rvargas@google.com
2010-01-09
1
-10
/
+10
*
Implement delaying resource requests until privacy blacklists are ready.
phajdan.jr@chromium.org
2010-01-05
2
-43
/
+34
*
Remove WinInet FTP code.
phajdan.jr@chromium.org
2010-01-05
5
-1216
/
+0
*
Minor cleanup, removed unused URLRequestJob::GetMoreData() method.
michaeln@chromium.org
2009-12-30
5
-23
/
+0
*
Move some logging from LOG(INFO) to the LoadLog. These particular ones are fo...
eroman@chromium.org
2009-12-22
1
-1
/
+1
*
Add the ability to enable full logging for LoadLogs.
eroman@chromium.org
2009-12-21
4
-14
/
+196
*
Mark URLRequestTestFTP.FTPGetTest as flaky.
viettrungluu@chromium.org
2009-12-20
1
-1
/
+2
*
net: Make a few test server connection values constants. Also do a little Fil...
thestig@chromium.org
2009-12-18
1
-4
/
+7
*
If we redirect from an https to an http site, ensure that we don't
japhet@chromium.org
2009-12-16
2
-0
/
+28
*
Disk cache: Add the name of the relevant flag to
rvargas@google.com
2009-12-16
1
-0
/
+3
*
Give classes with virtual methods virtual protected destructors instead of im...
jamesr@chromium.org
2009-12-16
1
-3
/
+3
*
Exclude chrome:// requests from showing up on the about:net-internals page.
eroman@chromium.org
2009-12-12
2
-3
/
+61
*
Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...
eroman@chromium.org
2009-12-12
1
-6
/
+1
*
SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade.
agl@chromium.org
2009-12-11
2
-31
/
+140
*
Cache failed DNS resolutions for 1 second.
eroman@chromium.org
2009-12-10
1
-6
/
+9
*
Remove bzip2 decoding support completely.
thestig@chromium.org
2009-12-08
1
-56
/
+0
*
Update network priorities to support better granularity
mbelshe@google.com
2009-12-02
2
-7
/
+8
*
The FTPDirectoryListing test has been failing in a couple of runs. Marking it...
ananta@chromium.org
2009-11-24
1
-1
/
+2
*
Fix one source of flakiness of FTP tests.
phajdan.jr@chromium.org
2009-11-23
1
-2
/
+1
*
Add compiler-specific "examine printf format" attributes to printfs.
evan@chromium.org
2009-11-20
3
-9
/
+12
*
In the local file listing, we should pass time in UTC to ICU's date/time form...
jshin@chromium.org
2009-11-19
1
-3
/
+4
*
Propagate the "first party for cookies" from WebKit to the network stack
wtc@chromium.org
2009-11-13
2
-1
/
+2
*
Style nit -- bind asterisks to the left rather than right.
eroman@chromium.org
2009-11-13
2
-2
/
+2
*
Plumb LoadLog into SocketStream
ukai@chromium.org
2009-11-13
8
-199
/
+274
*
Add LoadLog instrumentation to HttpNetworkTransaction, to tell how much time ...
eroman@chromium.org
2009-11-13
1
-8
/
+18
*
Clear disk cache when the cache is not initialized
hclam@chromium.org
2009-11-07
1
-1
/
+1
*
Improve the display of LoadLogs when truncation occurs.
eroman@chromium.org
2009-11-06
1
-1
/
+4
*
Second patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
17
-19
/
+56
*
Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ...
ananta@chromium.org
2009-10-23
2
-20
/
+10
*
Refactor: Address some style comments from a review (which missed the origina...
eroman@chromium.org
2009-10-23
1
-3
/
+8
*
Change the request tracking done by about:net-internals to be per context rat...
eroman@chromium.org
2009-10-22
8
-293
/
+306
*
Moved patch from 297003 over to committer repository.
rolandsteiner@chromium.org
2009-10-22
4
-0
/
+101
*
Add a mechanism to disable IPv6.
eroman@chromium.org
2009-10-21
1
-5
/
+21
*
Display the full address list rather than just the first item, in about:net-i...
eroman@chromium.org
2009-10-19
1
-6
/
+21
*
Mark flaky FTP tests as flaky.
phajdan.jr@chromium.org
2009-10-16
1
-5
/
+10
*
Coverity: check file_util::WriteFile return.
mattm@chromium.org
2009-10-14
1
-3
/
+3
*
Initial CL for fixing some of the proxy auth issues.
chron@chromium.org
2009-10-06
1
-1
/
+1
*
Add a response_info() accessor to URLRequest to get a reference to the net::H...
michaeln@google.com
2009-10-05
2
-0
/
+7
*
Make the font sizes on about:net-internals consistent.
evan@chromium.org
2009-10-05
1
-3
/
+4
*
Adds a virtual dtor to BaseTestServer
cpu@chromium.org
2009-09-30
1
-0
/
+2
[next]