Skip to content
Permalink

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: libproxy/libproxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 04c5185
Choose a base ref
...
head repository: libproxy/libproxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 77e2a2b
Choose a head ref
  • 8 commits
  • 5 files changed
  • 3 contributors

Commits on Sep 2, 2024

  1. Ignore invalid proxy URL

    This prevents further GUri API call on NULL pointer. For example,
    `FTP_PROXY=""` will lead into a NULL here.
    AlynxZhou authored and janbrummer committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8f80625 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Fix list structures freeing in pxmanager

    Relates: #310
    janbrummer committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c728134 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4d4c44 View commit details
    Browse the repository at this point in the history
  3. kde: Add ReversedException support

    Fixes: #311
    janbrummer committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    bed272f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Fix memory leak using PX_FORCE_CONFIG

    In cases where we enforce a specific config plugin we are leaking every
    other config plugin. Fix it.
    janbrummer committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d17015c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Update msys2 build steps

    Fix glib package name and add gsettings-desktop-schemas.
    
    Fixes: #315
    janbrummer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ba6a33e View commit details
    Browse the repository at this point in the history
  2. sysconfig: Remove white space in key value

    Some time there are white spaces in key value like key NO_PROXY, if
    white space is not removed, the host name can't be ignored.
    sunwxg authored and janbrummer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cf2b232 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.5.9

    janbrummer committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    77e2a2b View commit details
    Browse the repository at this point in the history
Loading