1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
-fix BasicRegister VS project file to link with Ncrypt.lib More... over 10 years ago
-fix bug with ContinueProcessingAfterRoutesFound setting - could incorrectly return a 404 error More... over 10 years ago
resip/stack: TcpBaseTransport: iOS: try to suppress SIGPIPE on outgoing connections More... over 10 years ago
-fix for broken build in Windows - thanks to Dario Bozzali -set mSyslogFacility to LOG_DAEMON (default value) instead of LOG_DEBUG (undefined under WIN32) More... over 10 years ago
rutil: Logging: ensure syslogFacilityName passed through to initialize impl. More... over 10 years ago
rutil: Logging: remove duplicated default argument value More... over 10 years ago
reTurn: Logging: configuring Syslog facility More... over 10 years ago
repro: Logging: configuring Syslog facility More... over 10 years ago
rutil: Logging: configuring Syslog facility More... over 10 years ago
rutil: Syslog: eliminate duplicate definitions of LOG_DAEMON for Windows More... over 10 years ago
build: provide convenience script for configuring on Debian More... over 10 years ago
Update .gitignore More... over 10 years ago
resip/stack/ssl: add support for custom verification callback More... over 10 years ago
Implementing support for continuing server subscriptions handled by SubscriptionHandler in case a NOTIFY is responded with an error response. In such case the NOTIFY transaction will be terminated but the subscription will continue until expiration. Application using resip DUM remains responsible for trying to resend the failed NOTIFY. More... over 10 years ago
Fixed testNetNs for case when USE_NETNS is not defined More... over 10 years ago
-allow ServerSubscription::end to specify a Retry-After value - thanks to Roman Romanchenko More... over 10 years ago
-fix bug with IPv6 handling in maddr parameter - thanks to Bjorn Andersson for this fix -incorrectly tried to do a DNS lookup More... over 10 years ago
-fix 2 different memory leaks in SipMessage -1. In outbound decorator logic - thanks to Dario for pointing this out -2. In constructor we leak a Hfv object - thanks to Janne for point this one out More... over 10 years ago
-added ability to callback to SipMessageLoggingHandler for retransmitted messages as well More... over 10 years ago
-correct comments More... over 10 years ago
build: Android: add -Os to CXXFLAGS to reduce shared object size More... over 10 years ago
resip/stack: TlsConnection: check for errors after calling SSL_shutdown More... over 10 years ago
resip/stack: TlsConnection: check for errors after calling SSL_pending More... over 10 years ago
rpm: add definitions for stdint to CXXFLAGS More... over 10 years ago
resip/stack: TlsConnection: check for errors after calling SSL_get_shutdown More... over 10 years ago
rpm: Indicate that b2bua package is obsolete More... over 10 years ago
resip/stack: TlsConnection: correctly handle OpenSSL error queue after SSL_read More... over 10 years ago
-fix for forced target routing in TransactionState - thanks to John Gregg for this More... over 10 years ago
Surpress setns exception throw when running in valgrind Valgrind does not support setns syscall. So we ignore the error when running in valgrind so that we check for memory issues. More... over 10 years ago
-enhance command line parsing exceptions with additional details - thanks to John Gregg for initial contribution More... over 10 years ago