aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/storage_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-4/+4
* build: upgrade rustc to 1.81.0 (#34270)Mukilan Thiyagarajan2024-12-121-2/+1
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* 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
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+7
* 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
* 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 profile_d...Daniel2016-04-251-1/+5
* 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 profile_di...Daniel2016-04-201-0/+5
* Remove remaining unused importsMatthew Kuo2016-01-171-1/+0
* task -> threadrohan.prinja2016-01-101-0/+231