6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Dec 09, 2024 — Dec 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add new command `I' which causes rtpproxy to report detailed information about active sessions as well as some statistics. Please note that now this command can be used effectively only in local control mode, it has limited application in the remote UDP mode due to unreliable natute of the underlying communication channel. It will be more useful if we will add remote TCP mode eventually. More... over 20 years ago
o Ignore SIGPIPE, since we can get it if client closes command socket w/o reading our reply; More... over 20 years ago
Add a note about default ports range and how it can be adjusted if necessary. More... over 20 years ago
Only call freeaddrinfo(3) if getaddrinfo(3) has been successful, since otherwise it can crash us or cause some other ill effects. More... over 20 years ago
- debianized More... over 20 years ago
Make the code here actually working. More... over 20 years ago
Extend -v command to also report supported extensions. More... over 20 years ago
Make VF command actually working. More... over 20 years ago
Command that checks if particular version is supported is called `VF', not `VQ'. More... over 20 years ago
o Extend version checking protocol, so that now it's possible to check that rtpproxy supports some particular revision of control protocol. To get this functionality V (version) command has been extended so that it's possible to append version number to it and get reply from rtpproxy whether or not this version is supported; More... over 20 years ago
Regen. More... almost 21 years ago
Update with to be on part with version used internally. This splits out functionality into separate modules. More... almost 21 years ago
Several small cleanups to make code closer to my own private version. Particularly make it friendly with gcc 3.4. More... over 21 years ago
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... over 21 years ago
Add missed `p:' into getopt(3) args. More... over 21 years ago
According to the man page, getopt() is expected to return int, not char. More... over 21 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 21 years ago
Add missed rebuild_tables() call. More... almost 22 years ago
Another bridge mode update - require that when session is created its direction is provided. There are four directions: More... almost 22 years ago
- In the case if getaddrinfo() has failed, there is no need to run freeaddrinfo(). More... almost 22 years ago
Report IP address in non-bridge mode as well. More... almost 22 years ago
When returning IPv6 address append "6" to the reply. More... almost 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... almost 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... almost 22 years ago
Introduce a Remote Control Mode. More... almost 22 years ago
initial checkin of the new autoconf support More... almost 22 years ago
will replaced by autoconf makefiles More... almost 22 years ago
Fix a critical error introduced in one of previous commits: More... almost 22 years ago
Define ACCESSPERMS and DEFFILEMODE for better compatibility with systems that don't have those constants defined in stat.h. More... almost 22 years ago
In non-bridge mode when rtp proxy is bound to some specific address return this address in reply. More... almost 22 years ago