aboutsummaryrefslogtreecommitdiff
path: root/test/test_socks.py
AgeCommit message (Expand)AuthorFilesLines
2024-06-12[cleanup] Add more ruff rules (#10149)sepro1-4/+4
2024-03-16[rh:curlcffi] Add support for `curl_cffi`coletdjnz1-19/+14
2024-01-20[test] Skip source address tests if the address cannot be bound to (#8900)coletdjnz1-1/+3
2023-11-20[rh:websockets] Migrate websockets to networking framework (#7720)coletdjnz1-19/+43
2023-10-13[rh:requests] Add handler for `requests` HTTP library (#3668)coletdjnz1-18/+18
2023-09-18[networking] Fix various socks proxy bugs (#8065)coletdjnz1-29/+9
2023-08-25[tests] Add tests for socks proxies (#7908)coletdjnz1-82/+439
2022-06-25[compat] Remove deprecated functions from core codepukkandan1-4/+3
2022-06-25[cleanup] Consistent style for file headspukkandan1-0/+2
2022-06-25[compat] Remove more functionspukkandan1-4/+5
2022-05-09[cleanup] Minor fixes (See desc)pukkandan1-5/+5
2022-04-12[cleanup] Sort importspukkandan1-9/+3
2022-04-12[cleanup] Upgrade syntaxpukkandan1-3/+0
2021-07-23[test] Use `pytest` instead of `nosetests` (#482)pukkandan1-0/+3
2021-06-06[cleanup] Point all shebang to `python3` (#372)felix1-1/+1
2021-02-25Completely change project name to yt-dlp (#85)Pccode661-1/+1
2020-09-02[skip travis] renamingUnknown1-1/+1
2016-05-14[test/test_socks] Skip SOCKS testsYen Chi Hsuan1-0/+11
2016-05-10[test/test_socks] Use a different port rangeYen Chi Hsuan1-1/+1
2016-05-10[test/test_socks] Test with local SOCKS serversYen Chi Hsuan1-3/+39
2016-05-10[test/test_socks] Add tests for SOCKS proxiesYen Chi Hsuan1-0/+71