55 Commits (efe43e8b84ed74ea73961293f96b256247155b68)
 

Author SHA1 Message Date
  nibrag efe43e8b84 Added github issue link 8 years ago
  nibrag 70937a9617 Separate functional tests and added test case for "negotiate fail" 8 years ago
  nibrag 9c39c87689 Added test case to create ssl transport 8 years ago
  nibrag 9c0894c045 Use helpers.fake_coroutine. Added test cases for a new way to negitiate with socks server 8 years ago
  nibrag ad0a6d52fd Added fake_coroutine helper. Use protocol for fake_socks_srv 8 years ago
  nibrag 02d76bcbd5 Added proxy_sockname, proxy_peername, peername properties 8 years ago
  nibrag dd6c30c8be Use client_connected_cb for negotiating with socks server. Added negotiate_done_cb callback 8 years ago
  nibrag 511cf618cd Added test cases for aiosocks.helpers 8 years ago
  nibrag 4512eaac25 Added SSL support and extended test cases for aiosocks.create_connect 8 years ago
  nibrag dafa4fd3d0 Fixed: wrong align 8 years ago
  nibrag b4d5a276a7 Added badge.fury.io image 8 years ago
  nibrag 040571207a Added test cases for create_connection 8 years ago
  nibrag 4ffb3a894b Extended .gitignore 8 years ago
  nibrag f205cbe41b Bump version 8 years ago
  nibrag b9ea70db83 Added more examples 8 years ago
  nibrag d1bb9661fe Fixed: wrong error message 8 years ago
  nibrag cfc1c3057e Fixed: invalid converalls.io image url 8 years ago
  nibrag 7f54e268f7 Fixed: ignoring .coverage file 8 years ago
  nibrag bf0abf911a Fixed: python 3.4 compability 8 years ago
  nibrag 3d30b29b7b flake8 8 years ago
  nibrag 362601ebcd Change minimal python version 8 years ago
  nibrag da8dffb3a2 Added travis and coveralls config 8 years ago
  nibrag 56b8430cf6 Added coveralls image 8 years ago
  nibrag 20dbbf52cc Added travis buid/failing image 8 years ago
  nibrag 4b26e8d434 python 3.4 compability 8 years ago
  nibrag 3c2af6206f flake8 8 years ago
  nibrag 0064efbab2 create_connection may return socks protocol 8 years ago
  nibrag c93b663eda Fixed: forgot loop argument 8 years ago
  nibrag c62faa5354 Added test case for aiohttp SocksConnector 8 years ago
  nibrag fe6f4d16ae Added test cases for protocols 8 years ago
  nibrag 444f2946a2 The authorization process is represented in a separate function 8 years ago
  nibrag bae41a45b0 Rename SocksProtocol to BaseSocksProtocol 8 years ago
  nibrag cf1437491a Do not include domain if proxy.host is ip 8 years ago
  nibrag 21bce1911f Fixed: wrong run_until_complete calling 8 years ago
  nibrag 7e275c652e Use rst format for readme 8 years ago
  nibrag 6a3642e050 Bump version 8 years ago
  nibrag 3c04441eb6 Automatic version determination and check python version 8 years ago
  nibrag 477e946d1b Added FEATURES and TODO block 8 years ago
  nibrag ec4fa8b195 Fixed: Double creation protocol and transport led to errors 8 years ago
  nibrag 69603b164d Small refactoring 8 years ago
  nibrag 16760a5a06 Fixed: DNSError exeption raised if proxy.host is ip address 8 years ago
  nibrag 9100785863 Added default SOCKS server port value 8 years ago
  nibrag 9fb41f3e80 A more meaningful error handling 8 years ago
  nibrag 32fa3584a3 Fixed: fail if proxy_auth is None 8 years ago
  nibrag a7790b6828 Change version and added setup.py 8 years ago
  nibrag e80c8ba657 Rename variable names in example 8 years ago
  nibrag 4cee9a5d34 Fix: forgot 'dst' argument in examples 8 years ago
  nibrag 3dd2fe1815 Socks4Server/Socks5Server renamed on Socks4Addr/Socks5Addr 8 years ago
  nibrag d4313328a4 Socks4Protocol and Socks5Protocol are moved to a separate file 8 years ago
  nibrag f29a00fa9e Added usage example to README.md 8 years ago