Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Skip file-links starting with '?' | Yves Fischer | 2016-02-14 |
| | |||
* | Use named logger | Yves Fischer | 2016-02-14 |
| | |||
* | Do not create directory link to root directory | Yves Fischer | 2016-02-14 |
| | |||
* | Set version to 0.4 | Yves Fischer | 2016-02-14 |
| | | | | | This version is considered unreleased (snapshot) until there is a v0.4 tag | ||
* | Merge pull request #3 from satreix/patch-2v0.3 | Yves Fischer | 2016-02-07 |
|\ | |||
| * | fix deprecated calls | Steve Barrau | 2016-02-07 |
|/ | | | | | - `logging.warn` becomes `logging.warning` - Inherit from `Object` is implicit - `super()` does not need the self reference in py3 | ||
* | Merge pull request #2 from satreix/patch-1 | Yves | 2016-02-06 |
|\ | | | | | setup: fix typo | ||
| * | setup: fix typo | Steve Barrau | 2016-02-06 |
|/ | |||
* | Cleanup and solve trailing '/' problem with redirects | Yves Fischer | 2015-11-24 |
| | | | | | | | | | | | * Format README as markdown. Mention dependencies * Fix 'timeout' * Run autopep8 on all python sources * Fix unittests * For HEAD requests explicitly allow to follow redirects. This solves the problem if you request: https://server/dir and then the server wants to redirect you to https://server/dir/ This should solve #1 | ||
* | fix issues with special chars | Yves Fischer | 2015-03-01 |
| | |||
* | remove argparse from package | Yves Fischer | 2015-02-21 |
| | |||
* | Improved ssl handling and error logging | Yves Fischer | 2015-02-21 |
| | |||
* | Some tests and using python netrc module | Yves Fischer | 2015-02-21 |
| | |||
* | set http connect/read timeouts | Yves Fischer | 2015-02-18 |
| | |||
* | Fix small typo | Yves Fischer | 2015-02-18 |
| | |||
* | gitification | Yves Fischer | 2015-02-17 |