Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webtorrent/bittorrent-tracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 22acc4d
Choose a base ref
...
head repository: webtorrent/bittorrent-tracker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5cf534d
Choose a head ref
  • 7 commits
  • 8 files changed
  • 5 contributors

Commits on Jul 23, 2021

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

Commits on Jul 30, 2021

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

Commits on Aug 3, 2021

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

Commits on Aug 8, 2021

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

Commits on Aug 17, 2021

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

Commits on Aug 20, 2021

  1. feat: add proxy support for tracker clients (#356)

    * Add a httpAgent options to http and websocket client trackers.
    
    * Add a socks proxy to udp client trackers.
    
    * Update http agent mock to node 5+
    
    * Bugfix in socks configuration
    
    * Use new socket to connect to the proxy relay and slice the proxy header from the message
    
    * Add documentation for proxy
    
    * Provide http and https agents for proxy.
    Change proxy options structure and auto populate socks HTTP agents.
    
    * Update documentation
    
    * Check socks version for UDP proxy
    
    * Clone proxy settings to prevent Socks instances concurrency
    
    * Generate socks http agents on the fly (reuse is not working)
    
    * Use clone to deepcopy socks opts
    
    * Dont create agent for now since we cannot reuse it between requests.
    
    * Removed unused require
    
    * Add .gitignore
    
    * Fix merge conflict
    
    * Fix URL toString
    
    * Fix new Socket constructor
    
    Co-authored-by: Yoann Ciabaud <[email protected]>
    alxhotel and yciabaud authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    ad64dc3 View commit details
    Browse the repository at this point in the history
  2. chore(release): 9.18.0

    # [9.18.0](v9.17.4...v9.18.0) (2021-08-20)
    
    ### Features
    
    * add proxy support for tracker clients ([#356](#356)) ([ad64dc3](ad64dc3))
    semantic-release-bot committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    5cf534d View commit details
    Browse the repository at this point in the history
Loading