6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 23 hours ago.
Jul 27, 2025 — Jul 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Correct usage of uninitialised variable, which is mostly harmless, but in some cases can lead to a crash due to dereferencing unmapped area of memory. More... almost 22 years ago
Add missed `p:' into getopt(3) args. More... over 22 years ago
According to the man page, getopt() is expected to return int, not char. More... over 22 years ago
Increase maximum allowed listening queue, since from now on each ser's child checks version of the proxy, which creates instantenious burst of connections. More... over 22 years ago
Add missed rebuild_tables() call. More... over 22 years ago
Another bridge mode update - require that when session is created its direction is provided. There are four directions: More... over 22 years ago
- In the case if getaddrinfo() has failed, there is no need to run freeaddrinfo(). More... over 22 years ago
Report IP address in non-bridge mode as well. More... over 22 years ago
When returning IPv6 address append "6" to the reply. More... over 22 years ago
o Major clean-up of the IPv6 code, to make it actually working not crashing now and then. IPv6 now should be first-class citizen on par with good-ol' IPv4, unlike previously. As an bonus, code now became visibly simpler in some places. More... over 22 years ago
Make UDP remote control mode usable by extending protocol with so-called "cookie" - a token item item which client should insert before each command and which the server will send back verbatim as the first word of reply. More... over 22 years ago
Introduce a Remote Control Mode. More... over 22 years ago
initial checkin of the new autoconf support More... over 22 years ago
will replaced by autoconf makefiles More... over 22 years ago
Fix a critical error introduced in one of previous commits: More... over 22 years ago
Define ACCESSPERMS and DEFFILEMODE for better compatibility with systems that don't have those constants defined in stat.h. More... over 22 years ago
In non-bridge mode when rtp proxy is bound to some specific address return this address in reply. More... over 22 years ago
o Add ability to record rtp sessions (-r option); More... over 22 years ago
Improve portability by providing platform-independent SA_LEN() macro. More... over 22 years ago
struct sockaddr has no sa_len member on linux, but according to Google has SA_LEN() macro, so that use it instead. This should fix build on Linux. More... over 22 years ago
- Re-write most of RTP proxy to support RTCP in addition to RTP. It cleans up a code greatly and improving support for non-NATed clients. Only lightly tested, use with care. ;o) - Implement RTP address pre-loading. - Assign version number to a control protocol and add ability to query this number either via command line or via control socket. More... over 22 years ago
Initial revision More... over 22 years ago