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: baresip/re
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: baresip/re
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 17 commits
  • 25 files changed
  • 7 contributors

Commits on Sep 8, 2020

  1. README: fix urls

    sreimers committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    2effb0a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    0408829 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Configuration menu
    Copy the full SHA
    20da569 View commit details
    Browse the repository at this point in the history
  2. Added printing of path to uri_encode

    juha-h authored and sreimers committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    728e7ea View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    1256c30 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. tcp: add tcp_connect_bind

    tcp_connect_bind binds to a local address before connecting.
    fAuernigg authored and sreimers committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    bc269d4 View commit details
    Browse the repository at this point in the history
  2. http: support bind to laddr in http_request

    Set laddr and laddr6 with http_client_set_laddr, http_client_set_laddr6
    to bind http requests to a local ip address.
    
    http_request selects between laddr and laddr6 after the address family
    of the server address was detected.
    fAuernigg authored and sreimers committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    2dcf85d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. sipreg: support Cisco REGISTER keep-alives

    Cisco phones send periodic REGISTER with Expires 0 to the SIP proxy.
    cspiel1 authored and sreimers committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    28cf328 View commit details
    Browse the repository at this point in the history
  2. sipreg: add function sipreg_incfailc()

    After a registration failure a new instance of sipreg is allocated in order to
    send periodic Cisco REGISTER keep-alives. These keep-alives will detect when
    the SIP proxy becomes available again. The new function can be used to
    initialize failc, thus sipreg_failed() returns true initially.
    cspiel1 authored and sreimers committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    71ba82e View commit details
    Browse the repository at this point in the history
  3. sipreg: start each re-register without authorization

    Each digest challenge for a REGISTER should start without authorization header.
    This applies to periodic re-registration, for de-registration and also to
    Cisco REGISTER keep-alives.
    cspiel1 authored and sreimers committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    d8cfc30 View commit details
    Browse the repository at this point in the history
  4. sipreg: call response handler also for expires zero

    The Cisco REGISTER keep-alives detect that a SIP proxy becomes available again.
    This has to be reported to the response handler in baresip.
    cspiel1 authored and sreimers committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    410dde4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b913aa6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    90dca03 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from baresip/websocket

    Alfred's sip websocket patch
    juha-h authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    b5f6e13 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. dns: listen on IPv4 and IPv6 socket

    alfredh authored and sreimers committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    cb96622 View commit details
    Browse the repository at this point in the history
  2. main: fix/optimize windows file descriptors (#25)

    main: fix windows file descriptors #20
    
    Co-authored-by: jjj <john.juul.jensen@hotmail.com>
    sreimers and johnjuuljensen authored Oct 3, 2020
    Configuration menu
    Copy the full SHA
    7b5aefe View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. release v1.1.0

    sreimers committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    0f17505 View commit details
    Browse the repository at this point in the history
Loading