Commit Graph

97 Commits (e0273c664a44c607144e0b2a0217f6396297b94d)

Author SHA1 Message Date
rhysd 75fb6961ed migrate to Rust 2018 4 years ago
Sunshine 88ffde0c3b wipe integrity attributes 4 years ago
Emi Simpson dab4ae6965
Merged Y2Z/master with Alch-Emi/lazyload 5 years ago
Sunshine 9ff9dd0928
Merge pull request #82 from snshn/str
implement str!() macro
5 years ago
Emi Simpson 3d4a932ac1
Merge Y2Z/master, fix conflicts between shared-client & resolve-css 5 years ago
Sunshine 9fe913d853 implement str!() macro 5 years ago
Emi Simpson 65d0eab793
Use a shared client initialized in main.rs 5 years ago
Emi Simpson 292221ea28
Lazyloaded images are now loaded at compilation, with placeholders omitted 5 years ago
Emi Simpson 614af44c92
Gramatical and stylistic fixes 5 years ago
Emi Simpson feb37f5812
Added support for lazy loaded images
Note: The way this patch works is by resolving any data-src tags on images in
the same way as normal source tags are resolved.  It is assumed that most
lazy-load libraries will use this tag, and that if this tag is set, then it is a
URL that is in use.
5 years ago
Emi Simpson 45335d7507
Support links in style= attributes 5 years ago
Emi Simpson a4743ca92f
Respect the --no-images flag while parsing CSS 5 years ago
Emi Simpson 8646af6e9f
removed debug code (woops sorry) 5 years ago
Emi Simpson de383c94b1
Applied rustfmt 5 years ago
Emi Simpson ab65b44f0d
Cleaned up some overcomplicated code 5 years ago
Emi Simpson d574e9a5da
Added support for <style> tags 5 years ago
Emi Simpson 1de0fc0961
Add warning and fallback when parsing a rel=stylesheet link 5 years ago
Emi Simpson ebbf755e09
Fixed misleading variable name 5 years ago
Emi Simpson d3956a7905
Made merge compatible with Y2Z/master 5 years ago
Emi Simpson 11bbfc0851
Added support for recursively nested css @imports 5 years ago
voila 1ff5e91087 Use HashMap as cache to minimize the number of HTTP requests (#75)
Use HashMap as cache to minimize the number of HTTP requests
5 years ago
knidarkness 550e4cc83f Fixed formatting 5 years ago
knidarkness 5443c0cc3f Added loading of the links given as url(...) in css files 5 years ago
Sunshine 0896f2e214 Properly handle 30x redirects 5 years ago
Vincent Flyson 3948ea3aa0 Improve code structure 5 years ago
Vincent Flyson eec05767cf Add support for poster attribute 5 years ago
Vincent Flyson 88a230872c Add CSP isolation, no CSS, and no iframe options 5 years ago
Vincent Flyson 04cbbefafa Ignore empty src in images, accept fluid icons 5 years ago
Vincent Flyson 824b418f80 Add more tests 5 years ago
Vincent Flyson 2251c086c2
Merge branch 'master' into ignore-ca 5 years ago
Vincent Flyson 02b717ae54 Add flag to ignore errors related to TLS certificates 5 years ago
Vincent Flyson 1329dbe6f8 Ignore iframes with empty src 5 years ago
Vincent Flyson 2b96f9a32a Add flag for silent mode 5 years ago
Vincent Flyson 50f1ba1ce8 Treat network errors as empty results 5 years ago
Vincent Flyson 2c0037fd51
Merge pull request #37 from Y2Z/ignore-other-protocols
Avoid modifying non-HTTP anchor hrefs
5 years ago
Vincent Flyson 3f79068d7d Avoid modifying non-HTTP anchor hrefs 5 years ago
Vincent Flyson b596b5bb7d Ignore icons if told to avoid images 5 years ago
Vincent Flyson d49e825777 Add support for picture elements 5 years ago
Vincent Flyson c34d77d5d8 Revamp resolve_url() and improve code format 5 years ago
Vincent Flyson 2be5b1c235 Add support for iframes 5 years ago
Vincent Flyson 13429e32d3 Allow HTTP redirects and preserve email links 5 years ago
Vincent Flyson 7e298b0b02 Add -u flag for custom User-Agent 5 years ago
mahdi 14e9e6facc cargo clippy 5 years ago
Vincent Flyson a891782ce4 Add option to exclude images 5 years ago
Vincent Flyson ffa60a0ce2 Convert action attribute to full URL for FORM tags 5 years ago
Vincent Flyson cc09c2ba01 Remove leftover line 5 years ago
Vincent Flyson 143c396c71 Rewrite program in Rust 5 years ago