-
Notifications
You must be signed in to change notification settings - Fork 93
Comparing changes
Open a pull request
base repository: baresip/re
base: v3.10.0
head repository: baresip/re
compare: v3.11.0
- 18 commits
- 28 files changed
- 7 contributors
Commits on Mar 12, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for c2a2377 - Browse repository at this point
Copy the full SHA c2a2377View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3d051cd - Browse repository at this point
Copy the full SHA 3d051cdView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 45611b9 - Browse repository at this point
Copy the full SHA 45611b9View commit details
Commits on Mar 13, 2024
-
http/server: fix wrong sizeof in verify_msg (#1083)
replaced to a correct structure in sizeof fixes #1080
Configuration menu - View commit details
-
Copy full SHA for c595d66 - Browse repository at this point
Copy the full SHA c595d66View commit details
Commits on Mar 15, 2024
-
ci/sanitizers: add mmap rnd_bits workaround (#1086)
Older gcc/clang sanitizer versions need this fix.
Configuration menu - View commit details
-
Copy full SHA for 836ebd1 - Browse repository at this point
Copy the full SHA 836ebd1View commit details
Commits on Mar 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b19edd - Browse repository at this point
Copy the full SHA 0b19eddView commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16c61a0 - Browse repository at this point
Copy the full SHA 16c61a0View commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 710ab3a - Browse repository at this point
Copy the full SHA 710ab3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04e0cfb - Browse repository at this point
Copy the full SHA 04e0cfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5716786 - Browse repository at this point
Copy the full SHA 5716786View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8ec56b - Browse repository at this point
Copy the full SHA c8ec56bView commit details
Commits on Mar 27, 2024
-
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]
Configuration menu - View commit details
-
Copy full SHA for 9d9cff8 - Browse repository at this point
Copy the full SHA 9d9cff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6e11d4 - Browse repository at this point
Copy the full SHA e6e11d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 208131a - Browse repository at this point
Copy the full SHA 208131aView commit details
Commits on Mar 29, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for b4f0885 - Browse repository at this point
Copy the full SHA b4f0885View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7103b3a - Browse repository at this point
Copy the full SHA 7103b3aView commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eae66e0 - Browse repository at this point
Copy the full SHA eae66e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 151f6dc - Browse repository at this point
Copy the full SHA 151f6dcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.10.0...v3.11.0