Commit Graph

  • 88ffde0c3b wipe integrity attributes Sunshine 2019-12-26 09:44:01 -0500
  • bfb97bd062 add option for saving output to file 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 Sunshine 2019-12-18 11:48:37 -0500
  • dab4ae6965
    Merged Y2Z/master with Alch-Emi/lazyload 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 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 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 Sunshine 2019-12-12 19:53:43 -0500
  • 3d4a932ac1
    Merge Y2Z/master, fix conflicts between shared-client & resolve-css 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 Sunshine 2019-12-11 01:12:57 -0500
  • 862489e41b Get rid of brackets around URLs 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 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 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 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 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 knidarkness 2019-10-12 14:05:07 +0300
  • d28acf7e60 Updated formatting 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 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 robatipoor 2019-10-10 08:58:12 +0330
  • 1fd65f6a8d remove lazystatic macro and define string macro 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 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 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 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 Vincent Flyson 2019-09-22 12:57:50 -0400
  • c05dc2ae65
    Merge pull request #61 from Y2Z/isolate Sunshine 2019-09-22 02:40:04 -0400
  • 88a230872c Add CSP isolation, no CSS, and no iframe options Vincent Flyson 2019-09-21 20:06:00 -0400
  • ac79a52da0
    Merge pull request #57 from Y2Z/fixes Vincent Flyson 2019-09-08 05:31:46 -0400
  • 04cbbefafa Ignore empty src in images, accept fluid icons Vincent Flyson 2019-09-08 02:48:07 -0400
  • facc992881
    Merge pull request #52 from Y2Z/more-tests v2.0.16 Vincent Flyson 2019-08-31 00:37:42 -0400
  • 663861649d Add Rust v1.35.0 to Travis Vincent Flyson 2019-08-30 22:39:22 -0400
  • 824b418f80 Add more tests Vincent Flyson 2019-08-30 22:18:14 -0400
  • 31c88061cd
    Merge pull request #49 from Y2Z/ignore-ca Vincent Flyson 2019-08-27 10:52:45 -0400
  • 2251c086c2
    Merge branch 'master' into ignore-ca Vincent Flyson 2019-08-27 06:55:00 -0400
  • 1c6f7a495f
    Merge pull request #48 from Y2Z/ignore-empty-iframes Vincent Flyson 2019-08-27 06:54:08 -0400
  • c3512bf20e refactor function is_icon and get_parent_node_name and rustfmt mahdi 2019-08-27 07:48:42 +0430
  • 02b717ae54 Add flag to ignore errors related to TLS certificates Vincent Flyson 2019-08-26 23:17:36 -0400
  • 1329dbe6f8 Ignore iframes with empty src Vincent Flyson 2019-08-26 22:57:10 -0400
  • fada7884dc
    Update README.md Vincent Flyson 2019-08-25 17:28:46 -0400
  • f35a3b3aea
    Merge pull request #41 from Y2Z/silent-mode Vincent Flyson 2019-08-25 14:23:00 -0400
  • 2b96f9a32a Add flag for silent mode Vincent Flyson 2019-08-25 11:41:30 -0400
  • fddc059291
    Update README.md Vincent Flyson 2019-08-25 02:06:48 -0400
  • 097a9856b0
    Merge pull request #40 from Y2Z/fixes-and-improvements Vincent Flyson 2019-08-25 02:00:44 -0400
  • 50f1ba1ce8 Treat network errors as empty results Vincent Flyson 2019-08-24 23:06:40 -0400
  • 8aa688203c
    Merge pull request #39 from Y2Z/remove-compiler-warning Vincent Flyson 2019-08-24 22:50:32 -0400
  • 0b2e1d0746 Remove compiler warning Vincent Flyson 2019-08-24 20:23:53 -0400
  • 2c0037fd51
    Merge pull request #37 from Y2Z/ignore-other-protocols Vincent Flyson 2019-08-24 20:07:25 -0400
  • 5ab442be47
    Update README.md Vincent Flyson 2019-08-24 15:01:05 -0400
  • 3f79068d7d Avoid modifying non-HTTP anchor hrefs Vincent Flyson 2019-08-24 14:48:10 -0400
  • f3308157c0
    Bump version number (2.0.10 → 2.0.11) Vincent Flyson 2019-08-24 14:50:22 -0400