Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Enforce check-code-style as pre-commit-hook (#16) | Jan-Michael Brummer | 2023-03-27 | 11 | -19/+101 | |
| | | ||||||
| * | Fix CI pipeline (#17) | Jan-Michael Brummer | 2023-03-27 | 1 | -1/+1 | |
| | | ||||||
| * | Add download curl plugin (#14) | Jan-Michael Brummer | 2023-03-27 | 8 | -3/+194 | |
| | | ||||||
| * | Add initial wpad test (#15) | Jan-Michael Brummer | 2023-03-27 | 3 | -4/+37 | |
| | | ||||||
| * | Fix Coverity findings (#13) | Jan-Michael Brummer | 2023-03-27 | 4 | -7/+25 | |
| | | ||||||
| * | Add download plugin (#4) | Jan-Michael Brummer | 2023-03-27 | 11 | -21/+274 | |
| | | | | | | | | | | | | | | Move PAC downloading into an own plugin so that CURL does not depend on soup. Relates: https://github.com/janbrummer/libproxy2/issues/2 | |||||
| * | Add initial config GNOME test (#12) | Jan-Michael Brummer | 2023-03-27 | 3 | -1/+135 | |
| | | ||||||
| * | Add PAC configuration tests (#9) | Jan-Michael Brummer | 2023-03-27 | 6 | -8/+76 | |
| | | ||||||
| * | Filter config-plugins only (#11) | Jan-Michael Brummer | 2023-03-27 | 1 | -1/+1 | |
| | | ||||||
| * | Fix sysconfig test on msys2 (#10) | Jan-Michael Brummer | 2023-03-27 | 3 | -5/+6 | |
| | | | | | | | | Remove trailing \r and fix length check for proxy enable. | |||||
| * | Add px_manager_get_proxies_sync test (#8) | Jan-Michael Brummer | 2023-03-27 | 1 | -1/+21 | |
| | | ||||||
| * | Improve config_env (#6) | Jan-Michael Brummer | 2023-03-27 | 4 | -32/+81 | |
| | | | | | | | | | | - Move environment reading to init - Treat no_proxy as a list with asterisk handling | |||||
| * | Fix msys pipeline (#7) | Jan-Michael Brummer | 2023-03-27 | 1 | -0/+3 | |
| | | | | | | | | Force Python 3.9 to avoid pipeline errors with recent Python | |||||
| * | Fix memory leak in PxManager | Jan-Michael Brummer | 2023-03-27 | 1 | -0/+1 | |
| | | | | | | | | | | | | Recently introduced config_plugin property has a mem leak. Fix it. | |||||
| * | Fix review findings | Jan-Michael Brummer | 2023-03-27 | 10 | -98/+59 | |
| | | | | | | | | Relates: https://github.com/janbrummer/libproxy2/issues/2 | |||||
| * | Update coverity.yml | Jan-Michael Brummer | 2023-03-27 | 1 | -0/+1 | |
| | | ||||||
| * | Update coverity.yml | Jan-Michael Brummer | 2023-03-27 | 1 | -0/+1 | |
| | | ||||||
| * | Initial commit | Jan-Michael Brummer | 2023-03-27 | 76 | -0/+5817 | |
| | | ||||||
| * | Remove all existing code | Jan-Michael Brummer | 2023-03-27 | 122 | -11618/+0 | |
|/ | ||||||
* | Merge pull request #189 from wegank/darwinlibproxy-0.4 | Dominique Leuenberger | 2022-12-09 | 1 | -1/+1 | |
|\ | | | | | Fix build on macOS | |||||
| * | Fix build on macOS | Weijia Wang | 2022-08-10 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #195 from illera88/enable_static_builds | Dominique Leuenberger | 2022-12-09 | 4 | -6/+20 | |
|\ \ | | | | | | | Enable static builds for libproxy | |||||
| * | | remove extra empty line | Alberto Garcia Illera | 2022-12-02 | 1 | -1/+0 | |
| | | | ||||||
| * | | remove extra lines | Alberto Garcia Illera | 2022-12-01 | 1 | -2/+1 | |
| | | | ||||||
| * | | use var to not repeat list of sources | Alberto Garcia Illera | 2022-11-13 | 1 | -2/+5 | |
| | | | ||||||
| * | | remove debug code | Alberto Garcia Illera | 2022-10-27 | 1 | -2/+0 | |
| | | | ||||||
| * | | remove proxy specific target_link_libraries for static | Alberto Garcia Illera | 2022-10-27 | 2 | -14/+2 | |
| | | | ||||||
| * | | Enable static builds for libproxy | Alberto Garcia Illera | 2022-10-25 | 4 | -4/+31 | |
| | | | ||||||
* | | | Merge pull request #194 from illera88/enable_duktape_windows | Dominique Leuenberger | 2022-10-24 | 2 | -2/+21 | |
|\ \ \ | |/ / | | | | Enable the use of ducktape in Windows systems | |||||
| * | | _WIN32 to WIN32 and remove already imported headers in windows | Alberto Garcia Illera | 2022-10-23 | 1 | -7/+4 | |
| | | | ||||||
| * | | fixing identation and trailing whitespaces | Alberto Garcia Illera | 2022-10-21 | 2 | -3/+3 | |
| | | | ||||||
| * | | init and destroy winsock on Windows | Alberto Garcia Illera | 2022-10-21 | 1 | -0/+8 | |
| | | | ||||||
| * | | Enable the use of ducktape in Windows systems | Alberto Garcia Illera | 2022-10-20 | 2 | -3/+17 | |
| |/ | ||||||
* | | Merge pull request #192 from janbrummer/gnome-detection-fix | Dominique Leuenberger | 2022-10-20 | 1 | -7/+8 | |
|\ \ | |/ |/| | Use XDG_CURRENT_DESKTOP to detect GNOME desktop like systems | |||||
| * | Use XDG_CURRENT_DESKTOP to detect GNOME desktop like systems | Jan-Michael Brummer | 2022-10-14 | 1 | -7/+8 | |
|/ | | | | Fixes: https://github.com/libproxy/libproxy/issues/191 | |||||
* | Merge pull request #183 from Vogtinator/perlflags | Dominique Leuenberger | 2022-06-21 | 2 | -0/+8 | |
|\ | | | | | bindings: perl: Use ccflags from %Config for libproxy module compilation | |||||
| * | bindings: perl: Use ccflags from %Config for libproxy module compilation | Fabian Vogt | 2022-06-21 | 2 | -0/+8 | |
|/ | | | | | | | | This is needed to achieve (binary and source) compatibility. Unfortunately there doesn't appear to be a more official way, even PERL_EXTRA_C_FLAGS is not complete. Fixes #182 | |||||
* | Merge pull request #181 from mattst88/fix-with-gnome2-documentation | Dominique Leuenberger | 2022-06-21 | 1 | -1/+1 | |
|\ | | | | | Fix WITH_GNOME2 documentation | |||||
| * | Fix WITH_GNOME2 documentation | Matt Turner | 2022-06-21 | 1 | -1/+1 | |
| | | | | | | | | The option is "WITH_GNOME2" not "WITH_GNOME", and it defaults to OFF. | |||||
* | | Merge pull request #180 from mattst88/fix-build-without-duktape | Dominique Leuenberger | 2022-06-21 | 1 | -0/+2 | |
|\ \ | |/ |/| | Fix building without duktape | |||||
| * | Fix building without duktape | Matt Turner | 2022-06-21 | 1 | -0/+2 | |
|/ | | | | | | | | | | Otherwise configuring fails with CMake Error at libproxy/cmake/modules.cmk:26 (math): math cannot parse the expression: "0+0+0+": syntax error, unexpected end of file (6). Call Stack (most recent call first): libproxy/CMakeLists.txt:14 (include) | |||||
* | Merge pull request #179 from DimStar77/0.4.180.4.18 | Dominique Leuenberger | 2022-06-20 | 2 | -1/+11 | |
|\ | | | | | Version 0.4.18 | |||||
| * | Version 0.4.18 | Dominique Leuenberger | 2022-06-20 | 2 | -1/+11 | |
|/ | ||||||
* | Merge pull request #152 from DimStar77/issue123 | Dominique Leuenberger | 2022-06-20 | 1 | -0/+31 | |
|\ | | | | | perl: Add XS_unpack_charPtrPtr function | |||||
| * | perl: Add XS_unpack_charPtrPtr function | Dominique Leuenberger | 2020-12-30 | 1 | -0/+31 | |
| | | | | | | | | | | | | | | | | | | Commit d52cc34458 introduced a new requirement on XS_unpack_charPtrPtr, but did not add the code for it. Use the template code form https://www.perlmonks.org/?node_id=680842 Fixes #123 | |||||
* | | Merge pull request #175 from Vogtinator/perlfix | Dominique Leuenberger | 2022-06-20 | 3 | -3/+4 | |
|\ \ | | | | | | | Fix perl testing and enable it by default | |||||
| * | | Fix perl testing and enable it by default | Fabian Vogt | 2022-03-31 | 3 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The module files for testing were installed in the wrong location and blib wasn't even enabled. Fix the location and use plain PERL5LIB. Hook it up to ctest by using add_test instead of a custom target, which even conflicted with ctest's own target. Fixes #171 | |||||
* | | | Merge pull request #178 from amigadave/python-version | Dominique Leuenberger | 2022-06-20 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | python: Accept Python 3.11 | |||||
| * | | | python: Accept Python 3.11 | David King | 2022-06-20 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #167 from Vogtinator/xdg-diy | Dominique Leuenberger | 2022-03-30 | 1 | -3/+32 | |
|\ \ \ | | | | | | | | | config_kde: Compute list of config file locations ourselves |