aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-05-20IMPORTANT security vulnerability CWE-93 CRLF injectionSergey Shepelev
2020-04-02travis says matrix is alias for jobs nowSergey Shepelev
2020-04-02python3: no_proxy was not checked with httpsSergey Shepelev
2020-01-23feature: Http().redirect_codes set, works after follow(_all)_redirects checkSergey Shepelev
2020-01-14proxy: username/password as str compatible with pysocks; Thanks to Lorenzo Me...Sergey Shepelev
2019-12-19IMPORTANT cache invalidation change, fix 307 keep method, add 308 redirectSergey Shepelev
2019-11-13python2: regression in connect() error handlingcglouch
2019-10-30feature: Http.close() to clean persistent connections and sensitive dataSergey Shepelev
2019-10-21add support for password protected certificate filesKonstantin Koshelev
2019-10-15tests: TLS/https supportSergey Shepelev
2019-09-16PROXY_TYPE_SOCKS5 with str user/pass raised TypeError (#145)Sergey Shepelev
2019-06-06Allow setting TLS max/min versions https://github.com/httplib2/httplib2/pull/138Jay Lee
2018-11-19Catch socket timeouts and clear dead connectionJustin Israel
2018-10-06ca_certs from environment HTTPLIB2_CA_CERTS or certifiDirk Boye
2018-09-20`setup.py test` interface for distro packages https://github.com/httplib2/htt...Sergey Shepelev
2018-09-20PROXY_TYPE_HTTP with non-empty user/pass raised TypeError: bytes requiredzorba
2018-09-06Revert http:443->https workaroundSergey Shepelev
2018-07-26Autoformat py files using Black (#105)Alex Yu
2018-04-04cache: stronger safename; Thanks to Lev MaximovSergey Shepelev
2018-03-29proxy: py3 NameError basestringuu4k
2018-03-26py3 connection class did not initialize .proxy_info attributegermanjoey
2018-03-20proxy: no_proxy=bar was matching foobarSergey Shepelev
2018-03-19proxy: python3 support no_proxy and vendor socksipySergey Shepelev
2018-03-09tests: py2/3 unified, using pytest, automated on TravisSergey Shepelev