summaryrefslogtreecommitdiff
path: root/httpfs/__init__.py
Commit message (Collapse)AuthorAge
* Initialize files with configurable threadpoolHEADmasterYves Fischer2016-02-14
| | | | | This greatly speed-up the initialization of directories with a lot of files inside.
* Skip file-links starting with '?'Yves Fischer2016-02-14
|
* Use named loggerYves Fischer2016-02-14
|
* Do not create directory link to root directoryYves Fischer2016-02-14
|
* fix deprecated callsSteve Barrau2016-02-07
| | | | | - `logging.warn` becomes `logging.warning` - Inherit from `Object` is implicit - `super()` does not need the self reference in py3
* Cleanup and solve trailing '/' problem with redirectsYves Fischer2015-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 charsYves Fischer2015-03-01
|
* remove argparse from packageYves Fischer2015-02-21
|
* Improved ssl handling and error loggingYves Fischer2015-02-21
|
* Some tests and using python netrc moduleYves Fischer2015-02-21