This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start adding support for NDT over Tor * curlx_test.cpp: fix test I have broken Now init() is idempotent in the proper sense, while before the behavior was consistent but possibly not idempotent. * Revert small, unnecessary change * libndt.cpp: fix MSVC 32 bit build * Repair build * revamp socks5 code * libndt.cpp: attempt to fix windows build * Write tests to cover more curlx methods * Add one more simple test * libndt_test: use connect_tcp_maybe_socks5() Of course, where it makes sense. * Start adding more tests for socks5h * Repair build error * More tests for socks5 code * Fix previous * Add some more tests * More socks5 tests * more tests * improve tests * add two more tests * Remove unused methods * Final changes before merging
- Loading branch information
1 parent
b8540dd
commit eccd5e7
Showing
7 changed files
with
880 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.