Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |