| Commit message (Expand) | Author | Age | Files | Lines |
* | Add WebSocket handshake support to UrlRequestHttpJob, by supporting ws: and w... | ricea@chromium.org | 2013-11-28 | 1 | -0/+6 |
* | Use a direct include of strings headers in net/test/, net/third_party/, net/t... | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 1 | -10/+0 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 1 | -0/+10 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 1 | -10/+0 |
* | Remove unused pieces of URLRequestJobFactory API. | pauljensen@chromium.org | 2013-02-12 | 1 | -23/+7 |
* | Disable FTP on iOS | droger@chromium.org | 2012-08-30 | 1 | -0/+2 |
* | Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network... | shalev@chromium.org | 2012-08-24 | 1 | -16/+22 |
* | Removed checks that verify URLRequest has a Context | shalev@chromium.org | 2012-08-13 | 1 | -6/+3 |
* | Fix file access on Chrome for ChromeOS on Linux | gspencer@chromium.org | 2012-05-05 | 1 | -4/+3 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-21 | 1 | -5/+4 |
* | Revert 115227 - Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-21 | 1 | -4/+5 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-20 | 1 | -5/+4 |
* | Remove ProtocolFactory/Interceptor uses in GViewRequestInterceptor. | willchan@chromium.org | 2011-05-26 | 1 | -22/+48 |
* | Revert 86802 - Remove ProtocolFactory/Interceptor uses in GViewRequestInterce... | willchan@chromium.org | 2011-05-26 | 1 | -48/+16 |
* | Remove ProtocolFactory/Interceptor uses in GViewRequestInterceptor. | willchan@chromium.org | 2011-05-26 | 1 | -16/+48 |
* | Create a URLRequestJobFactory to replace the URLRequest globals. | willchan@chromium.org | 2011-05-14 | 1 | -1/+31 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Remove all "net::" prefixes under net/url_request for code that's | adamk@chromium.org | 2011-03-24 | 1 | -26/+26 |
* | More net/ method ordering. | erg@google.com | 2011-01-26 | 1 | -9/+9 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -4/+4 |
* | net: Add namespace net to more files. | tfarina@chromium.org | 2010-12-17 | 1 | -7/+11 |
* | net: Add namespace net to URLRequestErrorJob. | tfarina@chromium.org | 2010-12-15 | 1 | -3/+3 |
* | net: Add namespace net to URLRequestHttpJob. | tfarina@chromium.org | 2010-12-13 | 1 | -2/+2 |
* | net: Add namespace net to URLRequestDataJob. | tfarina@chromium.org | 2010-12-12 | 1 | -1/+1 |
* | net: Add namespace net to URLRequestFileJob. | tfarina@chromium.org | 2010-12-12 | 1 | -1/+1 |
* | net: Add namespace net to URLRequestFtpJob. | tfarina@chromium.org | 2010-12-12 | 1 | -1/+1 |
* | net: Add namespace net to URLRequestAboutJob. | tfarina@chromium.org | 2010-12-11 | 1 | -1/+1 |
* | net: Remove typedef net::URLRequestJob URLRequestJob; | tfarina@chromium.org | 2010-12-11 | 1 | -8/+9 |
* | Add a new GetInstance() method for singleton classes under chrome/service and... | satish@chromium.org | 2010-12-09 | 1 | -0/+6 |
* | net: Remove typedef net::URLRequest URLRequest; | tfarina@chromium.org | 2010-11-30 | 1 | -10/+10 |
* | Restrict file protocol on chromeos to certain whitelisted directories. Disabl... | achuith@chromium.org | 2010-11-11 | 1 | -1/+1 |
* | FBTF: Monster ctor patch after changing heuristics in clang plugin. | erg@google.com | 2010-10-18 | 1 | -0/+2 |
* | Rename url_request_new_ftp_job -> url_request_ftp_job | phajdan.jr@chromium.org | 2010-03-16 | 1 | -2/+2 |
* | Remove WinInet FTP code. | phajdan.jr@chromium.org | 2010-01-05 | 1 | -8/+0 |
* | Moved patch from 297003 over to committer repository. | rolandsteiner@chromium.org | 2009-10-22 | 1 | -0/+2 |
* | Enable ExtensionApiTest.Toolstrip and add additional debug output. | rafaelw@chromium.org | 2009-09-29 | 1 | -0/+1 |
* | Change the URLs used to access "view-cache:" and "view-net-internals:". | eroman@chromium.org | 2009-09-14 | 1 | -4/+0 |
* | Add skeleton for an about:net-internal page. | eroman@chromium.org | 2009-09-01 | 1 | -0/+2 |
* | [Second attempt] | wtc@chromium.org | 2009-06-25 | 1 | -2/+2 |
* | 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 |
* | Reduce header dependencies in net/ | phajdan.jr@chromium.org | 2009-05-29 | 1 | -0/+1 |
* | URLRequest::Interceptor enhancements1) Allow an interceptor to change its min... | michaeln@google.com | 2009-04-16 | 1 | -2/+42 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 1 | -1/+0 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | add file:// handling to mac and linux builds | pinkerton@google.com | 2008-10-10 | 1 | -2/+2 |
* | fix build bustage due to missing header | darin@google.com | 2008-09-29 | 1 | -0/+2 |
* | Review URL: http://codereview.chromium.org/2942 | jeremy@chromium.org | 2008-09-17 | 1 | -2/+17 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |