summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding...phajdan.jr@chromium.org2009-08-067-11/+15
* Submitting http://codereview.chromium.org/164076 for syf1984@gmail.com (aka m...robertshield@chromium.org2009-08-063-3/+57
* Properly handle invalid server control responses.phajdan.jr@chromium.org2009-08-062-1/+28
* Linux: add GYP flag to build with system libbz2.agl@chromium.org2009-08-062-2/+12
* Linux: add GYP flag to build with system zlib.agl@chromium.org2009-08-064-4/+30
* Disk Cache: Don't depend on the backend being enabled torvargas@google.com2009-08-064-21/+95
* Initialize 'processed' to 0 before passing its address to SSLRead orwtc@chromium.org2009-08-062-8/+12
* Reverting r22603, which reverts r22591. It seems that the revert doesn't help...hamaji@chromium.org2009-08-063-1517/+10
* Reverting r22591. It seems to be making purify fail.hamaji@chromium.org2009-08-063-10/+1517
* Revert of r22559.aa@chromium.org2009-08-067-16/+9
* Remove dependency on SingleThreadedProxyResolver from resolve_proxy_msg_helpe...eroman@chromium.org2009-08-063-150/+171
* Make sure the socket is deleted when ConnectJob times out.willchan@chromium.org2009-08-062-1/+48
* Remove an obsolete TODO comment. HostResolver has changedwtc@chromium.org2009-08-061-4/+1
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-067-9/+16
* Don't mutate |config_| after failing proxy-autodetect.eroman@chromium.org2009-08-053-5/+113
* Correctly handle multiple control responses for RETR command.phajdan.jr@chromium.org2009-08-054-25/+54
* Update a comment.ericroman@google.com2009-08-041-1/+2
* Better match IE's proxy settings.ericroman@google.com2009-08-0421-290/+1408
* Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h.eroman@chromium.org2009-08-046-21/+94
* Fix leak in ClientSocketPoolBaseTest. Don't create ConnectJobFactory unless ...willchan@chromium.org2009-08-041-6/+5
* Followup after http://codereview.chromium.org/149368phajdan.jr@chromium.org2009-08-034-41/+34
* Update a bug number referenced by some TODOs, to point at the new bug for tra...eroman@chromium.org2009-08-033-5/+5
* Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...willchan@chromium.org2009-08-035-18/+161
* Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...willchan@chromium.org2009-08-035-154/+18
* Support user-constructed conditional requests to HttpCache updating the cache.ericroman@google.com2009-08-032-50/+425
* Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...willchan@chromium.org2009-08-035-18/+154
* Move test_file_util out of libbase. Test code should not be mixed with produc...phajdan.jr@chromium.org2009-08-031-2/+3
* add application/ogg mime typefbarchard@chromium.org2009-08-031-0/+1
* Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings.eroman@chromium.org2009-08-029-242/+289
* Modify a temporary hack to be more inclusive.ericroman@google.com2009-08-011-0/+9
* Disk cache: Open the disk cache experiment for new users.rvargas@google.com2009-08-013-9/+25
* Fix a hang if directory listing size is > 8K, for example,wtc@chromium.org2009-07-312-14/+9
* Disable FTP tests failing intermittently on Mac.phajdan.jr@chromium.org2009-07-311-2/+4
* Integrate OCSP handlers in SSLClientSocketNSS.ukai@chromium.org2009-07-311-1/+6
* Add temporary debugging code to diagnose intermittent net_unittests crashes o...phajdan.jr@chromium.org2009-07-302-0/+18
* Don't use an assignment as a truth value.wtc@chromium.org2009-07-301-4/+3
* Fix 307 redirects of a POST request to actually send the body again, and add adarin@chromium.org2009-07-305-5/+4
* gcc >= 4.3 fixesmdm@chromium.org2009-07-301-1/+1
* Fix uninitialized memory read in FtpNetworkTransaction.phajdan.jr@chromium.org2009-07-301-2/+0
* Disk cache: Remove remaining uses of RankingsNode.pointer.rvargas@google.com2009-07-3011-47/+118
* Re-enable half of new ftp unit tests in url_request_unittest.cc.phajdan.jr@chromium.org2009-07-301-32/+23
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-308-32/+51
* Fix crash in client_socket_pool_base.cc.phajdan.jr@chromium.org2009-07-293-6/+75
* If a write is pending, just add it to the buffer. Don't trigger a second conc...avi@chromium.org2009-07-291-0/+11
* Http cache: dump the transaction and active entry keyrvargas@google.com2009-07-291-2/+11
* Http cache: revert dumping the transaction key.rvargas@google.com2009-07-291-9/+2
* Http cache: dump the transaction and active entry keyrvargas@google.com2009-07-291-2/+9
* Make IsIDNComponentSafe in net/base/net_util.cc thread-safe with a lock. jshin@chromium.org2009-07-291-36/+41
* Followup after socket tests refactoring http://codereview.chromium.org/155925phajdan.jr@chromium.org2009-07-294-100/+110
* Store the url into a stack variable for the CHECK when connection_group.empty().willchan@chromium.org2009-07-291-3/+11