summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Remove unfixable test.vandebo@chromium.org2010-06-171-15/+0
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-152-0/+4
* Fix a regression that accesses file system synchronouslyhuanr@chromium.org2010-06-144-44/+50
* Track whether a page was loaded via a proxy so that we canmbelshe@chromium.org2010-06-101-0/+5
* Reapply 49081: AppCache: Use a MockHttpServer instead of starting a seperate ...michaeln@chromium.org2010-06-072-0/+7
* Revert 49081 - AppCache: Use a MockHttpServer instead of starting a seperate ...michaeln@google.com2010-06-072-7/+0
* AppCache: Use a MockHttpServer instead of starting a seperate http server for...michaeln@chromium.org2010-06-072-0/+7
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-074-8/+8
* Convert some DCHECKs() for redirect into CHECKs() to make sure they aren't ge...eroman@chromium.org2010-06-031-2/+2
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-1/+2
* Move net::HTTPSProber from net_base to netmnissler@chromium.org2010-06-013-1/+154
* view-cache: Refactor ViewCacheHelper and ViewHttpCacheJobFactoryrvargas@google.com2010-05-273-100/+553
* This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...lzheng@chromium.org2010-05-211-0/+6
* Generate some histograms to see how well our compression is working.mbelshe@chromium.org2010-05-212-2/+109
* Fix the logging of URL_REQUEST_START, so the nesting is correct on redirects.eroman@chromium.org2010-05-171-8/+9
* Add the URLRequest's method and load flags to the NetLog.eroman@chromium.org2010-05-143-2/+54
* Http Cache: Add a backend factory class so that the callerrvargas@google.com2010-05-121-1/+1
* Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders().willchan@chromium.org2010-05-073-32/+44
* Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.willchan@chromium.org2010-05-067-45/+47
* Add a tool for testing your network setup.eroman@chromium.org2010-05-041-2/+3
* Remove deprecated things from net test suite:phajdan.jr@chromium.org2010-04-302-29/+20
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-9/+14
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-271-4/+4
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-19/+32
* Update about:cache to display cached metadata for an entry.tonyg@chromium.org2010-04-191-3/+5
* Call the IsCertStatusError function.wtc@chromium.org2010-04-161-2/+1
* Add support for attaching custom parameters to NetLog events.eroman@chromium.org2010-04-091-8/+9
* Patch the XSS in Net-internal viewcache by html encoding "key"inferno@chromium.org2010-04-011-1/+1
* Reland r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-291-3/+3
* A basic implementation of information about appcache. Lists manifest files, t...kkanetkar@chromium.org2010-03-271-1/+2
* Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab...jochen@chromium.org2010-03-251-1/+1
* Support sending a sliced file in chromium.jianli@chromium.org2010-03-242-6/+14
* Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab...dhollowa@chromium.org2010-03-241-1/+1
* Add a delegate to CookieMonster and broadcast notifications about changes to ...jochen@chromium.org2010-03-241-1/+1
* Revert "Reland r42300: "HttpRequestHeaders refactor."""willchan@chromium.org2010-03-231-3/+3
* Reland r42300: "HttpRequestHeaders refactor.""willchan@chromium.org2010-03-231-3/+3
* Revert r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-231-3/+3
* HttpRequestHeaders refactor.willchan@chromium.org2010-03-231-3/+3
* Rename url_request_new_ftp_job -> url_request_ftp_jobphajdan.jr@chromium.org2010-03-163-39/+39
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-168-525/+31
* Do not call OnGetCookiesBlocked or OnSetCookieBlocked when cookies aredarin@chromium.org2010-03-122-9/+12
* net: string_utils.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-083-2/+3
* Pulls the latest googleurl to get the fix forbrettw@chromium.org2010-03-061-8/+10
* Refactor: Move the code that handles "chrome://net-internals/*" from the net ...eroman@chromium.org2010-03-042-824/+0
* Remove debug info used to diagnose bug 31723.rvargas@google.com2010-03-031-12/+1
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-241-1/+1
* Add APIs to expose http cache's metadata and thervargas@google.com2010-02-236-1/+27
* Make MappedHostResolver display its internals on the about:net-internals page...eroman@chromium.org2010-02-191-3/+1
* Use Extension method from FilePath API instead of the deprecated GetFileExten...evan@chromium.org2010-02-151-6/+3
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-152-2/+14