6
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 23, 2025 — Feb 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix build on Linux. More... over 15 years ago
Fix double semicolon at the end of the line. More... over 15 years ago
Move out function to get information about active sessions into the separate function. More... over 15 years ago
Don't leak file descriptors if memory allocation fails. More... over 15 years ago
Move setbindhost into rtpp_network.c. More... over 15 years ago
Add IS_VALID_PORT() macro to check validity of the port number. More... over 15 years ago
Remove superfluous space. More... over 15 years ago
Consticize char * arguments to several functions. More... over 15 years ago
Use rtpp_log_t instead of void *. More... over 15 years ago
Remove CVS Id tag. More... over 15 years ago
Re-gen. More... over 15 years ago
Make this buildable. More... over 15 years ago
Move out timeout notification into the separate thread. This resolves potential deadlock with B2BUA when b2bua is trying to connect to proxy, while proxy is connecting to B2BUA and also this allows sending notifications to the remote B2BUAs, where connect()/send() could take lot of time. This should also prevent notifications from creating "gaps" in the RTP stream. More... over 15 years ago
Update (c). More... over 15 years ago
Get rid of CVS $Id$ keyword. More... over 15 years ago
Test is done. More... over 15 years ago
Test 2. More... over 15 years ago
Test 1. More... over 15 years ago
Make sure that CANCEL that we generate has the same IP in the From/To and uses the same UDP server socket for sending message out. More... over 15 years ago
Remove now disfunctional CVS Id keyword. More... over 15 years ago
Allow BYE from early dialog to end a call. Some brain-damaged UACs use that instead of CANCEL to disconnect call that has not been answered yet. More... over 15 years ago
Move out timeout notification into the separate thread. This resolves potential deadlock with B2BUA when b2bua is trying to connect to proxy, while proxy is connecting to B2BUA and also this allows sending notifications to the remote B2BUAs, where connect()/send() could take lot of time. More... almost 16 years ago
Removed 'reload' target from the init-sript. More... almost 16 years ago
Merge branch 'init-script-rework' More... almost 16 years ago
Add missed -lsndfile. More... almost 16 years ago
.cvsignore -> .gitignore More... almost 16 years ago
Check whether rtpproxy was already started/stopped before trying to start/stop respectively. Return success in case then requested action was already done (as stated in LSB). More... almost 16 years ago
Run from not-root by default (from 'rtpproxy' as an example) More... almost 16 years ago
Use pid-file for stopping/status retrieving More... almost 16 years ago
Use variables instead of values for pid-file and lock-file More... almost 16 years ago