Commit Graph

183 Commits (a6ac1df93dc3d1974a7156601c968ceba377f2cc)

Author SHA1 Message Date
Sunshine 385301bf16
clean up unused code 3 years ago
Sunshine 4921a70dda
Merge branch 'master' into change-meta-charset-to-utf-8 3 years ago
Sunshine e0273c664a
forcefully set document's charset to UTF-8 3 years ago
Sunshine 6d629bfd4a
Merge pull request #244 from snshn/process-noscript
Process contents of NOSCRIPT tags
3 years ago
Sunshine ae9d78a891
process contents of NOSCRIPT tags 3 years ago
Sunshine 0f55fb3c49
Merge pull request #243 from snshn/fix-embedding-picture-srcset
Fix embedding of srcset assets for PICTURE nodes
3 years ago
Sunshine e41fd6a1c6
fix embedding of srcset for PICTURE nodes 3 years ago
Sunshine 9a27c6c5ee
add color to asset download log 3 years ago
Sunshine 2e1462a953
add test for stdin pipe 3 years ago
Sunshine 4fa2eda983
make it possible to specify an empty user-agent string 3 years ago
Sunshine ab6fed6d1f
Merge pull request #231 from snshn/fix-srcset
Fix srcset parsing
3 years ago
Sunshine 614a518475
fix srcset parsing 3 years ago
Sunshine 870a4b150e
make possible to use stdin as input method 3 years ago
Sunshine 4ba4285b6b
add support for embedding video and audio files 3 years ago
Sunshine 8adf059980
fix crash associated with trailing/repeating commas within srcset 3 years ago
Sunshine d89b4d5f5b
refactor code that processes the DOM 3 years ago
Sunshine 15d98a7269
don't modify base url by default, add option for setting it 3 years ago
Sunshine 38a6f963ad
account for network errors, add option to ignore them 4 years ago
zfhrp a296531b3f remove unused import opts::Options; 4 years ago
Sunshine 1d6392cb28
implement support for BASE tag 4 years ago
Sunshine 03cdc0e0b2
Merge pull request #201 from snshn/refactor-and-version-bump
Refactor and version bump
4 years ago
Sunshine 73c35eaccb
treat minus for output target file path as stdout 4 years ago
Sunshine 90f7c3a0d0
alphabetical order for function names 4 years ago
Sunshine 09d41d2cf1
automatically obtain favicon.ico 4 years ago
Sunshine 164e728ad3
Merge pull request #197 from snshn/addetional-black-box-test-data
Additional black box test data
4 years ago
Sunshine 8883bd6aca
add more black box test data 4 years ago
Sunshine ec85121d28
update help message 4 years ago
Sunshine decd5b2119
add ASCII logo atop of help message 4 years ago
Sunshine 23de5ced21
add tests for utils::indent() 4 years ago
Sunshine bc98aca2a2
indent items in retrieval log to form a tree-like structure 4 years ago
Sunshine 438ebd520a
Merge pull request #193 from snshn/options-struct
Pass options object instead of using separate parameters
4 years ago
Sunshine ddb97009e9
pass options object instead of using separate parameters 4 years ago
Sunshine 9e5d8ec691
add more sample data for blackbox tests 4 years ago
Sunshine 29bf042da0
trim CSS if it contains nothing but whitespaces 4 years ago
Sunshine 2ac964fae5
include font-src into CSP 4 years ago
Sunshine ae5d6d2df4
refactor CSP code 4 years ago
Sunshine 44cac65a83
automatically remove "Refresh" and "Location" META tags 4 years ago
Sunshine 0347fd3985
move metadata tag code into a function 4 years ago
Sunshine 5c229c51da
move functions related to URL manipulation into url.rs 4 years ago
Sunshine f6ea16b3ad
create a separate function for appending URL fragments 4 years ago
Sunshine f9aac6f41b
update crates 4 years ago
Sunshine 4e31d0433e
only attempt to remove credentals from HTTP(S) URLs 4 years ago
Sunshine 090d647390
group all tests into either passing or failing groups 4 years ago
Sunshine cbe3f9f554
implement support for embedding images within srcset 4 years ago
Sunshine a18df74946
refactor code and implement integrity validation 4 years ago
Sunshine c4569343a4
improve metadata comments 4 years ago
Sunshine 5f5820c71a
Merge pull request #168 from snshn/context-comment
Metadata comment tag
4 years ago
Sunshine c999359b9f
Merge branch 'context-comment' of github.com:Alch-Emi/monolith into context-comment 4 years ago
Sunshine f22e2b6e68
embed SVG IMAGE assets 4 years ago
Sunshine 9b40dbbf27
add option to exclude web fonts 4 years ago