Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Full refactoring #222

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Dec 22, 2017

  1. Configuration menu
    Copy the full SHA
    70fb46c View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

  1. Remove examples and scripts as they are not working anymore

    Removed empty interface hash_engine
    Made Hash_server static no need to instantiate
    Removed unused requirements
    Removed dict usage
    
    Use single pool for all rpcs
    Store state in a single object and made hash_server and rpc_api static
    Improved logic
    
    Enable passing proxy and hash_key in the call
    
    Add support for disabling session reuse and changing hashing endpoint
    
    Don't store session in auth as it is not needed
    Reduce rpc pool size to 150 (that should be enough for 500-600 workers)
    Add adapter mounts for all protocols as proxies uses the pool by their own urls
    
    Remove unused function
    friscoMad committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    7a7ebc1 View commit details
    Browse the repository at this point in the history
  2. Fix bad merge

    friscoMad committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    2333920 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. Configuration menu
    Copy the full SHA
    94f68d1 View commit details
    Browse the repository at this point in the history
  2. Fix endpoint merge errors

    friscoMad committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    3858f3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    527c795 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Configuration menu
    Copy the full SHA
    3e35cae View commit details
    Browse the repository at this point in the history