Sunshine
|
900dd8d163
|
offload percent decoding to percent-encoding crate
|
2021-10-17 22:26:11 -10:00 |
|
Sunshine
|
2be725eeb5
|
bump version number (2.6.0 -> 2.6.1)
|
2021-07-03 19:33:09 -10:00 |
|
Sunshine
|
dd2e9ca2e5
|
update crates
|
2021-07-03 19:31:55 -10:00 |
|
Sunshine
|
03b9af543a
|
bump version (2.5.0 -> 2.6.0)
|
2021-06-08 13:09:50 -10:00 |
|
Sunshine
|
b8aa545e8c
|
add support for wider range of charsets
|
2021-06-08 02:30:15 -10:00 |
|
Sunshine
|
77d6022d84
|
bump version (2.4.1 -> 2.5.0)
|
2021-06-02 04:00:18 -10:00 |
|
Sunshine
|
5db19d1a3e
|
update dependencies
|
2021-06-02 03:58:28 -10:00 |
|
Sunshine
|
2e86ee67a5
|
revamp codebase
|
2021-03-11 14:15:18 -10:00 |
|
Sunshine
|
98ddb821a5
|
bump version number
|
2021-03-09 02:07:07 -10:00 |
|
Sunshine
|
49e81149df
|
switch license to CC0-1.0
|
2021-02-28 19:54:46 -10:00 |
|
Sunshine
|
9a27c6c5ee
|
add color to asset download log
|
2021-01-29 20:24:35 -10:00 |
|
Sunshine
|
e78405f2ae
|
update dependencies
|
2021-01-29 17:19:38 -10:00 |
|
Sunshine
|
c469c30cbd
|
update crates
|
2020-12-28 12:04:27 -10:00 |
|
Sunshine
|
b10d41f82e
|
fix license identifier in Cargo.toml
|
2020-12-25 22:41:31 -10:00 |
|
Sunshine
|
2dd1c465e4
|
reduce amount of keywords to 5 (max)
|
2020-12-25 22:28:19 -10:00 |
|
Sunshine
|
a5afda9c80
|
Merge pull request #229 from snshn/cargo-install
Update Cargo.toml for publishing on crates.io
|
2020-12-25 22:15:13 -10:00 |
|
Sunshine
|
f8dcb335e7
|
bump version, make possible to install via cargo
|
2020-12-25 22:07:19 -10:00 |
|
Sunshine
|
614a518475
|
fix srcset parsing
|
2020-12-25 21:56:40 -10:00 |
|
Sunshine
|
08de486382
|
use newer dependencies
|
2020-11-20 00:30:05 -10:00 |
|
zfhrp
|
3e80cb02ce
|
update clap 2.33.1 -> 2.33.3
|
2020-11-02 00:11:41 +09:00 |
|
Sunshine
|
92f38556b6
|
bump version (2.3.0 -> 2.3.1)
|
2020-08-01 20:24:38 -04:00 |
|
Sunshine
|
5a502eab4b
|
update crate versions
|
2020-08-01 19:20:20 -04:00 |
|
Sunshine
|
2c5d1e930b
|
bump version (2.2.7 -> 2.3.0)
|
2020-07-14 03:29:08 -04:00 |
|
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 |
|