Commit Graph

103 Commits (master)

Author SHA1 Message Date
chris west 38dff71ac0 prevent downloading internal pages, better error message 1 year ago
deadjakk 4a5328a14e added ability to save the current url to a filepath 1 year ago
chris west 7522427d71 appease clippy 2 years ago
chris west 41324a0ff3 CP437 support 4 years ago
chris west 38e660ccb6 also try all socket_addrs for tls and tor 4 years ago
chris west 015c7878cc try to connect to socket_addrs(), not just 1st 4 years ago
chris west 23c76e483b tiny test for new types 4 years ago
chris west 9a635870d3 update changelog 4 years ago
chris west 1b1d1fc8f3 use channels for keyboard events
this fixes the 'cancel download' bug
4 years ago
chris west 88aae700d7 clippy 4 years ago
chris west f1fe58d248 strip unreadable characters (vs replace with ?) 4 years ago
chris west 56b2ef65f9 test clean_response 4 years ago
chris west 358b1ed02a not anymore 4 years ago
chris west e4ce7a45be clean up on cancelled download 4 years ago
chris west caedc35c90 fix bug in text urls 4 years ago
chris west 49718a9ca8 fix .onion URLs 4 years ago
chris west dce0729e7a deal with unused return values 4 years ago
chris west d34a1e4352 clippy 4 years ago
chris west 71a2394d73 kill some unneeded format! calls 4 years ago
chris west a8c8b255a4 redundant 4 years ago
chris west 51f401394a gopher::type_for_url() 4 years ago
chris west d66a9c610c parse_url returns simple struct, not tuple 4 years ago
chris west 537be056cb Start making `missing_docs` happy 4 years ago
chris west f03c6e1422 make clippy happy 4 years ago
chris west 75ac066caa `--no-default-features` to disable tls, tor 4 years ago
chris west dd4e47dc8e some notes 4 years ago
chris west 545a58eb0f new url 4 years ago
dvkt 5a28c87b97 Tor error: 4 years ago
dvkt 17cefcc67f Tor support 4 years ago
dvkt 4bd38e5cc9 Clear out Unicode control chars 4 years ago
dvkt 0989f94a85 fid telnet url parsing 4 years ago
dvkt 7905daf869 don't die on utf8 errors 4 years ago
dvkt 5688e8c4bb cargo build --features disable-tls 4 years ago
dvkt af449a6402 show build details on About screen 4 years ago
dvkt 133ed96831 --features tls 4 years ago
dvkt 925db458fc ll 4 years ago
dvkt 9128ffc85b track which pages are loaded via tls 4 years ago
dvkt 7148ddd999 enable try tls mode 4 years ago
dvkt b86f574ffc try tls first on every request 4 years ago
dvkt 5aaa04c9a7 request not get 4 years ago
dvkt d0dfeae29b /// 4 years ago
dvkt cb1efced5f give gopher::Type its own file 4 years ago
dvkt 3b44ea0fd9 default selector is empty, not / 4 years ago
dvkt a48bfbc4fa don't try to open unsupported types 4 years ago
dvkt d11c0f0a6d 2018 style imports 4 years ago
dvkt ce9623d295 make clippy happy 4 years ago
dvkt bbd759ddc8 to_char 4 years ago
dvkt 084b572b42 update to 2018 edition 4 years ago
dvkt 6f3b8aac49 style tweak 4 years ago
dvkt 5af1e798c9 parse_url detects non-gopher URLs 4 years ago