electron/atom/browser/net
2016-12-21 11:54:48 +05:30
..
asar protocol: respect range header when reading from asar 2016-09-08 10:14:49 +05:30
about_protocol_handler.cc add about: protocol handler 2016-11-09 13:22:58 +05:30
about_protocol_handler.h add about: protocol handler 2016-11-09 13:22:58 +05:30
atom_cert_verifier.cc session: exclude hosts from CT verification if they are handled by custom cert verifiers 2016-10-17 16:35:28 +05:30
atom_cert_verifier.h session: exclude hosts from CT verification if they are handled by custom cert verifiers 2016-10-17 16:35:28 +05:30
atom_cookie_delegate.cc Add initial cookie changed event support 2016-09-29 09:16:29 -07:00
atom_cookie_delegate.h Add initial cookie changed event support 2016-09-29 09:16:29 -07:00
atom_ct_delegate.cc session: exclude hosts from CT verification if they are handled by custom cert verifiers 2016-10-17 16:35:28 +05:30
atom_ct_delegate.h session: exclude hosts from CT verification if they are handled by custom cert verifiers 2016-10-17 16:35:28 +05:30
atom_network_delegate.cc Fix API changes of Chrome 53 2016-09-14 16:22:43 +09:00
atom_network_delegate.h Fix API changes of Chrome 53 2016-09-14 16:22:43 +09:00
atom_ssl_config_service.cc Sort includes alphabetically 2016-08-26 15:30:02 -07:00
atom_ssl_config_service.h Move AtomSSLConfigService to atom/browser/net 2015-11-17 19:05:38 +08:00
atom_url_request.cc net: disallow cookies from the cookie store 2016-12-21 11:54:48 +05:30
atom_url_request.h net: add api to set request flags for testing 2016-12-09 09:54:30 -08:00
atom_url_request_job_factory.cc Modernize to C++11: Use auto key to improve code readability and maintainability. 2016-07-10 13:11:47 +02:00
atom_url_request_job_factory.h Clear protocol handlers on exit 2016-07-09 17:02:55 +09:00
http_protocol_handler.cc support https, ws, wss builtin schemes to be intercepted 2015-05-11 12:56:36 +05:30
http_protocol_handler.h support https, ws, wss builtin schemes to be intercepted 2015-05-11 12:56:36 +05:30
js_asker.cc fill net::URLRequest details on IO thread 2016-06-09 10:39:18 +05:30
js_asker.h fill net::URLRequest details on IO thread 2016-06-09 10:39:18 +05:30
url_request_about_job.cc add about: protocol handler 2016-11-09 13:22:58 +05:30
url_request_about_job.h add about: protocol handler 2016-11-09 13:22:58 +05:30
url_request_async_asar_job.cc Modernize to C++11: Use auto key to improve code readability and maintainability. 2016-07-10 13:11:47 +02:00
url_request_async_asar_job.h Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
url_request_buffer_job.cc Modernize to C++11: Use auto key to improve code readability and maintainability. 2016-07-10 13:11:47 +02:00
url_request_buffer_job.h Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
url_request_fetch_job.cc URLRequestFetchJob should report start error 2016-12-07 16:34:28 +05:30
url_request_fetch_job.h Refactor the URLRequestFetchJob code 2016-05-30 20:31:00 +09:00
url_request_string_job.cc Modernize to C++11: Use auto key to improve code readability and maintainability. 2016-07-10 13:11:47 +02:00
url_request_string_job.h Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00