6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Busy-wait to give streams some time to finish. More... almost 3 years ago
Also install libssl-dev in the docker envs. More... almost 3 years ago
Re-gen. More... almost 3 years ago
Implement ability to link and use modules statically compiled into librtpproxy. More... almost 3 years ago
Properly templatize this so we can handle packet loss on the answering side as well. More... almost 3 years ago
Re-do wakeups on adding/removing a session to be done with the help of the separate event-handling thread, which also is throttling request rate to 1,000/sec. More... almost 3 years ago
Bump counter. More... almost 3 years ago
Correct output. More... almost 3 years ago
Re-gen. More... almost 3 years ago
o Don't override CPPFLAGS, append to it; More... almost 3 years ago
Fix regression in 68475add35 - do pointer arith correctly. More... almost 3 years ago
Update counters to match. More... almost 3 years ago
Rename results of glitching to be less confusing. More... almost 3 years ago
Dump error log if rtpproxy fails here. More... almost 3 years ago
libunwind seems to bring up some of the new test points. Update counters accordingly. More... almost 3 years ago
Make debug assertions play nice with debug glithing. More... almost 3 years ago
Change order of initilizations, so if mutex_init() fails we are not tripping assertion. More... almost 3 years ago
Also install libunwind-dev. Consolidate all apt-get install calls in one place. More... almost 3 years ago
Propagate exception doing write into main routine. More... almost 3 years ago
Improve exception handling: o Use custom exception to report failures to report start-up tocken; More... almost 3 years ago
Eliminate the unneded sigin() routine that schedules the timer. Just terminate directly. More... almost 3 years ago
Dump the diff to stderr so it's seen on glitching tests. More... almost 3 years ago
Dump glitch1.nclog if exists if we cannot start notify_client. More... almost 3 years ago
Properly lock the object on write. Otherwise since now we have separate thread for RTP and RTCP processing the RTCP packet might stop on RTP or vice versa corrupting the capture file. More... almost 3 years ago
Add ability to use libunwind to traverse call chain instead of home-grown "hack" based on some non-standard compiler extension. More... almost 3 years ago
Use new -D and -l options of the rtpp_notify_client. More... almost 3 years ago
o Add -D option to daemonize and print out child PID on stdout. More... almost 3 years ago
Add helper Daemonizer class which allows to start child in a controlled manner, making sure it has enough time to initialize everything. More... almost 3 years ago
Fix typo: TYNY -> TINY. More... almost 3 years ago
Expose seed so we can synchronize it in the rtpp_proc_servrs. More... almost 3 years ago