Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to rust 1.85 (#35628) | Simon Wülker | 2025-02-24 | 1 | -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 Thiyagarajan | 2024-12-12 | 1 | -2/+1 |
| | | | Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> | ||||
* | Replace .map_or(false with Option::is_some_and (#33468) | Simon Wülker | 2024-09-16 | 1 | -1/+1 |
| | | | Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> | ||||
* | clippy: fix some leftover warnings in components/net (#32476) | Peter Mikola | 2024-06-11 | 1 | -1/+1 |
| | |||||
* | clippy: fix warnings in components/net (#31564) | eri | 2024-03-10 | 1 | -9/+9 |
| | | | | | | | * clippy: fix some warnings in components/net * fix: review comments * fix: tidy | ||||
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -6/+7 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Rustfmt net crate | Pyfisch | 2018-11-03 | 1 | -82/+113 |
| | |||||
* | Save local storage at every change and not just on shutdown | Fabrice Desré | 2018-05-20 | 1 | -6/+13 |
| | |||||
* | Removed util. | Alan Jeffrey | 2016-12-14 | 1 | -3/+3 |
| | |||||
* | Urlmageddon: Use refcounted urls more often. | Emilio Cobos Álvarez | 2016-11-17 | 1 | -9/+9 |
| | |||||
* | Remove use of util::opts from storage_thread | Anthony Ramine | 2016-07-27 | 1 | -12/+13 |
| | |||||
* | Remove use of util::opts from resource_thread | Anthony Ramine | 2016-07-27 | 1 | -2/+5 |
| | |||||
* | Properly check storage size against QUOTA_SIZE_LIMIT (fixes #12247) | Anthony Ramine | 2016-07-06 | 1 | -4/+7 |
| | |||||
* | send a reply when thread is done exiting | Abelardo E. Mendoza | 2016-05-30 | 1 | -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 dirs | Rahul Sharma | 2016-05-25 | 1 | -4/+4 |
| | |||||
* | Remove the pointless StorageThread alias. | Ms2ger | 2016-05-20 | 1 | -4/+4 |
| | |||||
* | read cookie_jar, hsts_list, auth_cache, and local_data from file if ↵ | Daniel | 2016-04-25 | 1 | -1/+5 |
| | | | | profile_dir option is present | ||||
* | Upgrade to rust-url 1.0 and hyper 0.9 | Simon Sapin | 2016-04-23 | 1 | -10/+1 |
| | |||||
* | write cookie_jar, hsts_list, auth_cache, and local_data to file if ↵ | Daniel | 2016-04-20 | 1 | -0/+5 |
| | | | | profile_dir option is present | ||||
* | Remove remaining unused imports | Matthew Kuo | 2016-01-17 | 1 | -1/+0 |
| | |||||
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -0/+231 |