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
1 day
ago. based on code collected
2 days
ago.
Aug 01, 2025 — Aug 01, 2026
Showing page 170 of 172
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
There are two other places where efiles have to be handled.
Maxim Sobolev
More...
over 19 years ago
Fix structure layout.
Maxim Sobolev
More...
over 19 years ago
Merge in makeann changes from the BSD licensed version. Those changes make GSM/G729 support optional and fix compilation on non-BSD platforms.
sobomax
More...
over 19 years ago
Don't depend on BSD-ish headers. This makes makeann compilable on Linux.
Maxim Sobolev
More...
over 19 years ago
Add forgotten file.
Maxim Sobolev
More...
over 19 years ago
Regen after configure.ac/Makefile.am changes.
Maxim Sobolev
More...
over 19 years ago
Release makeann - a small utility to pre-encode LSB, 16-bit, 8000 kHz signed linear raw file into individual codec files that can be used with media server (playback) feature of the RTP Proxy.
Maxim Sobolev
More...
over 19 years ago
o In remote contatol mode prepend reply for the `i' command with the cookie;
sobomax
More...
almost 20 years ago
Fix rtpp_log_open() macro.
sobomax
More...
almost 20 years ago
getopt(3) returns int, not char. This fixed build on FreeBSD/powerpc, apparently char is unsigned there.
sobomax
More...
almost 20 years ago
Fix on big-endian platforms.
sobomax
More...
almost 20 years ago
o Use /usr/bin/rtpproxy as path to the binary, not /usr/sbin/rtpproxy;
Maxim Sobolev
More...
almost 20 years ago
Add support for GSM.
Maxim Sobolev
More...
almost 20 years ago
Add support for GSM.
sobomax
More...
almost 20 years ago
Since we are now opening control socket in non-blocking mode, there is race condition between accepting stream connection on unix domain socket and availability of data on the socket. Patch it by doing read() in a loop until we actually get the data. While I am here, allow V command to take extra argument, which we don't process but put into the log file. This allows to pass some extra information from the client (SER in this case) such as PID number for example.
Maxim Sobolev
More...
about 20 years ago
Since we are now opening control socket in non-blocking mode, it opens race condition between accepting stream connection on unix domain socket and availability of data on the socket. Patch it by doing read() in a loop until we actually get the data. While I am here, allow V command to take extra argument, which we don't process but put into the log file. This allows to pass some extra information from the client (SER in this case) such as PID number for example.
sobomax
More...
about 20 years ago
Add code to debug problems with rtpproxy init.
sobomax
More...
about 20 years ago
Add missed includes.
sobomax
More...
about 20 years ago
Reduce diff to the public version.
sobomax
More...
about 20 years ago
Use explicit NULL check.
sobomax
More...
about 20 years ago
Free some strdup'ed parameters if memory allocation fails.
sobomax
More...
about 20 years ago
Don't leak memory in the case strdup(3) fails.
sobomax
More...
about 20 years ago
Don't close descriptors 0, 1 and 2, since otherwise attempt to write something into stdout or stderr may end up in control socket and/or in some of the session sockets.
Maxim Sobolev
More...
over 20 years ago
Add missed include.
Maxim Sobolev
More...
over 20 years ago
In C, boolean true is something not zero, not something that equials 1.
Maxim Sobolev
More...
over 20 years ago
After further consideration it has been decided that we don't really need linked list of all sessions. This allows us to cut overhead of managing this list and keeping it in sync with fd list and fd-to-session list.
Maxim Sobolev
More...
over 20 years ago
Update email.
Maxim Sobolev
More...
over 20 years ago
1. Improve scalability by eliminating rebuilding of internal fd-to-session lookup tables on each session insertion/removal. Instead, mark deleted entry as NULL in session table and set appropriate fd to -1 in table that we pass to poll(2), which according to poll documentation should instruct it to ignore appropriate entry. Keep track of number of wasted entries and do rebuild when number of dead entries becomes more than 50% of all entries.
Maxim Sobolev
More...
over 20 years ago
Add compile-time option allowing to limit log level.
Maxim Sobolev
More...
over 20 years ago
Add new option -L which allows to set limit of maximum open files per process. On some operating systems (e.g. Darwin/Macos) it's too low by default so that even lightly loaded proxy can overflow it.
Maxim Sobolev
More...
over 20 years ago
←
1
2
…
164
165
166
167
168
169
170
171
172
→
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