Commit Graph

  • e6329fb743 repro: RFC5626 Outbound fix to not remove contact registration on locally generated 408 timeouts master Scott Godin 2026-01-09 15:58:01 -05:00
  • f623fbe3c8 Merge pull request #454 from szokovacs/changenameservers Scott Godin 2026-01-09 15:51:10 -05:00
  • 3c5d8b2b78 - sdpcontainer::Sdp - add get mediaLineAtIndex api - sdpcontainer::SdpMediaLine - add more crypto type definitions Scott Godin 2026-01-08 19:15:51 -05:00
  • c76b5b4247 -CMake: build resipmedia by default, add separate flag so not dependant on recon being enabled Scott Godin 2026-01-08 17:53:37 -05:00
  • 69a0751185 - complete move of sdpcontainer to resipmedia - complete rename of SdpHelperResip to SdpHelper Scott Godin 2026-01-08 16:50:18 -05:00
  • 09b187e75a Move SdpContainer used in recon to resipmedia library for use in other projects Scott Godin 2026-01-08 16:29:54 -05:00
  • 59a66f57a2 - small cleanup of TlsConnection handshake error logs - previous text was misleading (missing client cert it not necessarily a problem) Scott Godin 2026-01-08 15:40:47 -05:00
  • f736c7b7cd resolve conflict between TFM and ARES Szókovács Róbert 2026-01-08 17:50:09 +01:00
  • ebd3dafba5 still Szókovács Róbert 2026-01-08 17:26:07 +01:00
  • 8556d886a7 typo fix Szókovács Róbert 2026-01-08 17:19:03 +01:00
  • b95f15f3d8 following up missing ExternalDns change Szókovács Róbert 2026-01-08 17:05:33 +01:00
  • 96cd724f47 expose already existing possibility to change the DNS servers to the DnsStub API Szókovács Róbert 2026-01-08 16:38:39 +01:00
  • 08e9316169 Expand WinSecurity constructors to allow setting of defaultPrivateKeyPassPhrase and DHParamsFilename Scott Godin 2026-01-05 17:24:36 -05:00
  • 5c5df2d625 Merge pull request #438 from Lastique/feature/add_sip_headers_iteration Scott Godin 2026-01-05 10:39:19 -05:00
  • 97595b4e30 - log filename in exception in Data::fromFile Scott Godin 2025-12-23 15:54:50 -05:00
  • 9e53bc4990 Merge pull request #452 from mykhailopopivniak/fqdn_log_init Scott Godin 2025-12-18 18:09:35 -05:00
  • 7fe9084ed7 rutil/Log: Selectively enable FQDN resolution upon Logger initialization Mykhailo Popivniak 2025-12-18 17:29:50 +02:00
  • 947b8654b2 Allow remote support for Session Timers to be determined in Supported or Requires headers Scott Godin 2025-12-16 17:06:17 -05:00
  • 0bb6a29ae6 -when a new StatisticsManager poll interval is set, ensure we recalculate nNextPoll, so we don't need to wait for the previous amount of time to pass before taking effect Scott Godin 2025-12-10 16:20:06 -05:00
  • d65ca7f166 -fix CMakeLists.txt OpenSSL library linking using Nuget on VisualStudio/Windows Scott Godin 2025-11-26 15:09:53 -05:00
  • 21e6216e44 - repro: fix windows build when %temp% dir has spaces in it Scott Godin 2025-11-17 16:39:29 -05:00
  • 693eb67b6b - recon: ensure BridgeMixerWeights are recalculated when setting record channel number Scott Godin 2025-11-17 15:33:45 -05:00
  • 8685976356 - add change missing from last commit - add repro.config and MOHParkServer.config to source listings Scott Godin 2025-11-13 10:41:23 -05:00
  • 15b9956ba8 Merge branch 'master' of https://github.com/resiprocate/resiprocate Scott Godin 2025-11-12 18:50:31 -05:00
  • e8a487ac60 Deprecate old Pidf.hxx/cxx in favor of the newer and more flexible GenericPidfContents class Scott Godin 2025-11-12 18:50:14 -05:00
  • b8c24da52a Merge pull request #449 from Lastique/feature/fix_cxx20_comparison_ambiguity Scott Godin 2025-11-10 15:19:55 -05:00
  • 86c19f9530 Merge pull request #448 from Lastique/feature/fix_cxx20_implicit_this_captures Scott Godin 2025-11-10 15:18:03 -05:00
  • 2d1541405d Merge pull request #447 from Lastique/feature/fix_cxx20_different_enums_warnings Scott Godin 2025-11-10 15:14:45 -05:00
  • 5722cbca9e Merge pull request #446 from Lastique/feature/fix_cxx20_volatile_ops Scott Godin 2025-11-10 15:12:16 -05:00
  • 27fbfa7755 Merge pull request #444 from Lastique/patch-1 Scott Godin 2025-11-10 15:10:15 -05:00
  • f8d29690b9 Fix potential ambiguity of the comparison operator for BranchParameter. Andrey Semashev 2025-11-08 03:52:57 +03:00
  • 9af72ec009 Fix deprecated implicit this captures and dangling pointer captures. Andrey Semashev 2025-11-08 03:44:00 +03:00
  • 3e4c548a11 Fix C++20 warnings about operations on enums of different types. Andrey Semashev 2025-11-08 03:32:20 +03:00
  • 1dbc46710b Remove operations on volatile variables. Andrey Semashev 2025-11-08 03:21:32 +03:00
  • 89c86cf99e Fix weak_bind constructor definition. Andrey Semashev 2025-11-07 23:44:02 +03:00
  • 6b339db28b - ConnectionManager::gc safe guard against underflows in flowtimer connection cleanup logic Scott Godin 2025-10-27 10:17:51 -04:00
  • e2eb7411fa Merge branch 'master' of https://github.com/resiprocate/resiprocate Scott Godin 2025-10-24 11:53:19 -04:00
  • f677712a1a Protect against time calcuation underflows in ConnectionManager::gc Scott Godin 2025-10-24 11:53:07 -04:00
  • cf01405fa3 TLS Handshake Fixes Scott Godin 2025-10-24 11:32:33 -04:00
  • bbb8100f33 Make RRDecorator logic safer Scott Godin 2025-10-24 11:27:37 -04:00
  • ef751e5c71 Disable stream player in SipXMediaResourceParticipant.cxx. Stream Player is not supported in sipX, no one should use it. dgpetrie 2025-10-21 22:09:17 -04:00
  • 2ca5d11b24 - improve logging in ConnectionBase by logging out mWho tuple Scott Godin 2025-10-21 12:40:32 -04:00
  • 1d4cfd0944 -ignore coverity intermediate directory Scott Godin 2025-10-21 12:39:26 -04:00
  • e9851ae7df Merge pull request #443 from mykhailopopivniak/str-view-config-fix Scott Godin 2025-10-15 11:39:02 -04:00
  • 839d0f350e build: expose config.h to library users Mykhailo Popivniak 2025-10-15 09:58:55 +03:00
  • c730bca19e Merge pull request #440 from fnMrRice/master Scott Godin 2025-09-25 11:53:09 -04:00
  • f568fb8145 fix the git command execution error when the build directory is not under the source directory fnRice 2025-09-19 09:55:35 +08:00
  • b50ecbe035 fix MSVC compile warning C4819 fnRice 2025-09-19 09:24:15 +08:00
  • dc76cc1ea4 Merge pull request #437 from Lastique/feature/remove_strncasecmp Scott Godin 2025-09-18 11:13:44 -04:00
  • 21a91ac22c Merge pull request #436 from Lastique/feature/fix_cctype_usage Scott Godin 2025-09-18 11:12:05 -04:00
  • df482da6c2 Add support for iteration over SIP headers. Andrey Semashev 2025-09-17 19:09:07 +03:00
  • 23116bd134 Remove custom definition of strncasecmp. Andrey Semashev 2025-09-13 23:44:13 +03:00
  • 06f72f71f3 Fix usage of <cctype> functions. Andrey Semashev 2025-09-13 23:33:52 +03:00
  • b420d00cf8 Merge pull request #433 from Lastique/feature/use_crypto_rng_in_security Scott Godin 2025-09-13 12:32:30 -04:00
  • 8322422a81 Merge pull request #435 from Lastique/feature/tls_tweaks Scott Godin 2025-09-12 15:14:57 -04:00
  • 40dafd8fa2 Merge pull request #434 from Lastique/feature/log_transaction_state Scott Godin 2025-09-12 15:12:11 -04:00
  • 6985398dbd Avoid using undefined client verification mode in TLS connection. Andrey Semashev 2025-09-12 20:34:57 +03:00
  • d1a8af53e1 Corrected logging. Andrey Semashev 2025-09-12 20:34:09 +03:00
  • d6c2e395fb Disable TLS compression by default. Andrey Semashev 2025-09-12 20:28:20 +03:00
  • 401a5c6756 Log transaction state when receiving incoming messages. Andrey Semashev 2025-09-12 20:19:44 +03:00
  • 5fc4004128 Use crypto RNG when generating certificates and nonce. Andrey Semashev 2025-09-12 20:13:36 +03:00
  • 0bf7ba4366 Merge pull request #430 from Lastique/feature/log_parsing_errors Scott Godin 2025-09-10 10:18:57 -04:00
  • 9e0a39e3a0 Merge pull request #429 from Lastique/feature/options_refresh Scott Godin 2025-09-10 10:17:36 -04:00
  • 358ba20856 Add support for session refresh using OPTIONS. Andrey Semashev 2025-09-09 15:12:50 +03:00
  • e6d169bcce Merge pull request #427 from Lastique/feature/fix_stats_log_level Scott Godin 2025-09-09 18:26:08 -04:00
  • 1d63d020a4 Log message parsing context in case of SIP message parsing errors. Andrey Semashev 2025-09-09 15:48:19 +03:00
  • a4b2c48cea Merge pull request #428 from Lastique/feature/data_noexcept_move Scott Godin 2025-09-08 09:53:48 -04:00
  • aff3ecc272 Mark Data move constructor/assignment/takeBuf as noexcept. Andrey Semashev 2025-09-08 02:19:06 +03:00
  • 558114a9a5 Reduce log level of stats messages. Andrey Semashev 2025-09-08 02:10:05 +03:00
  • 5bb312f34b Update local ASIO drop from v1.18.1 to v1.36.0 Scott Godin 2025-09-07 17:20:44 -04:00
  • faf81ecbaf Merge pull request #426 from Lastique/feature/asio_1_34_compat Scott Godin 2025-09-07 17:05:51 -04:00
  • 30511e437b Merge pull request #425 from Lastique/feature/remove_ndebug_for_tests Scott Godin 2025-09-07 14:00:25 -04:00
  • 0b5ef3fcfd Merge pull request #424 from Lastique/feature/fix_tests_with_ndebug Scott Godin 2025-09-07 13:58:48 -04:00
  • 98755da0db Manually add Jacob Butch to AUTHORS file, since he missing from the git logs Scott Godin 2025-09-07 13:54:50 -04:00
  • e5eb4da757 Update for Asio 1.34 and later compatibility. Andrey Semashev 2025-09-05 21:05:35 +03:00
  • a5200c5211 Remove NDEBUG for tests. Andrey Semashev 2025-09-05 20:56:37 +03:00
  • 5da25ce95a Fix test crashes in release builds. Andrey Semashev 2025-09-05 20:04:34 +03:00
  • e727f04c34 Merge pull request #421 from 3cx/no-inherit-handles Scott Godin 2025-08-21 09:23:53 -04:00
  • 7b88ab4f2d do not inherit transport handles Nikolai Orekhov 2025-08-21 11:41:27 +03:00
  • 0ab7f4465d - CI: allow rutil to see cajun include dir Scott Godin 2025-08-14 11:46:32 -04:00
  • efcdce5fcf - remove libcajun-dev from list of packages needed for linux CI builds, we just use the version we carry in the contrib folder Scott Godin 2025-08-14 11:34:10 -04:00
  • 7160616720 Added a reject method with a Contents object. (#420) jmarias 2025-08-14 17:08:48 +02:00
  • 122d37cae0 Fix Linux CI (#419) Scott Godin 2025-08-08 16:39:32 -04:00
  • d2a420f0e3 -try to fix CI again Scott Godin 2025-08-08 13:59:34 -04:00
  • 01a491483b try bookwork-slim docker container Scott Godin 2025-08-08 13:50:45 -04:00
  • f8ed6bd630 -try again Scott Godin 2025-08-08 13:41:13 -04:00
  • 1df49c4076 -try to fix pipeline Scott Godin 2025-08-08 13:38:22 -04:00
  • 6ac65119bf Merge branch 'master' of https://github.com/resiprocate/resiprocate Scott Godin 2025-08-08 13:29:54 -04:00
  • 81a5647b79 -try to move from bullseye-backports to bookworm-backports Scott Godin 2025-08-08 13:27:58 -04:00
  • 17ab12dc89 Merge pull request #415 from kxmjbrqlpy/master Scott Godin 2025-08-06 12:24:01 -04:00
  • 81db79eb1a add ohos compile document kxmjbrqlpy 2025-07-11 09:56:42 +08:00
  • f7ca5e3a92 Merge pull request #417 from mykhailopopivniak/monotonic_clock Scott Godin 2025-07-16 15:35:04 -04:00
  • 4f56595326 rutil: Add option to enable monotonic clock (_RESIP_MONOTONIC_CLOCK) Mykhailo Popivniak 2025-07-16 12:34:50 +03:00
  • c53d5b069b Merge pull request #412 from bwalden/master Scott Godin 2025-07-08 15:41:13 -04:00
  • 6354d53d10 Fix copy/paste error Ben Walden 2025-07-08 10:31:13 +01:00
  • 5e7b54f93e Address PR comments Ben Walden 2025-07-08 10:25:15 +01:00
  • 3e871ee526 Merge pull request #414 from mykhailopopivniak/data-npos-fix Scott Godin 2025-07-07 18:22:17 -04:00
  • 8de47e970d rutil: fix Data::npos incompatibility with std::string and string_view Mykhailo Popivniak 2025-07-02 09:55:46 +03:00
  • e8bfca8690 Add ServerRegistration::reject overload that takes a specific SipMessage Ben Walden 2025-07-01 09:23:23 +01:00
  • a4a5b7a700 Merge pull request #411 from portsip/improving-dum-logs Scott Godin 2025-06-10 11:20:14 -04:00