238 Commits (9138cf3cb8fc899a1779f14b06375cc3d1a2eaa1)

Author SHA1 Message Date
ThomasV d61ccd4275 throttle send_requests 8 years ago
ThomasV 5661aabaa4 revert to daemon for interface code 8 years ago
ThomasV 5f3b6af2e0 interface: do not use daemon threads 9 years ago
ThomasV d3a9af9e79 catch exception in interface.close 9 years ago
ThomasV a0b861cd8f fix bug in interface.get_responses 9 years ago
ThomasV 305843999e Relicensing 9 years ago
ThomasV fe9ec6de06 reformatting 9 years ago
ThomasV 614f3df4b8 Revert "Use ssl.PROTOCOL_TLSv1 on client side to avoid SSLv23" 9 years ago
Kefkius f329143733 Fix typo in Connection docstring 9 years ago
Neil Booth 6f1367fea6 Unify message IDs between network and interfaces 9 years ago
Neil Booth 93b99ebded Handy new class PrintError 9 years ago
Neil Booth cdcd4d7215 Fix 'tuple' object has no attribute 'copy' 9 years ago
Neil Booth 748662dede Add a debugging traceback. 9 years ago
Neil Booth 49a48d52ac Use select. 10 years ago
ThomasV 85d9b8aa8d fix: dePem cert before parsing 9 years ago
ThomasV ca3c320ef4 simplify x509 constructor 9 years ago
ThomasV 476d198be9 fix missing occurences of X509.parse 9 years ago
ThomasV 380bccacf0 request_queue.put should never block, because maxsize is not set 9 years ago
Eagle[TM] 4731418af9 Use ssl.PROTOCOL_TLSv1 on client side to avoid SSLv23 9 years ago
Roman Zeyde 5fbd7553ed interface: fix check_host_name() pattern matching 9 years ago
neocogent 8792301846 restrict to *. only, add DN support also 9 years ago
neocogent 3c563b85ad adjust comment about wildcards 9 years ago
neocogent 59c231808f add wildcard ssl support 9 years ago
Roman Zeyde 9c06bee8c7 interface: slow_parse() is not defined for X509 9 years ago
ThomasV 604d5d432c sanitize server at the interface level (follow up to issue #1330) 9 years ago
Neil Booth 2f2e468d0a SocketPipe shouldn't close the socket. 10 years ago
Neil Booth ab2f80c3e0 Fix couple of minor socket issues 10 years ago
Neil Booth 76355e66c8 Make interface status tri-state. 10 years ago
ThomasV 5c73bc5bc7 interface: init ping_time with 0 so that the client sends version message 10 years ago
ThomasV 2a92a310ba typo 10 years ago
ThomasV 8c07bdc3bc do not timeout if interface is receiving data 10 years ago
Neil Booth 97b5f6d6a3 Fix two races in interface.py. 10 years ago
ThomasV 8656785aa7 fix: use request_time for interface timeout 10 years ago
ThomasV 45fd3ef343 interface: send from same thread and simplify timeouts 10 years ago
ThomasV 78f5dbb72e revert c64e0c0e64 10 years ago
Neil Booth 6171779442 Move response getting to its own function. 10 years ago
Neil Booth 0cfcd2c7b2 Remove self.lock 10 years ago
Neil Booth c64e0c0e64 Send requests only from the interface thread. 10 years ago
Neil Booth 6920747a5d Move ping functionality into its own function. 10 years ago
Neil Booth c07e956127 Pass the response_queue to the constructor, not start(). 10 years ago
Neil Booth 9cf2eff16b Make is_connected into a member function. No change in logic. 10 years ago
Neil Booth 4d55cb9528 First of several incremental patches tightening up interface.py. 10 years ago
ThomasV f32f1183fc print_error methods. request timeout for interface 10 years ago
ThomasV 799a08514b move proxy logic to network.py. reload socket module if proxy is disabled 10 years ago
ThomasV ae7405a10f remove old http interface code, not used 10 years ago
ThomasV 92987d9019 add comment about proxy side effect 10 years ago
ThomasV 73d8ba24d9 fix network connection issues 10 years ago
ThomasV fdaf4e42a9 print reason if connection fails 10 years ago
ThomasV b3364b87d1 interface: don't show traceback on error 104 10 years ago
ThomasV 992a634a77 serialize: handle case where proxy is None 10 years ago