openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
rtpproxy
Settings
|
Report Duplicate
6
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 21 hours
ago. based on code collected
1 day
ago.
Feb 16, 2025 — Feb 16, 2026
Showing page 149 of 169
Search / Filter on:
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.
sobomax
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.
sobomax
More...
almost 15 years ago
o Add ability to load back saved PCAP files in addition to the add-hoc format;
sobomax
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.
sobomax
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.
sobomax
More...
almost 15 years ago
Regen using Autoconf 2.68.
sobomax
More...
almost 15 years ago
Add AC_PROG_MKDIR_P - MKDIR_P has been moved from automake to autoconf recently.
sobomax
More...
almost 15 years ago
o Initialize mutex earlier, so we can use it in the host2bindaddr() routine;
sobomax
More...
about 15 years ago
Re-gen with automake 1.11.
sobomax
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.
sobomax
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.
sobomax
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.
sobomax
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.
sobomax
More...
over 15 years ago
Use go_offline() method instead of setting up the class variable directly.
sobomax
More...
over 15 years ago
o Separate version discovery code and heartbeat code;
sobomax
More...
over 15 years ago
o Rework Rtp_proxy_client_local.py to use worker thread, just like Rtp_proxy_client_udp;
Maksym Sobolyev
More...
over 15 years ago
Revert "o Rework Rtp_proxy_client_local.py to use worker thread, just like"
Maksym Sobolyev
More...
over 15 years ago
o Rework Rtp_proxy_client_local.py to use worker thread, just like Rtp_proxy_client_udp;
Maksym Sobolyev
More...
over 15 years ago
Fix a bug introduced in last-minute change to the previous delta.
sobomax
More...
over 15 years ago
Implement option to send notifications to a remote host via simple TCP/IP connection.
sobomax
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).
sobomax
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.
sobomax
More...
over 15 years ago
Don't send \0 as part of the disconnect command to the B2BUA. It screws it up.
sobomax
More...
over 15 years ago
Allow group users write to the controlling UNIX-socket.
Peter Lemenkov
More...
over 15 years ago
Make import actually working.
sobomax
More...
over 15 years ago
Add cleanup() method to be used in sub-classes to get notification on UA going out of scope.
sobomax
More...
over 15 years ago
Reorder methods to match our private version.
sobomax
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.
sobomax
More...
over 15 years ago
Fix logic for the cases when no_progress_time > expire_time.
sobomax
More...
over 15 years ago
Make sure Content-Length is the last HF in the message.
sobomax
More...
over 15 years ago
←
1
2
…
145
146
147
148
149
150
151
152
153
…
168
169
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree