Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Initialize files with configurable threadpoolHEADmaster | Yves Fischer | 2016-02-14 |
| | | | | | This greatly speed-up the initialization of directories with a lot of files inside. | ||
* | add flag for requests debug logging | Yves Fischer | 2016-02-14 |
| | |||
* | Use named logger | Yves Fischer | 2016-02-14 |
| | |||
* | 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 | ||
* | Improved ssl handling and error logging | Yves Fischer | 2015-02-21 |
| | |||
* | Some tests and using python netrc module | Yves Fischer | 2015-02-21 |