-
Notifications
You must be signed in to change notification settings - Fork 65
Comparing changes
Open a pull request
base repository: libproxy/libproxy
base: 0.5.3
head repository: libproxy/libproxy
compare: 0.5.4
- 11 commits
- 24 files changed
- 4 contributors
Commits on Jul 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cced536 - Browse repository at this point
Copy the full SHA cced536View commit details
Commits on Oct 26, 2023
-
Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
Configuration menu - View commit details
-
Copy full SHA for 397f4dc - Browse repository at this point
Copy the full SHA 397f4dcView commit details -
Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
Configuration menu - View commit details
-
Copy full SHA for 5910ad2 - Browse repository at this point
Copy the full SHA 5910ad2View commit details
Commits on Nov 2, 2023
-
Specify library version more completely (#259)
If the library version is not specified, meson installs the shared object using only the soversion, and this causes ldconfig to emit a warning that the shared object is not a symlink. Specifying a version that matches the project version means that version is used for the shared object, and the soversion-named file is then a symilnk to that, which is common across other libraries, and avoids the warning from ldconfig. https://bugzilla.redhat.com/show_bug.cgi?id=2247508
Configuration menu - View commit details
-
Copy full SHA for 42b58ef - Browse repository at this point
Copy the full SHA 42b58efView commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b541a5 - Browse repository at this point
Copy the full SHA 9b541a5View commit details
Commits on Jan 8, 2024
-
Improve handling of Windows proxy settings: (#264)
- Handle proxy URLs being provided with a scheme - Don't assume that target URL scheme == proxy scheme - Use proxy provided without a scheme specifier for all target URL schemes - Free memory allocated for hash table keys and values
Configuration menu - View commit details
-
Copy full SHA for e6dbedb - Browse repository at this point
Copy the full SHA e6dbedbView commit details -
Add curl option to the generated config for backend instead (#265)
It is only used there, and the project root is added to the list of include directories last. This means that a config.h may inadvertedly be included from a completely different place when building libproxy as a subproject. The backend directory, where the generated px-backend-config.h ends up is the first include path in the list. This commit removes config.h entirely, as the only other thing in it, the generated PACKAGE_VERSION define, is not used anywhere
Configuration menu - View commit details
-
Copy full SHA for 3228867 - Browse repository at this point
Copy the full SHA 3228867View commit details
Commits on Jan 10, 2024
-
Set initial state to online (#266)
Fixes: #260 Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
Configuration menu - View commit details
-
Copy full SHA for 01b8a24 - Browse repository at this point
Copy the full SHA 01b8a24View commit details
Commits on Jan 23, 2024
-
Windows: Detect scheme presence in proxy URLs more robustly (#268)
Windows proxy servers can be set either with or without a scheme where without implies http, and with or without a port where without implies the default port for the scheme. Unfortunately, g_uri_parse_scheme("proxy.example.com:3128") returns "proxy.example.com" rather than NULL (while g_uri_parse_scheme("1.2.3.4:3128") returns NULL), meaning that such proxy configurations did not get http:// prepended to them, causing e.g. GProxy to reject them. With this change we simply search for the presence of :// in the URI instead. While a URI technically doesn't have to contain // after the scheme separator, such URIs should not occur in this contextConfiguration menu - View commit details
-
Copy full SHA for f1a1c30 - Browse repository at this point
Copy the full SHA f1a1c30View commit details
Commits on Feb 9, 2024
-
Fix broken WPAD proxy resolution (#271)
When discovering a PAC URL through WPAD, libproxy would download the file, but never call set_pac() on the PAC Runner interface, unlike in the case with an explicitly configured PAC URL. This would cause the PAC Runner implementation to just return an empty string from run()
Configuration menu - View commit details
-
Copy full SHA for 907a5cc - Browse repository at this point
Copy the full SHA 907a5ccView commit details -
Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
Configuration menu - View commit details
-
Copy full SHA for dff9a60 - Browse repository at this point
Copy the full SHA dff9a60View 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 0.5.3...0.5.4