8000 Comparing tinyproxy:master...aik:master · tinyproxy/tinyproxy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: tinyproxy/tinyproxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aik/tinyproxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 1, 2025

  1. Fix gcc calloc() warning

    gcc (GCC) 14.1.1 20240701 (Red Hat 14.1.1-7) produces this:
    
    network.c:159:57: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and no
    t in the later argument [-Wcalloc-transposed-args]
      159 |             (struct read_lines_s *) safecalloc (sizeof (struct read_lines_s),
          |                                                         ^~~~~~
    
    Fix them.
    
    Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
    aik committed Jan 1, 2025
    Configuration menu
    Copy the full SHA
    1801e5c View commit details
    Browse the repository at this point in the history
  2. sock: Allow binding outgoing connections to an interface

    The current "Bind" allows IP addresses which does not work with
    dynamically changing IPs such as VPN.
    
    Extend "Bind" to accept an interface name if SO_BINDTODEVICE is
    supported (Linux). For example, "Bind tun0".
    
    Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
    aik committed Jan 1, 2025
    Configuration menu
    Copy the full SHA
    66abfe5 View commit details
    Browse the repository at this point in the history
  3. Added support to for SO_BINDTODEVICE on listening socket

    Mario Klebsch authored and aik committed Jan 1, 2025
    Configuration menu
    Copy the full SHA
    25f6f64 View commit details
    Brows 34BE e the repository at this point in the history
Loading
0