-
Notifications
You must be signed in to change notification settings - Fork 39
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: JoshGlazebrook/socks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.6.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: JoshGlazebrook/socks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.8.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 19 files changed
- 8 contributors
Commits on Nov 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1619a55 - Browse repository at this point
Copy the full SHA 1619a55View commit details
Commits on Feb 5, 2022
-
Fixed bug in createConnectionChain where host property was ignored wh…
…ile building connection chain of proxies. Bumped version to 2.6.2 (#80) * Fixed bug in createConnectionChain where host property was ignored while building connection chain of proxies. Bumped version to 2.6.2
Configuration menu - View commit details
-
Copy full SHA for 9f347b3 - Browse repository at this point
Copy the full SHA 9f347b3View commit details
Commits on May 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5ebc0c4 - Browse repository at this point
Copy the full SHA 5ebc0c4View commit details
Commits on Jul 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b17d402 - Browse repository at this point
Copy the full SHA b17d402View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed272b1 - Browse repository at this point
Copy the full SHA ed272b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e776150 - Browse repository at this point
Copy the full SHA e776150View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f729d - Browse repository at this point
Copy the full SHA 96f729dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ad8587 - Browse repository at this point
Copy the full SHA 6ad8587View commit details
Commits on Oct 2, 2022
-
Bug fix createConnectionChain - creating a tunnel (#88)
The current implementation returns a socket to the first proxy in the chain - this is the bug (reproduce: the example in the README does not work). The method "createConnectionChain" should return a socket to the final destination which is tunnelled through the given proxies. Therefore each iteration over the array of proxies must carry forward the socket. This PR is implementing this and hence fixing the bug.
Configuration menu - View commit details
-
Copy full SHA for 6352745 - Browse repository at this point
Copy the full SHA 6352745View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76d013e - Browse repository at this point
Copy the full SHA 76d013eView commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66b7f73 - Browse repository at this point
Copy the full SHA 66b7f73View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89d8c07 - Browse repository at this point
Copy the full SHA 89d8c07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99633ae - Browse repository at this point
Copy the full SHA 99633aeView commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 992b002 - Browse repository at this point
Copy the full SHA 992b002View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2a06d9 - Browse repository at this point
Copy the full SHA a2a06d9View commit details
Commits on Dec 13, 2024
-
ipv4ToInt32 should return unsigned integer (#106)
At least SocksClient.createUDPFrame expects that: `buff.writeUInt32BE(ipv4ToInt32(options.remoteHost.host))`. `>>> 0` is fast and easy way to make integer unsigned: `[200,200,200,200].reduce((acc, part) => (acc << 8) + part, 0)` `-926365496` `[200,200,200,200].reduce((acc, part) => (acc << 8) + part, 0) >>> 0` `3368601800`
Configuration menu - View commit details
-
Copy full SHA for 5094ebb - Browse repository at this point
Copy the full SHA 5094ebbView commit details
Commits on Feb 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8146521 - Browse repository at this point
Copy the full SHA 8146521View commit details -
Configuration menu - View commit details
-
Copy full SHA for f047ee4 - Browse repository at this point
Copy the full SHA f047ee4View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.6.1...2.8.4