Commit Graph

14 Commits

Author SHA1 Message Date
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
Sunshine 88ffde0c3b wipe integrity attributes 2019-12-26 09:44:01 -05:00
Emi Simpson cf347e0483
Updated Cargo.lock 2019-12-10 09:12:10 -05:00
Rui Chen 178abd07bd Add Cargo.lock file 2019-12-03 00:30:57 -05:00