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: v3.10.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: v3.11.0
Choose a head ref
  • 18 commits
  • 28 files changed
  • 7 contributors

Commits on Mar 12, 2024

  1. ci/clang-analyze: bump clang version and fix status-bugs (#1079)

    * ci/clang-analyze: bump clang version and fix status-bugs
    
    * add verbose flag
    
    * misc: fix clang analyzer warnings
    
    test/httpauth.c:654:3: warning: Value stored to 'mb_printed' is never read
    test/sipsess.c:216:2: warning: 1st function call argument is an uninitialized Value
    test/sipsess.c:236:2: warning: 1st function call argument is an uninitialized Value
    test/sipsess.c:535:2: warning: 1st function call argument is an uninitialized value
    sreimers authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c2a2377 View commit details
    Browse the repository at this point in the history
  2. main: Flush list of deleted fhs on fd_poll errors. (#1081)

    This makes sure deleted fhs structs are not left allocated on
    fd_poll errors.
    Lastique authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3d051cd View commit details
    Browse the repository at this point in the history
  3. main: Use slist for fhs delete list. (#1082)

    This fixes a potential memory leak in fd_close, if reallocating
    mbuf in fhsld delete list fails. Switching the delete list
    implementation to a single-linked list allows to avoid dynamic memory
    allocation (and the associated point of failure) in fd_close.
    Lastique authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    45611b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. http/server: fix wrong sizeof in verify_msg (#1083)

    replaced to a correct structure in sizeof
    
    fixes #1080
    akscf authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c595d66 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. ci/sanitizers: add mmap rnd_bits workaround (#1086)

    Older gcc/clang sanitizer versions need this fix.
    sreimers authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    836ebd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

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

Commits on Mar 18, 2024

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

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    710ab3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e0cfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5716786 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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

Commits on Mar 27, 2024

  1. thread/posix: optimize handler and fix gcc arm32 warning (#1093)

    Fixes (on arm32 gcc):
    warning: cast from function call of type ‘int’ to non-matching type ‘void *’ [-Wbad-function-cast]
    sreimers authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9d9cff8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6e11d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    208131a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. main,httpauth: fix different from the declaration (#1095)

    * main: fix Visual Studio warning
    
    * httpauth: fix Visual Studio warning
    
    Fix 2 Parameter is different from the declaration.
    
    fixes: #1094
    jobo-zt authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b4f0885 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Apr 9, 2024

  1. ci/abi: bump version

    sreimers committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    eae66e0 View commit details
    Browse the repository at this point in the history
  2. release v3.11.0 (#1098)

    sreimers authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    151f6dc View commit details
    Browse the repository at this point in the history
Loading