6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 18 hours ago.
Feb 23, 2025 — Feb 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Revert "See if we can catch build failures." More... about 3 years ago
See if we can catch build failures. More... about 3 years ago
We don't run do-tests on depsbuild or cleanbuild. More... about 3 years ago
Split out build /env prep job into a separate stage. More... about 3 years ago
Don't exit(), return(). More... about 3 years ago
Make sure we have at least sizeof(rtcp_common_t) bytes before we dive into packet. More... about 3 years ago
Add fuzz_rtcp_parser. More... about 3 years ago
Double run-time. More... about 3 years ago
Add OSSFuzz badge. More... about 3 years ago
Improve fuzz_command_parser: More... about 3 years ago
Add permissions. More... about 3 years ago
Make argument of rtp_packet_parse_raw() const. More... about 3 years ago
Add basic OSS-Fuzz functionality. More... about 3 years ago
Restore pre-validation of the command to make sure it has at least one argument, that has been lost with the latest sub-command parsing code. Extend command parser test to accomodate that. More... about 3 years ago
assert() -> RTPP_DBG_ASSERT(). More... about 3 years ago
Try harder to initialize all members to zero, if not initilized explicitly. This is to further refine change in the 15305c5256de. More... about 3 years ago
Initialize log member to NULL. More... about 3 years ago
Define _GNU_SOURCE early, before we include any other header for it to have an effect. More... about 3 years ago
Set _GNU_SOURCE to make pthread_setname_np() visible on linex. More... about 3 years ago
Include "config.h" to get HAVE_PTHREAD_SETNAME_NP. More... about 3 years ago
Re-gen. More... about 3 years ago
Use pthread_setname_np() to set names of various threads. More... about 3 years ago
Add new version 20230205, to record changes in the catch_dtmf module and rtpa_nlost counter. More... about 3 years ago
Make struct rtpp_session const. More... about 3 years ago
Re-gen. More... about 3 years ago
Allow up to 4 sub-commands to be chained to any U/L commands. More... about 3 years ago
Display error message if module has failed to load. More... about 3 years ago
Run rtpp_proc_ttl_ctor() after scheduler and rtpp_notify_cf are inited. More... about 3 years ago
Grab reference to all subsystems we are using here, microoptimize rtpp_proc_ttl function by pre-populating iteration structure at the construction time. More... about 3 years ago
Make rtpp_notify refcounted. More... about 3 years ago