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
*
Make FtpNetworkTransaction report its load state.
phajdan.jr@chromium.org
2009-08-12
2
-0
/
+6
*
Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...
ericroman@google.com
2009-08-12
4
-4
/
+16
*
Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive...
ericroman@google.com
2009-08-11
1
-0
/
+3
*
Re-enable remaining FTP unit tests.
phajdan.jr@chromium.org
2009-08-07
2
-5
/
+3
*
Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding...
phajdan.jr@chromium.org
2009-08-06
1
-3
/
+1
*
Submitting http://codereview.chromium.org/164076 for syf1984@gmail.com (aka m...
robertshield@chromium.org
2009-08-06
1
-1
/
+28
*
Revert of r22559.
aa@chromium.org
2009-08-06
1
-2
/
+1
*
Bunch of Coverity fixes, rather minor severity.
phajdan.jr@chromium.org
2009-08-06
1
-1
/
+2
*
Correctly handle multiple control responses for RETR command.
phajdan.jr@chromium.org
2009-08-05
1
-4
/
+2
*
Fix a hang if directory listing size is > 8K, for example,
wtc@chromium.org
2009-07-31
1
-2
/
+1
*
Disable FTP tests failing intermittently on Mac.
phajdan.jr@chromium.org
2009-07-31
1
-2
/
+4
*
Fix 307 redirects of a POST request to actually send the body again, and add a
darin@chromium.org
2009-07-30
2
-3
/
+2
*
Re-enable half of new ftp unit tests in url_request_unittest.cc.
phajdan.jr@chromium.org
2009-07-30
1
-32
/
+23
*
Add plumbing for allowing the renderer to intercept and cancel redirects before
darin@chromium.org
2009-07-30
8
-32
/
+51
*
Moved the logical dependency on Blacklist from URLRequestContext
idanan@chromium.org
2009-07-28
1
-7
/
+1
*
Navigation and cookies for Automation
amit@chromium.org
2009-07-28
2
-10
/
+9
*
Cleanup in url_request_new_ftp_job.
phajdan.jr@chromium.org
2009-07-27
2
-3
/
+1
*
Return Error Status Upon Blocking Requests
idanan@chromium.org
2009-07-24
2
-5
/
+5
*
Add support to URLRequest for deferring redirects.
darin@chromium.org
2009-07-23
6
-37
/
+154
*
Change URLRequest to return net::ERR_INVALID_URL on redirects to invalid urls.
willchan@chromium.org
2009-07-21
2
-0
/
+18
*
Use base::Time::Exploded instead of struct tm in
wtc@chromium.org
2009-07-17
1
-30
/
+4
*
Fix a typo pointed out by wtc after I checked in.
jshin@chromium.org
2009-07-16
1
-1
/
+1
*
Refactorings surrounding HostResolver:
ericroman@google.com
2009-07-15
2
-3
/
+3
*
Fix the local directory listing, FTP directory listing and the local file han...
jshin@chromium.org
2009-07-09
4
-18
/
+121
*
Fix 15 coverity complaints.
rvargas@google.com
2009-07-01
2
-3
/
+3
*
Create a more fine grained histogram of SDCH payload sizes
jar@chromium.org
2009-06-29
1
-2
/
+2
*
Make net::HostResolver refcounted.
ericroman@google.com
2009-06-27
3
-8
/
+3
*
Reverting 19425.
ericroman@google.com
2009-06-26
3
-3
/
+8
*
Make net::HostResolver refcounted.
ericroman@google.com
2009-06-26
3
-8
/
+3
*
Document when the Delegate methods OnCertificateRequested and
wtc@chromium.org
2009-06-26
1
-1
/
+9
*
[Second attempt]
wtc@chromium.org
2009-06-25
1
-2
/
+2
*
Start to disable bzip2 support. First step: Stop advertising support.
jar@chromium.org
2009-06-24
2
-9
/
+12
*
Revert the previous checkin r19037 because it causes test_shell to
wtc@chromium.org
2009-06-23
1
-2
/
+2
*
Use the new portable FTP implementation on non-Windows platforms.
wtc@chromium.org
2009-06-23
1
-2
/
+2
*
Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ...
idanan@chromium.org
2009-06-23
2
-3
/
+25
*
Move socket related files from net/base to net/socket.
willchan@chromium.org
2009-06-22
2
-2
/
+2
*
Remove some unused files.
ericroman@google.com
2009-06-22
2
-158
/
+0
*
Comments added to SSL unit tests.
jrg@chromium.org
2009-06-19
1
-0
/
+23
*
Reorder URLRequest members so URLRequestContext lasts longer than URLRequestJob.
willchan@chromium.org
2009-06-17
1
-3
/
+3
*
Reorder members in URLRequestHttpJob to get correct destruction order.
willchan@chromium.org
2009-06-17
2
-6
/
+7
*
Revert 18520.
ericroman@google.com
2009-06-17
1
-2
/
+1
*
Temporarily disable a test which appears to be causing valgrind errors.
eroman@chromium.org
2009-06-16
1
-1
/
+2
*
Take 2. Make TCPClientSocketPool own the ConnectingSockets.
willchan@chromium.org
2009-06-15
2
-16
/
+6
*
Revert "Make TCPClientSocketPool own the ConnectingSockets."
willchan@chromium.org
2009-06-15
2
-6
/
+16
*
Make TCPClientSocketPool own the ConnectingSockets.
willchan@chromium.org
2009-06-15
2
-16
/
+6
*
Specify new methods for supporting SSL client authentication.
wtc@chromium.org
2009-06-12
6
-6
/
+63
*
Temporarily disable tests causing memory leaks.
ericroman@google.com
2009-06-12
2
-3
/
+10
*
Disable URLRequestTest.CancelTest4 since it started leaking.
willchan@chromium.org
2009-06-12
1
-1
/
+1
*
Experiment: turn off host caching to see if it relates to client socket pool ...
ericroman@google.com
2009-06-12
2
-3
/
+9
*
* Avoid doing concurrent DNS resolves of the same hostname in HostResolver.
ericroman@google.com
2009-06-12
3
-5
/
+21
[next]