Commit Graph

24 Commits

Author SHA1 Message Date
Sunshine c7fc121c7c use clean URLs as hashmap keys 2019-12-18 11:49:38 -05:00
Emi Simpson 3d4a932ac1
Merge Y2Z/master, fix conflicts between shared-client & resolve-css 2019-12-12 19:29:21 -05:00
Sunshine 862489e41b Get rid of brackets around URLs 2019-12-11 01:17:00 -05:00
Emi Simpson 65d0eab793
Use a shared client initialized in main.rs 2019-12-09 22:17:54 -05:00
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
2019-10-22 18:33:22 -04:00
Sunshine 0896f2e214 Properly handle 30x redirects 2019-09-30 23:58:09 -04:00
Vincent Flyson 3948ea3aa0 Improve code structure 2019-09-29 17:15:49 -04:00
Vincent Flyson 88a230872c Add CSP isolation, no CSS, and no iframe options 2019-09-21 22:59:03 -04:00
Vincent Flyson 04cbbefafa Ignore empty src in images, accept fluid icons 2019-09-08 02:51:53 -04:00
Vincent Flyson 02b717ae54 Add flag to ignore errors related to TLS certificates 2019-08-26 23:17:36 -04:00
Vincent Flyson 2b96f9a32a Add flag for silent mode 2019-08-25 11:41:30 -04:00
Vincent Flyson 50f1ba1ce8 Treat network errors as empty results 2019-08-24 23:06:40 -04:00
Vincent Flyson 0b2e1d0746 Remove compiler warning 2019-08-24 20:23:53 -04:00
Vincent Flyson c480fcb70f Add basic verbose output 2019-08-24 13:33:24 -04:00
Vincent Flyson e2ab05a323 Fix name of a test function 2019-08-24 12:06:03 -04:00
Vincent Flyson c34d77d5d8 Revamp resolve_url() and improve code format 2019-08-23 23:06:14 -04:00
Vincent Flyson 2be5b1c235 Add support for iframes 2019-08-23 20:16:16 -04:00
Vincent Flyson 13429e32d3 Allow HTTP redirects and preserve email links 2019-08-23 16:00:05 -04:00
Vincent Flyson 7e298b0b02 Add -u flag for custom User-Agent 2019-08-23 15:00:56 -04:00
mahdi 14e9e6facc cargo clippy 2019-08-23 22:54:45 +04:30
Vincent Flyson 54ae61b728
Merge pull request #15 from Y2Z/increase-timeout
Increase request timeout to 10 seconds
2019-08-23 05:23:12 -04:00
Vincent Flyson fde715a27e Increase request timeout to 10 seconds 2019-08-23 05:08:38 -04:00
mahdi b25b6765c1 some code refactor 2019-08-23 13:19:29 +04:30
Vincent Flyson 143c396c71 Rewrite program in Rust 2019-08-22 23:17:15 -04:00