Commit Graph

50 Commits

Author SHA1 Message Date
Sunshine f9aac6f41b
update crates 2020-06-20 01:05:39 -04:00
Sunshine 80523c5a59
version bump 2020-06-01 05:41:42 -04:00
Sunshine 19a87f426e
version bump 2020-05-17 14:06:55 -04:00
Sunshine 2ca2c7aff8
version bump 2020-05-12 03:10:43 -04:00
Sunshine a18df74946
refactor code and implement integrity validation 2020-05-12 02:51:37 -04:00
Sunshine c999359b9f
Merge branch 'context-comment' of github.com:Alch-Emi/monolith into context-comment 2020-04-30 19:54:13 -04:00
Sunshine 890bcb1bb6
version bump 2020-04-25 01:03:49 -04:00
Sunshine b1d6bbce0c
upgrade base64 crate & version bump (2.2.2 → 2.2.3) 2020-04-08 19:49:46 -04:00
Sunshine 8112ab6d04
version bump (2.2.1 → 2.2.2) 2020-04-05 14:38:40 -04:00
Sunshine 4951fea730
implement full CSS parsing 2020-04-02 01:09:32 -04:00
Sunshine f27d5fa23e
bump version number (2.1.2 → 2.2.0) 2020-03-22 23:30:31 -04:00
Sunshine 0d1e21e9ad
add black box tests 2020-02-23 22:48:14 -05:00
Sunshine 23ceaed493
update crates 2020-02-15 01:47:08 -05:00
Sunshine b6896febf1
version bump (2.1.1 → 2.1.2) 2020-01-21 02:32:29 -05:00
Emi Simpson 27c9fb4cd3
Added comment indicating the context under which the page was downloaded 2020-01-08 18:51:18 -05:00
rhysd 6e99ad13e7 upgrade reqwest to v0.10.0
This will improve build time and binary size as follows:

* Before

- **Compile targets**: 220
- **Build time**: `cargo build --release  1264.95s user 39.72s system 335% cpu 6:29.14 total`
- **Binary size**: 6578568 bytes

* After

- **Compile targets**: 170
- **Build time**: `cargo build --release  1130.64s user 32.15s system 359% cpu 5:23.69 total`
- **Binary size**: 6107088 bytes

* Differences

- **Compile targets**: 1.29x smaller
- **Build time**: 1.23x faster
- **Binary size**: 1.07x smaller
2020-01-07 14:22:32 +09:00
rhysd 0a38cd0eae add rhysd to authors list 2020-01-03 15:43:25 +09:00
rhysd 75fb6961ed migrate to Rust 2018 2020-01-03 00:33:49 +09:00
Sunshine 88ffde0c3b wipe integrity attributes 2019-12-26 09:44:01 -05:00
Emi Simpson 1a7336e809
Updated Cargo.toml 2019-12-09 22:21:54 -05:00
Sunshine 491185e191 Bump version number (2.0.22 → 2.0.23) 2019-10-22 18:37:27 -04:00
Sunshine b0c55d5016 Add Emmanuel to the list of authors 2019-10-22 18:36:10 -04:00
Sunshine 8add3a8746
Bump version number 2019-10-10 22:34:38 -04:00
Sunshine b5d42bd722
Bump version number 2019-10-10 07:49:46 -04:00
Vincent Flyson 3948ea3aa0 Improve code structure 2019-09-29 17:15:49 -04:00
Vincent Flyson eec05767cf Add support for poster attribute 2019-09-22 12:57:50 -04:00
Vincent Flyson 88a230872c Add CSP isolation, no CSS, and no iframe options 2019-09-21 22:59:03 -04:00
Vincent Flyson 04cbbefafa Ignore empty src in images, accept fluid icons 2019-09-08 02:51:53 -04:00
Vincent Flyson 02b717ae54 Add flag to ignore errors related to TLS certificates 2019-08-26 23:17:36 -04:00
Vincent Flyson 2b96f9a32a Add flag for silent mode 2019-08-25 11:41:30 -04:00
Vincent Flyson 50f1ba1ce8 Treat network errors as empty results 2019-08-24 23:06:40 -04:00
Vincent Flyson 0b2e1d0746 Remove compiler warning 2019-08-24 20:23:53 -04:00
Vincent Flyson f3308157c0
Bump version number (2.0.10 → 2.0.11) 2019-08-24 14:50:22 -04:00
Vincent Flyson d51221a58f
Update Cargo.toml 2019-08-24 11:35:06 -04:00
Vincent Flyson d49e825777 Add support for picture elements 2019-08-24 11:21:29 -04:00
Vincent Flyson d8d6437a15
Merge branch 'master' into author-robatipoor 2019-08-23 23:24:07 -04:00
Vincent Flyson c34d77d5d8 Revamp resolve_url() and improve code format 2019-08-23 23:06:14 -04:00
Vincent Flyson 9138485c61
Update Cargo.toml 2019-08-23 20:19:49 -04:00
Vincent Flyson 2be5b1c235 Add support for iframes 2019-08-23 20:16:16 -04:00
Vincent Flyson c0fffbb212 Get rid of mime-sniffer dependency 2019-08-23 18:48:08 -04:00
Vincent Flyson 13429e32d3 Allow HTTP redirects and preserve email links 2019-08-23 16:00:05 -04:00
Vincent Flyson d3497b5db1
Merge branch 'master' into author-robatipoor 2019-08-23 15:09:46 -04:00
Vincent Flyson 7e298b0b02 Add -u flag for custom User-Agent 2019-08-23 15:00:56 -04:00
Vincent Flyson 7b326ee9f5 Add robatipoor to list of authors 2019-08-23 14:44:16 -04:00
mahdi 14e9e6facc cargo clippy 2019-08-23 22:54:45 +04:30
Vincent Flyson 54fdd890f9 Parse Cargo.toml for strings 2019-08-23 05:49:14 -04:00
Vincent Flyson fde715a27e Increase request timeout to 10 seconds 2019-08-23 05:08:38 -04:00
Vincent Flyson a891782ce4 Add option to exclude images 2019-08-23 04:33:30 -04:00
Vincent Flyson ffa60a0ce2 Convert action attribute to full URL for FORM tags 2019-08-23 03:28:55 -04:00
Vincent Flyson 143c396c71 Rewrite program in Rust 2019-08-22 23:17:15 -04:00