aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/storage_thread.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * Update to rust 1.85 This is needed for cargo-deny Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Upgrade crown Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Clippy fixes Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Re-upgrade cargo-deny to 0.18 Keeping it locked to 0.18 just in case they update their required rustc version again Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
* build: upgrade rustc to 1.81.0 (#34270)Mukilan Thiyagarajan2024-12-121-2/+1
| | | Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
| | | Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
* clippy: fix some leftover warnings in components/net (#32476)Peter Mikola2024-06-111-1/+1
|
* clippy: fix warnings in components/net (#31564)eri2024-03-101-9/+9
| | | | | | | * clippy: fix some warnings in components/net * fix: review comments * fix: tidy
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+7
| | | | | * strict imports formatting * Reformat all imports
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
|
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
|
* Rustfmt net cratePyfisch2018-11-031-82/+113
|
* Save local storage at every change and not just on shutdownFabrice Desré2018-05-201-6/+13
|
* Removed util.Alan Jeffrey2016-12-141-3/+3
|
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-9/+9
|
* Remove use of util::opts from storage_threadAnthony Ramine2016-07-271-12/+13
|
* Remove use of util::opts from resource_threadAnthony Ramine2016-07-271-2/+5
|
* Properly check storage size against QUOTA_SIZE_LIMIT (fixes #12247)Anthony Ramine2016-07-061-4/+7
|
* send a reply when thread is done exitingAbelardo E. Mendoza2016-05-301-1/+2
| | | | | | | | | | fixed failing tests fix tests handle error instead of just unwrappng it create a channel per thread and update tests with a call to rx.recv().unwrap()
* adding default config dirsRahul Sharma2016-05-251-4/+4
|
* Remove the pointless StorageThread alias.Ms2ger2016-05-201-4/+4
|
* read cookie_jar, hsts_list, auth_cache, and local_data from file if ↵Daniel2016-04-251-1/+5
| | | | profile_dir option is present
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-10/+1
|
* write cookie_jar, hsts_list, auth_cache, and local_data to file if ↵Daniel2016-04-201-0/+5
| | | | profile_dir option is present
* Remove remaining unused importsMatthew Kuo2016-01-171-1/+0
|
* task -> threadrohan.prinja2016-01-101-0/+231