90 Commits (e7f150d2a146b2d32954ada2a4dbdd9f86f3f199)
 

Author SHA1 Message Date
  nibrag e7f150d2a1 SocksConnector renamed 9 years ago
  nibrag 83ab409796 Check python 3.5 in setup.py 9 years ago
  nibrag 8e3c50daac Merge pull request #8 from nibrag/feature 9 years ago
  nibrag 13e27d4d8c Bump version 9 years ago
  nibrag e668ce8163 Drop python 3.4 in travis config 9 years ago
  nibrag b8c62da7a6 Dropped supporting python 3.4, added supporting aiohttp 2.0, migrate to pytest 9 years ago
  nib 233d495925 Bump version 9 years ago
  nibrag 73b8600bfb Close waiter only if it is not closed 10 years ago
  nibrag ee84df856e Merge pull request #2 from A888R/patch-1 10 years ago
  A888R 050fe0bc6b Update README.rst 10 years ago
  nibrag 7cdecf9bfe Added more info about proxy_connector 10 years ago
  nibrag 393201e86f Fix: Definition list ends without a blank line 10 years ago
  nibrag 7388d3a8d2 Bump version 10 years ago
  nibrag d7140532d4 Fixed: Dependent on the "aiohttp" must be imported only in aiosocks.connector 10 years ago
  nibrag 84bc8e5fd9 Added more details 10 years ago
  nibrag b86af5d6cf Fixed aiohttp bug (#905) 10 years ago
  nibrag 3620dc3746 Raise an error if read fewer bytes than expected 10 years ago
  nibrag d2b082c31b Bump version 10 years ago
  nibrag 97c7b36f88 Fix: Read response exactly n bytes 10 years ago
  nibrag e8a2b7cfba Fix: some socks5 severs expect fully-formed command request 10 years ago
  nibrag d5fc12fe04 Added shortcut function proxy_connector for automatically create connector (socks or http proxy) 10 years ago
  nibrag 485b906f08 Added installation guide 10 years ago
  nibrag 468e41996f Bump version 10 years ago
  nibrag 2be9a64042 aiosocks.open_connection example 10 years ago
  nibrag 1f0bbe4710 open_connection added to __all__ 10 years ago
  nibrag e3455c7779 Added test cases for SocksConnector 10 years ago
  nibrag 6f16459aa9 SSL fingerprint validation moved to a separate function 10 years ago
  nibrag 94c1683955 Added aiosocks.open_connection (asyncio.open_connection analog) 10 years ago
  nibrag d93bed3ac9 Fixed: forgot negotiate_done_cb for Socks4Protocol, Socks5Protocol 10 years ago
  nibrag e7892c500c Added limit param for SocksReader 10 years ago
  nibrag 6aa8016ddf Added functional test cases for SocksConnector 10 years ago
  nibrag 4bd34f0dfe Added fake_socks4_srv and http_srv helpers for tests 10 years ago
  nibrag d9b807e39c Close previous transport and add asyncio bug info 10 years ago
  nibrag de5c4f4b13 Use contextmanager for fake_socks_srv 10 years ago
  nibrag 8857750bf9 Use fake_coroutine from tests.helpers 10 years ago
  nibrag efe43e8b84 Added github issue link 10 years ago
  nibrag 70937a9617 Separate functional tests and added test case for "negotiate fail" 10 years ago
  nibrag 9c39c87689 Added test case to create ssl transport 10 years ago
  nibrag 9c0894c045 Use helpers.fake_coroutine. Added test cases for a new way to negitiate with socks server 10 years ago
  nibrag ad0a6d52fd Added fake_coroutine helper. Use protocol for fake_socks_srv 10 years ago
  nibrag 02d76bcbd5 Added proxy_sockname, proxy_peername, peername properties 10 years ago
  nibrag dd6c30c8be Use client_connected_cb for negotiating with socks server. Added negotiate_done_cb callback 10 years ago
  nibrag 511cf618cd Added test cases for aiosocks.helpers 10 years ago
  nibrag 4512eaac25 Added SSL support and extended test cases for aiosocks.create_connect 10 years ago
  nibrag dafa4fd3d0 Fixed: wrong align 10 years ago
  nibrag b4d5a276a7 Added badge.fury.io image 10 years ago
  nibrag 040571207a Added test cases for create_connection 10 years ago
  nibrag 4ffb3a894b Extended .gitignore 10 years ago
  nibrag f205cbe41b Bump version 10 years ago
  nibrag b9ea70db83 Added more examples 10 years ago