Commit Graph

  • b51f41fe34 trim attribute values rhysd 2020-01-10 14:27:15 +0900
  • 6f158dc6db compare value of 'rel' properties in case-insensitive rhysd 2020-01-10 13:52:31 +0900
  • 8d7052b39c ignore preload and prefetch sources rhysd 2020-01-09 18:18:21 +0900
  • 660511b8a0 define link type of <link> element as enum and prefer match statement rhysd 2020-01-09 15:34:30 +0900
  • 9be3982dc6
    Added --no-context flag to disable adding context comment Emi Simpson 2020-01-08 19:00:53 -0500
  • 27c9fb4cd3
    Added comment indicating the context under which the page was downloaded Emi Simpson 2020-01-08 18:51:18 -0500
  • 929512f4f5
    Merge pull request #97 from rhysd/reqwest-0.10.0 Sunshine 2020-01-08 01:43:55 -0500
  • a46d89cefc
    Merge pull request #98 from rhysd/fix-ci Sunshine 2020-01-07 18:14:30 -0500
  • f93646e17a ignore beta channel again on AppVeyor #98 rhysd 2020-01-07 17:31:36 +0900
  • 9d14b6dfea rename appveyor.yml to .appveyor.yml rhysd 2020-01-07 15:23:19 +0900
  • 9783b96524 check beta channel on CI not to break this crate with next Rust version rhysd 2020-01-07 15:22:39 +0900
  • 106efe58ce fix nighly and beta on CI are failing rhysd 2020-01-07 15:19:44 +0900
  • 6e99ad13e7 upgrade reqwest to v0.10.0 #97 rhysd 2020-01-07 13:22:28 +0900
  • 413dd66886
    Merge pull request #96 from rhysd/refactorings Sunshine 2020-01-05 18:46:31 -0500
  • dc7ec6e7a8 remove more redundant type annotations #96 rhysd 2020-01-04 16:33:11 +0900
  • ed879231af fix test code was broken by refactoring rhysd 2020-01-04 08:07:19 +0900
  • ddf4b8ac13 prefer &str to String for reducing allocations rhysd 2020-01-04 08:05:02 +0900
  • 84c13f0605 prefer unwrap_or_default to unwrap_or rhysd 2020-01-04 07:58:29 +0900
  • ce03e0e487 reduce allocation on checking DOM attributes and do not hard-code number of elements of array constant rhysd 2020-01-04 07:49:39 +0900
  • 63e19998d0 reduce clones and fix some code styles and redundant code rhysd 2020-01-04 07:49:26 +0900
  • e3321bbb07
    Merge pull request #95 from rhysd/rust2018 Sunshine 2020-01-03 02:00:47 -0500
  • 0a38cd0eae add rhysd to authors list #95 rhysd 2020-01-03 15:43:25 +0900
  • 75fb6961ed migrate to Rust 2018 rhysd 2020-01-03 00:31:55 +0900
  • 5ba8931502
    Merge pull request #92 from snshn/output-file-option v2.1.1 Sunshine 2019-12-26 18:13:15 -0500
  • 13d2ea1607
    Merge pull request #94 from snshn/no-integrity Sunshine 2019-12-26 10:11:52 -0500
  • 88ffde0c3b wipe integrity attributes #94 Sunshine 2019-12-26 09:44:01 -0500
  • bfb97bd062 add option for saving output to file #92 Sunshine 2019-12-26 00:41:03 -0500
  • 295931041c
    Merge pull request #80 from Alch-Emi/lazyload Sunshine 2019-12-24 17:11:21 -0500
  • 2e623dd9f8
    Merge pull request #84 from snshn/ignore-hash-in-cache-url Sunshine 2019-12-24 17:08:57 -0500
  • 169b9657e5 ignore failures for both beta and nightly in the pipeline #84 Sunshine 2019-12-18 11:48:37 -0500
  • dab4ae6965
    Merged Y2Z/master with Alch-Emi/lazyload #80 Emi Simpson 2019-12-24 10:07:56 -0500
  • c7fc121c7c use clean URLs as hashmap keys Sunshine 2019-12-11 21:13:11 -0500
  • 84f4f9b461 get rid of lazy_static crate #88 Sunshine 2019-12-11 20:11:02 -0500
  • 9ff9dd0928
    Merge pull request #82 from snshn/str v2.1.0 Sunshine 2019-12-13 03:51:44 -0500
  • b0fc24d77f
    Merge pull request #81 from Alch-Emi/shared-client Sunshine 2019-12-13 03:51:19 -0500
  • d8abfaf25c
    Merge pull request #86 from snshn/readme-update Sunshine 2019-12-13 03:50:21 -0500
  • 565acdef25 Update README.md #86 Sunshine 2019-12-12 19:27:26 -0500
  • 4637fed15c
    Merge pull request #87 from snshn/let-nightly-rust-fail Sunshine 2019-12-12 20:09:23 -0500
  • 9a7ea4fdde
    let nightly Rust always pass Travis' checks #87 Sunshine 2019-12-12 19:53:43 -0500
  • 3d4a932ac1
    Merge Y2Z/master, fix conflicts between shared-client & resolve-css #81 Emi Simpson 2019-12-12 19:29:21 -0500
  • cf70383165
    Merge pull request #83 from snshn/stderr Sunshine 2019-12-11 18:32:25 -0500
  • 9fe913d853 implement str!() macro #82 Sunshine 2019-12-11 01:12:57 -0500
  • 862489e41b Get rid of brackets around URLs #83 Sunshine 2019-12-11 01:17:00 -0500
  • 919e626b5e
    Merge pull request #78 from Alch-Emi/load-css-imports Sunshine 2019-12-10 17:47:44 -0500
  • cf347e0483
    Updated Cargo.lock #78 Emi Simpson 2019-12-10 09:12:10 -0500
  • 322ab41b8c
    Updated tests to reflect API changes Emi Simpson 2019-12-09 23:48:46 -0500
  • 1a7336e809
    Updated Cargo.toml Emi Simpson 2019-12-09 22:21:54 -0500
  • 65d0eab793
    Use a shared client initialized in main.rs Emi Simpson 2019-12-09 21:13:25 -0500
  • 292221ea28
    Lazyloaded images are now loaded at compilation, with placeholders omitted Emi Simpson 2019-12-09 19:40:29 -0500
  • 614af44c92
    Gramatical and stylistic fixes Emi Simpson 2019-12-09 12:41:21 -0500
  • feb37f5812
    Added support for lazy loaded images Emi Simpson 2019-12-06 19:27:41 -0500
  • 028beb821c
    Rustfmt update for nightly formatter Emi Simpson 2019-12-06 16:46:52 -0500
  • 76ccff80f9
    Fixed failure of regex to match @imports Emi Simpson 2019-12-06 16:14:48 -0500
  • 45335d7507
    Support links in style= attributes Emi Simpson 2019-12-06 15:28:08 -0500
  • a4743ca92f
    Respect the --no-images flag while parsing CSS Emi Simpson 2019-12-06 14:59:13 -0500
  • b96a777e8a
    Merge commit '4decea7' into load-css-imports Emi Simpson 2019-12-06 13:56:36 -0500
  • 4decea716c
    Fixed css replacement with more than one linked asset Emi Simpson 2019-12-06 13:52:51 -0500
  • 695a787206
    Moved regex compilation to lazy_static Emi Simpson 2019-12-06 13:53:44 -0500
  • 90e6cb1c45
    Prevent crash on URLs delimited by single quotes Emi Simpson 2019-12-06 11:52:31 -0500
  • 7412d663e0
    Use a slightly more efficient .replace_range() instead of cloning the string twice Emi Simpson 2019-12-06 11:37:05 -0500
  • 8646af6e9f
    removed debug code (woops sorry) Emi Simpson 2019-12-06 10:52:20 -0500
  • de383c94b1
    Applied rustfmt Emi Simpson 2019-12-05 20:41:43 -0500
  • ab65b44f0d
    Cleaned up some overcomplicated code Emi Simpson 2019-12-05 20:20:09 -0500
  • 13bacb4320
    EMPTY_STRING no longer used Emi Simpson 2019-12-05 20:11:19 -0500
  • d574e9a5da
    Added support for <style> tags Emi Simpson 2019-12-05 20:05:52 -0500
  • 1de0fc0961
    Add warning and fallback when parsing a rel=stylesheet link Emi Simpson 2019-12-05 19:10:47 -0500
  • ebbf755e09
    Fixed misleading variable name Emi Simpson 2019-12-05 19:02:11 -0500
  • d3956a7905
    Made merge compatible with Y2Z/master Emi Simpson 2019-12-05 19:01:03 -0500
  • ef7ddcd434
    Added fallback to absolute URL on failure to resolve CSS stylesheet @imports Emi Simpson 2019-12-05 18:37:37 -0500
  • 11bbfc0851
    Added support for recursively nested css @imports Emi Simpson 2019-12-05 18:15:06 -0500
  • a2bf7e3345
    Fixed some errors detecting, parsing, and transforming urls in `resolve_css_imports` Emi Simpson 2019-12-05 17:42:07 -0500
  • 35f5e1353d
    Merge pull request #77 from chenrui333/add-locked-flag-to-ci Sunshine 2019-12-04 07:22:37 -0500
  • f8040f4d8c Add --locked flag to the cargo build/test #77 Rui Chen 2019-12-03 23:12:52 -0500
  • 31d3fee626
    Merge pull request #76 from chenrui333/add-cargo-lock-file Sunshine 2019-12-03 00:49:30 -0500
  • 178abd07bd Add Cargo.lock file #76 Rui Chen 2019-12-03 00:30:57 -0500
  • 491185e191 Bump version number (2.0.22 → 2.0.23) Sunshine 2019-10-22 18:37:27 -0400
  • b0c55d5016 Add Emmanuel to the list of authors Sunshine 2019-10-22 18:36:10 -0400
  • 1ff5e91087 Use HashMap as cache to minimize the number of HTTP requests (#75) voila 2019-10-23 11:33:22 +1300
  • ed57c22286 log if asset came from cache #75 Emmanuel Delaborde 2019-10-22 15:53:49 +1300
  • 90cf06285f Use HashMap as cache to minimize the number of HTTP requests Emmanuel Delaborde 2019-10-21 16:15:19 +1300
  • 550e4cc83f Fixed formatting #73 knidarkness 2019-10-12 14:05:07 +0300
  • d28acf7e60 Updated formatting #74 knidarkness 2019-10-12 14:04:28 +0300
  • 50e963d9e2 Added srcset resolving for each of the srcsets of <img> knidarkness 2019-10-12 13:44:02 +0300
  • 5443c0cc3f Added loading of the links given as url(...) in css files knidarkness 2019-10-12 12:32:59 +0300
  • 8add3a8746
    Bump version number Sunshine 2019-10-10 22:34:38 -0400
  • 2f592d5561
    Merge pull request #70 from robatipoor/master Sunshine 2019-10-10 22:34:13 -0400
  • 55fe523a1c refactor utils functions #70 robatipoor 2019-10-10 16:53:00 +0330
  • b5d42bd722
    Bump version number Sunshine 2019-10-10 07:49:46 -0400
  • cbf3b66f33
    Merge pull request #69 from robatipoor/master Sunshine 2019-10-10 07:41:59 -0400
  • 2e48ea90e1 move argument parser section to args mod #69 robatipoor 2019-10-10 08:58:12 +0330
  • 1fd65f6a8d remove lazystatic macro and define string macro #68 robatipoor 2019-10-08 08:24:11 +0330
  • 9c006f3258
    Update README.md Sunshine 2019-10-07 23:46:08 -0400
  • ab24851b5b
    Merge pull request #67 from distributed-mind/master Sunshine 2019-10-07 23:44:45 -0400
  • de11559efa add related projects #67 Cobin Bluth 2019-10-07 13:57:02 +0200
  • dbacd76103
    Merge pull request #65 from Y2Z/redirects Sunshine 2019-10-01 07:25:35 -0400
  • 0896f2e214 Properly handle 30x redirects #65 Sunshine 2019-09-30 23:58:09 -0400
  • b6ba22513d
    Merge pull request #64 from Y2Z/refactor Sunshine 2019-09-30 09:45:24 -0400
  • 3948ea3aa0 Improve code structure #64 Vincent Flyson 2019-09-29 17:15:49 -0400
  • 8b3f3f3a6e
    Merge pull request #63 from Y2Z/poster Sunshine 2019-09-22 14:46:34 -0400
  • eec05767cf Add support for poster attribute #63 Vincent Flyson 2019-09-22 12:57:50 -0400