aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/resource_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Make the memory reporting multi-process aware (#35863)webbeef2025-04-051-2/+4
* Webdriver delete cookie (#36306)Euclid Ye2025-04-041-0/+8
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-011-10/+2
* Create `config_dir` if none exist for caching (#35761)Euclid Ye2025-03-181-3/+3
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-4/+7
* libservo: Convert `intercept_web_resource_load` into `load_web_resource` (#35...Martin Robinson2025-02-211-5/+5
* Implement WebResourceRequested Event. (#34961)zhuhaichao5182025-01-161-1/+6
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-2/+2
* add minimal implementation of FetchParams (#34833)arthmis2025-01-121-3/+6
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-111-19/+59
* Update all network-related dependencies to the latest versions (#34630)Josh Matthews2025-01-081-2/+2
* Prompt user for credentials when http request needs it (#34620)arthmis2024-12-281-1/+7
* Add prefs to limit threadpool sizes (#34478)Jonathan Schwender2024-12-071-3/+8
* 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