pyvider 2025-01-10
rpcplugin Refinements
24 files · 1,513+ · 745-

rpcplugin Refinements

24 files changed
  • client.py Updated client.py (+60/-47 lines)
  • exception.py Updated exception.py (+11/-2 lines)
  • security.py Updated security.py (+15/-11 lines)
  • test_client.py Updated test_client.py (+206/-246 lines)
  • transport.py Updated transport.py (+177/-62 lines)
  • chatgpt-20250110-1110.md Added chatgpt-20250110-1110.md (+137 lines)
  • notes.md Added notes.md (+6 lines)
  • plugins.md Added plugins.md (+3 lines)
  • coverage.json Updated coverage.json (+1/-1 lines)
  • README.md Added README.md (+7 lines)
  • handshake.py Updated handshake.py (+91/-54 lines)
  • server.py Updated server.py (+6/-2 lines)
  • conftest.py Updated conftest.py (+140/-18 lines)
  • debug_cert_pem.pem Added debug_cert_pem.pem (+20 lines)
  • debug_cert_validate.pem Added debug_cert_validate.pem (+20 lines)
  • debug_key_pem.pem Added debug_key_pem.pem (+27 lines)
  • run_tcp_server.py Added run_tcp_server.py (+23 lines)
  • run_unix_server.py Added run_unix_server.py (+23 lines)
  • test_client_grpc.py Added test_client_grpc.py (+221 lines)
  • test_handshake.py Updated test_handshake.py (+65/-21 lines)
  • test_server.py Updated test_server.py (+9/-2 lines)
  • test_transport_tcp.py Updated test_transport_tcp.py (+98/-77 lines)
  • test_transport_unix.py Updated test_transport_unix.py (+147/-96 lines)
  • x_test_transport_2.py Removed x_test_transport_2.py (-106 lines)
  • Updated client.py (32 lines changed), security.py (14 lines), exception.py (13 lines), transport.py (17 lines) harden internal
    5 files
    • client.py
    • exception.py
    • security.py
    • test_client.py
    • transport.py
  • Multiple iterations on Unix transport minimal tests qualify internal
    2 files
    • coverage.json
    • x_transport_unix_94pct_coverage.py