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: astro/socksify-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: net-http-sockproxy-auth
Choose a base ref
...
head repository: astro/socksify-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 20 files changed
  • 5 contributors

Commits on Jul 11, 2025

  1. Configuration menu
    Copy the full SHA
    73bd8ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7975650 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2025

  1. Merge pull request #62 from anton-smagin/net-http-socksproxy-with-auth

    Net http socksproxy with auth.
    
    Thanks for your contribution @anton-smagin and to everyone else who contributed towards this functionality, sorry it's taken so long to implement. I may change the last two parameters to keywords to avoid a long params list, but otherwise it looks looks great.
    MatzFan authored Jul 12, 2025
    Configuration menu
    Copy the full SHA
    ca69e45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a934e12 View commit details
    Browse the repository at this point in the history
  3. change Net::HTTP.socks_proxy interface to use kwargs for username & p…

    …assword; cut 1.8.0
    MatzFan committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    f766793 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2025

  1. Merge pull request #63 from MatzFan/master

    Completed auth functionality
    MatzFan authored Jul 13, 2025
    Configuration menu
    Copy the full SHA
    28b1fbd View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Configuration menu
    Copy the full SHA
    55dda0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4414f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2025

  1. Configuration menu
    Copy the full SHA
    b0055e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6c480f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #65 from MatzFan/master

    Clarify min required Ruby is 2.7 & cut new gem version 1.8.1.
    MatzFan authored Jul 20, 2025
    Configuration menu
    Copy the full SHA
    d87df0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf11fa7 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. Fix for when recv returns nil

    Since ruby 3.3 BasicSocket#recv returns nil instead of an empty string on closed connections
    
    https://rubyreferences.github.io/rubychanges/3.3.html#standard-library
    
    https://bugs.ruby-lang.org/issues/19012
    paccator authored and astro committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    6ae4704 View commit details
    Browse the repository at this point in the history
Loading