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
-if a v6 address is passed to the GenericIPAddress sockaddr constructor, ensure the entire v6 address is copied over properly. Note: sockaddr is smaller than sockaddr_in6 - Thanks to Bjorn A for this fix More... over 10 years ago
-fix bug in last change - thanks to Dario Bozzali More... over 10 years ago
-accept case insensitive log level strings More... over 10 years ago
-fix up VS2008 recon build -Use OpenSSL 1.0.1 instead of custom dtls-srtp build of openssl -Fix inclusion of stdint.h that is not present on VS less than 2010 -Added DTMFPayloadContents to resip project More... over 10 years ago
-add some files missing from asio 1.10.1 upgrade More... over 10 years ago
-fix build issue for Windows XP - thanks to Dario for patch More... over 10 years ago
-fix obscure bug in basicClient where if we don't use a threaded stack processing does not function correctly - required PollGrp to be passed to SipStack constructor More... over 10 years ago
-fix for a use-after-free bug when adding multi-headers to a list that has been copied, and then one of the headers is accessed (but not necessarily parsed) - thanks to Byron Campen for this fix! More... almost 11 years ago
-no need to erase HashMap elements in TransportSelector - container will go out of scope erasing can invalidate the iterator and cause trap on shutdown More... almost 11 years ago
-ensure we maintain the virtual override of InviteSession::provideOffer by moving the new bool sendOfferAtAccept parameter (added in UAS PRACK changes) to two new methods -some apps relied on the virtualness of provideOffer to call the correct version More... almost 11 years ago
Added accessor for TransactionUser FIFO so to obtain stats More... almost 11 years ago
-Security: ensure we always set a pwd callback so we are not prompted by OpenSSL on the console for a password More... almost 11 years ago
-add svn property EOL-Native More... almost 11 years ago
-fix windows build issues with NetNs changes More... almost 11 years ago
-additional OpenSSL cleanup fn - reordered functions to match order used in this post: http://openssl.6102.n7.nabble.com/Cleanup-procedure-missing-some-calls-td37441.html More... almost 11 years ago
-update asio drop to 1.10.1 More... almost 11 years ago
-VS2010 project files updates -MOHParkServer - output to same binary directory as other projects -Recon - add missing SipXHelper source files More... almost 11 years ago
-modified asio and boost include file ordering to avoid multiply defined symbol errors on linking -in preparation for upgrade of asio drop and support for latest boost -include asio/ssh.hpp everywhere asio.hpp is included -include boost headers before others, to ensure we are not redefining stdint definitions in some includes and not others More... almost 11 years ago
-remove extra sleep definitions More... almost 11 years ago
-remove extra sleep definitions More... almost 11 years ago
ignore libtool generated scripts More... almost 11 years ago
ignore testSipStackNetNs More... almost 11 years ago
Set and preserve netns context as needed in stack. Currently only tested for TCP. More... almost 11 years ago
added netns scope/context to Uri and Tuple More... almost 11 years ago
Utility to manipulate netns on linux kernels that support it More... almost 11 years ago
-added ability to install a SipMessageLoggingHandler that will get called for every inbound and outbound SIP Message on a particular transport - work started by Palladin -added SipStack::setTransportSipMessageLoggingHandler to set logger on all added transports -added new Repro setting EnableSipMessageLogging to enable INFO level SipMessage logging -ReproRunner: enasure we pass PrivateKeyPassPhrase when custom private key file is provided -ReproRunner: if transprot fails to create - don't bother processing it further More... almost 11 years ago
-WinSecurity - add API to be able to read exportable private keys in Windows cert store -not used anywhere now though - still in "under-development" state More... almost 11 years ago
-improved logging in Security::createDomainCtx More... almost 11 years ago
-fix up double set - thanks to Coverity for pointing this out -a couple of small fixes to WinSecurity that don't effect functionality of default behaviour More... almost 11 years ago
-add ability to pass cert path to WinSecurity - allows using windows cert store for root certs and PEM files for domain certs and keys More... almost 11 years ago