summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Assorted fixes for 64-bit.deanm@chromium.org2009-07-282-4/+4
* Rework FTP control response parsing code and fix socket Write misuse.phajdan.jr@chromium.org2009-07-287-217/+524
* Consider "127.0.0.1" and "[::1]" local addresses for the purposes of proxy by...ericroman@google.com2009-07-283-203/+255
* Moved the logical dependency on Blacklist from URLRequestContextidanan@chromium.org2009-07-281-7/+1
* Remove *.vsprops files that are no longer referenced (or only havesgk@google.com2009-07-281-8/+0
* Make CookieStore dtor virtualamit@chromium.org2009-07-281-0/+2
* Navigation and cookies for Automationamit@chromium.org2009-07-289-57/+139
* Clean-up proxy_service_unittest.cc, to remove dependency on SingleThreadedPro...ericroman@google.com2009-07-281-744/+607
* Disk Cache: Delete chained block files when they become empty.rvargas@google.com2009-07-284-22/+121
* Cleanup in url_request_new_ftp_job.phajdan.jr@chromium.org2009-07-272-3/+1
* Fix LogTCPConnectedMetrics. Add FieldTrials for late binding (enable for 50%...willchan@chromium.org2009-07-272-13/+48
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-2616-316/+1079
* Implement mimetype sniffing for extensions.aa@chromium.org2009-07-252-1/+107
* Implemented rest of webkit api/glue code needed for HTML5 media canPlayType().scherkus@chromium.org2009-07-252-0/+36
* Updated media MIME type handling for Chrome and Chromium.scherkus@chromium.org2009-07-251-9/+2
* Disk cache: Avoid restarting the cache while it may be in use.rvargas@google.com2009-07-243-5/+19
* Return Error Status Upon Blocking Requestsidanan@chromium.org2009-07-242-5/+5
* Implement OCSP handler for NSS.ukai@chromium.org2009-07-243-0/+626
* Refactoring in socket pool unittests:phajdan.jr@chromium.org2009-07-234-390/+376
* linux: generalize desktop environment guessing to encompass KDEevan@chromium.org2009-07-233-49/+53
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-238-44/+158
* Strip embedded "#" in URLs when constructing HTTP cache key.ericroman@google.com2009-07-232-5/+28
* Disk cache: Fix handling of invalid entries that are detectedrvargas@google.com2009-07-2310-80/+200
* Add unit-test for 16199, to check caching behavior of conditonalized cache re...ericroman@google.com2009-07-231-3/+132
* Limit total number of sockets in the system.phajdan.jr@chromium.org2009-07-228-91/+441
* mp4 types in omnibox only for chrome, not chromiumfbarchard@chromium.org2009-07-221-0/+3
* Try again: Add proxy config (using gnome-network-preferences)mattm@chromium.org2009-07-223-54/+9
* Change URLRequest to return net::ERR_INVALID_URL on redirects to invalid urls.willchan@chromium.org2009-07-214-0/+21
* Use new char[] to match the delete[]. To fix a valgrind error.ericroman@google.com2009-07-181-4/+5
* Use manually constructed IPv6 socket addresses for tests, rather than system ...ericroman@google.com2009-07-187-42/+125
* Add synchronous-mode operation to MockHostResolver; this helps clarify some t...ericroman@google.com2009-07-185-44/+85
* Revert "Add proxy config (using gnome-network-preferences)"mattm@chromium.org2009-07-181-2/+7