-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: elazarl/goproxy
base: v1.2
head repository: elazarl/goproxy
compare: v1.2.1
- 17 commits
- 38 files changed
- 5 contributors
Commits on Dec 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8fd2e76 - Browse repository at this point
Copy the full SHA 8fd2e76View commit details -
* Use std library to convert between different charsets * Use std library mime parser instead of custom regex to extract charset
Configuration menu - View commit details
-
Copy full SHA for 62d1bbd - Browse repository at this point
Copy the full SHA 62d1bbdView commit details -
Add example for SOCKS proxy chaining (#573)
* Add example for SOCKS proxy chaining * Rewrite the code and implement socks5 client to be independent of third party libraries * refactor the code * Simplify the example and add customizable socks proxy server * add missing struct * changing ConnectHandler * Update examples/cascadeproxy-socks/socksproxy.go Co-authored-by: Erik Pellizzon <erikpelli@tutamail.com>
Configuration menu - View commit details
-
Copy full SHA for 2b1c5fc - Browse repository at this point
Copy the full SHA 2b1c5fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d001aa0 - Browse repository at this point
Copy the full SHA d001aa0View commit details -
Integrate fixes from Stripe fork (#585)
* Replace empty interface with any * Add configurable KeepAcceptEncoding option * Add hook to handle proxy connection error * Pass custom RoundTripper in the context * Close each entity independently when there is an error
Configuration menu - View commit details
-
Copy full SHA for e0b3273 - Browse repository at this point
Copy the full SHA e0b3273View commit details -
Move http handler in another file (#586)
* Move http handler to another file * Limit response length in error message
Configuration menu - View commit details
-
Copy full SHA for fc6b7da - Browse repository at this point
Copy the full SHA fc6b7daView commit details -
Close non persistent connection after first request (#587)
* Close non persistent connection after first request * Fix null problem when the request handler doesn't return it
Configuration menu - View commit details
-
Copy full SHA for 009a1d3 - Browse repository at this point
Copy the full SHA 009a1d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86a5c08 - Browse repository at this point
Copy the full SHA 86a5c08View commit details -
Configuration menu - View commit details
-
Copy full SHA for b739408 - Browse repository at this point
Copy the full SHA b739408View commit details
Commits on Dec 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07776d9 - Browse repository at this point
Copy the full SHA 07776d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65f394b - Browse repository at this point
Copy the full SHA 65f394bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9faedc2 - Browse repository at this point
Copy the full SHA 9faedc2View commit details
Commits on Dec 23, 2024
-
* Add dependabot configuration * Update Github Actions pipeline code * Add linter documentation * Avoid to run parallel tests * Fix linting errors * Use correct go version * Use verbose flag for tests
Configuration menu - View commit details
-
Copy full SHA for 5adab11 - Browse repository at this point
Copy the full SHA 5adab11View commit details -
Add missing linting changes (#596)
* Fix errors * Fix flaky test * Avoid to overwrite default client in tests
Configuration menu - View commit details
-
Copy full SHA for 928343f - Browse repository at this point
Copy the full SHA 928343fView commit details -
Close the connection used by https (#256)
* Close the connection used for https * need Closing Read and Write --------- Co-authored-by: YushiIso <iso@datasection.co.jp>
Configuration menu - View commit details
-
Copy full SHA for ffb746c - Browse repository at this point
Copy the full SHA ffb746cView commit details -
Add tests from Stripe fork (#597)
* Update curl minus p test * Refactor writeConnect helper function * Add mitm mutate request test * Add http proxy from env variables test * Add accept encoding test * Fix linter issues
Configuration menu - View commit details
-
Copy full SHA for d5978cb - Browse repository at this point
Copy the full SHA d5978cbView commit details
Commits on Dec 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b717beb - Browse repository at this point
Copy the full SHA b717bebView commit details
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 v1.2...v1.2.1