aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/resource_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* make protocol handlers registrable (#33104)webbeef2024-08-221-14/+48
* dependencies: Upgrade `cookie` and rename Servo's `Cookie` to `ServoCookie` (...Martin Robinson2024-07-261-4/+6
* Net: fold websocket and http tokio runtime into one (#31771)tannal2024-03-211-1/+2
* fix: missing thread name when spawning (#31656)Ngo Iok Ui (Wu Yu Wei)2024-03-141-0/+1
* clippy: Fix warnings in `components/net` (#31626)eri2024-03-131-3/+4
* clippy: fix warnings in components/net (#31564)eri2024-03-101-16/+14
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-31/+30
* remove `extern crate` (#30311)Samson2023-09-081-0/+2
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-081-38/+58
* Make sender and receiver name more coherentatbrakhi2023-05-081-8/+8
* Upgrade HyperNaveen Gattu2022-01-161-77/+56
* Non-blocking network IONaveen Gattu2021-12-231-38/+52
* Make reload button clear the network cache.Josh Matthews2020-07-271-0/+3
* net: Replace ws-rs with async-tungstenite.Josh Matthews2020-07-081-3/+4
* net: Allow SSL websockets to use dynamic list of certs as well.Josh Matthews2020-06-091-0/+2
* net: Pass certs that fail the SSL handshake out of the network layer.Josh Matthews2020-06-091-10/+26
* net: Add an SSL verification callback to support checking a dynamic list of c...Josh Matthews2020-06-091-6/+12
* net: shutdown async runtime on exitGregory Terzian2020-05-301-2/+5
* allow for a service worker network mediator per originGregory Terzian2020-04-051-5/+7
* add a fetch token for blob urlsGregory Terzian2020-02-211-1/+34
* add a core resource thread-poolGregory Terzian2020-02-141-8/+143
* Cookies are now expired immediately before each lookupPatrick Shaughnessy2020-01-241-0/+2
* Fix some warnings in future Rust nightliesSimon Sapin2020-01-021-13/+4
* Let hyper automatically add a host header for HTTP/1Jan Andre Ikenmeyer2019-12-161-3/+3
* Disable H2 ALPN.Josh Matthews2019-12-131-3/+3
* Add ALPN and signature algorithms to OpenSSL configJan Andre Ikenmeyer2019-11-301-3/+3
* Use HSTS preload list for private HttpState, too.Jan Andre Ikenmeyer2019-11-101-6/+18
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-2/+2
* http-cache: wait on pending storesGregory Terzian2019-10-081-0/+1
* Move ResourceFetchTiming into ArcJaved Nissar2019-09-181-1/+2
* Responding to review commentsAlan Jeffrey2019-09-111-1/+2
* Prefetch img and scripts during parsingAlan Jeffrey2019-09-101-3/+8
* Net: removed opts::get() usageoneturkmen2019-06-061-8/+27
* Auto merge of #22769 - gterzian:use_thread_pool_in_resource_thread, r=noxbors-servo2019-04-191-36/+37
|\
| * use a threadpool for fetchGregory Terzian2019-04-181-36/+37
* | Add webdriver deletecookies functionaditj2019-04-191-0/+8
|/
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-6/+6
* refactored performance timing to align with updated specddh2018-11-201-4/+11
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-3/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+2
* Reorder importsPyfisch2018-11-061-8/+8
* Sort `use` statementsSimon Sapin2018-11-061-5/+5
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Rustfmt net cratePyfisch2018-11-031-142/+185
* Update hyper to 0.12Bastien Orivel2018-11-011-6/+5
* Add lots of derived Debug implsAlan Jeffrey2018-10-291-2/+2
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-1/+1