Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-10 | hget: do a HEAD request to check if the file is already complete (thanks ↵ | cinap_lenrek | |
miscief) when we continue a download, make sure the file isnt already complete, as otherwise the server might respond with a 416 as the range request will out of range. | |||
2015-05-14 | hget: work arround apache Content-Encoding: gzip for Content-Type: ↵ | cinap_lenrek | |
application/x-gzip bug apache sends Content-Encoding: gzip header for Content-Type: application/x-gzip causing hget to decompress tgz files. from the w3c: The Content-Encoding entity-header field is used as a modifier to the media-type. When presented, its value indicates what additional content codings have been applied to the entity-body, and thus what decoding mechanisms must be applied in order to obtail the media-type referenced by the Conent-Type header field. Content-Encoding is primarily used to allow a document to be compressed without losing the identity of its underlying media type. this is clearly silly, as the file is already compressed, and decompressing it will not yield the indicated Content-type: application/x-gzip, but a tarball. examples: http://zlib.net/zlib-1.2.8.tar.gz https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R50f.tgz | |||
2014-03-23 | hget: revert hget -v change, this needs more thought | cinap_lenrek | |
problems that need to be addressed: - reads in the whole /proc every second for no reason - breaks when http server doesnt include Content-Length header - length is wrong for continued download (-o option) | |||
2014-03-22 | hget: add the -v option to produce progress on stderr, like old hget | mischief | |
2013-10-12 | hget: handle http contentencoding (compression) | cinap_lenrek | |
2012-10-18 | hpost: add -l flag to get location url after POST | cinap_lenrek | |
2012-09-28 | hget: fix usage | stanley lieber | |
2012-09-15 | hget -P to read postbody from stdin | cinap_lenrek | |
2012-09-15 | hget: fix -p to not put a newline into the postbody at the end | cinap_lenrek | |
2012-05-26 | hget/play: fix enviroment leaks | cinap_lenrek | |
2012-03-16 | hget: -p should work the same as in old hget | stanley lieber | |
2012-01-22 | hget: fix stderr redirection bug | cinap_lenrek | |
2012-01-11 | new webfs, rc based hget | cinap_lenrek | |