6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adjust to support changes in extractaudio (dynamic detection of the PCAP format). Make PCAP_FORMAT compile-time define actually working. More... almost 15 years ago
Auto-detect PCAP captures that use NULL link-level and EN10T type and handle them appropriately. Also check format version number to match 2.4 and throw an error if that doesn't match. More... almost 15 years ago
o Add ability to load back saved PCAP files in addition to the add-hoc format; More... almost 15 years ago
Move initialization of the notification thread after the rtpp_daemon() call. Threads started before fork(2) may not remain running afterwards. More... almost 15 years ago
Properly size address when using unix sockets. On some operating systems supplying size that is larger than sockaddr_un can result in EINVAL. More... almost 15 years ago
Regen using Autoconf 2.68. More... almost 15 years ago
Add AC_PROG_MKDIR_P - MKDIR_P has been moved from automake to autoconf recently. More... almost 15 years ago
o Initialize mutex earlier, so we can use it in the host2bindaddr() routine; More... about 15 years ago
Re-gen with automake 1.11. More... about 15 years ago
Split command processing into its own separate thread, so it doesn't affect RTP processing. Locking is pretty coarse-grained now, but it will be pushed down eventually. The immediate benefit is that name resolution is now done asynchronously when needed. More... about 15 years ago
Python can be compiled with IPv6 support, but if kernel has not we would get exception creating the socket. Workaround that by trying create socket and checking if we get an exception. This has to be handled in the socket module __init__(), but we are not in the perfect world unfortunately. More... about 15 years ago
If 'U' command has 7 arguments consider the last two being socket_name and notify_tag and no to_tag. There is certain ambiguity in the protocol, but the new behaviour has better chances to provide reasonable behaviour in most cases. More... over 15 years ago
Unify Rtp_proxy_client_local and Rtp_proxy_client_udp so that now one needs to use Rtp_proxy_client only instead of having two different classes for each connection type. More... over 15 years ago
Use go_offline() method instead of setting up the class variable directly. More... over 15 years ago
o Separate version discovery code and heartbeat code; More... over 15 years ago
o Rework Rtp_proxy_client_local.py to use worker thread, just like Rtp_proxy_client_udp; More... over 15 years ago
Revert "o Rework Rtp_proxy_client_local.py to use worker thread, just like" More... over 15 years ago
o Rework Rtp_proxy_client_local.py to use worker thread, just like Rtp_proxy_client_udp; More... over 15 years ago
Fix a bug introduced in last-minute change to the previous delta. More... over 15 years ago
Implement option to send notifications to a remote host via simple TCP/IP connection. More... over 15 years ago
Make timeout handler a dynamically allocated structure. This gives a way for addition of other communication protocols apart from local domain, support for multiple targets and even in some to the "pluggable" notification modules (in the distant future). More... over 15 years ago
Don't include '\0' into the command that we send to b2bua to report session timeout. This might confuse it. More... over 15 years ago
Don't send \0 as part of the disconnect command to the B2BUA. It screws it up. More... over 15 years ago
Allow group users write to the controlling UNIX-socket. More... over 15 years ago
Make import actually working. More... over 15 years ago
Add cleanup() method to be used in sub-classes to get notification on UA going out of scope. More... over 15 years ago
Reorder methods to match our private version. More... over 15 years ago
Allow UAC request from the SipTransactionManager a specific source IP address for the transaction in question. Add appropriate parameter into the UA code, so it's possible to "bind" it to a specific IP. More... over 15 years ago
Fix logic for the cases when no_progress_time > expire_time. More... over 15 years ago
Make sure Content-Length is the last HF in the message. More... over 15 years ago