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: timvideos/gst-switch
base: 882ce18a4feb
Choose a base ref
...
head repository: timvideos/gst-switch
compare: a0f8a384844c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 23, 2015

  1. Bind to all IP address (IPv4 and IPv6) by default.

    If the address is 0.0.0.0, the server accepts TCP/IP connections on all server
    host IPv4 interfaces.
    
    If the address is ::, the server accepts TCP/IP connections on all server host
    IPv4 and IPv6 interfaces. Use this address to permit both IPv4 and IPv6
    connections on all server interfaces.
    
    Fixes issue #202.
    mithro committed Apr 23, 2015
    Copy the full SHA
    ed6209e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #206 from mithro/really-all-ips

    Bind to all IP address (IPv4 and IPv6) by default.
    mithro committed Apr 23, 2015
    Copy the full SHA
    a0f8a38 View commit details
    Browse the repository at this point in the history