6
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Feb 21, 2025 — Feb 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Grab and release ref to the sessinfo. More... about 3 years ago
Make shutdown reliable with regards to the memdeb checks by purging all sessions after destroying command handling subsystem. This ensires no references are dangling and destruction of the rest of subsystems is not impeded. More... about 3 years ago
Decref sessions_ht unpon exit so that we hopefully deallocate all sessions and exit clearly. More... about 3 years ago
Invert logic of the rtpp_pproc_mgr_lookup() - return 0 on not found and 1 otherwise. More... about 3 years ago
Refactor rtpp_pproc_mgr_lookup() to return a copy of the struct packet_processor_if, not a reference to structure in the internal table, which may change from different thread. Also, grab reference counter when provided. More... about 3 years ago
Provide ULAW2ALAW() and ALAW2ULAW() macros for a quick conversion between G.711u and G.711a. More... about 3 years ago
apt-spy2 was supposed to help with making builds more reliable, instead it became new single-point-of-failure causing jobs to fails in bulk. :( More... about 3 years ago
Pass --country=US to apt-spy2. More... about 3 years ago
Enable error on exit, enable tracing. More... about 3 years ago
Fix comparison. More... about 3 years ago
Put back ':' after doing name resolution so that we produce a correct error message if bind() fails. More... about 3 years ago
Defer call to reg_pktin() until the analyze stage, so that decrypt stage has ability to filter out non-RTP packets (e.g. DTLS). More... about 3 years ago
Add reg_drop convinience method so that packet processors won't need to go far to have ability to report those that have been dropped elsewhere (i.e. worker thread). More... about 3 years ago
Disable "target_pfreq = x" debug output now that we use event-based polling loop without any specific frequency set. More... about 3 years ago
Dump socket name if we cannot bind. More... about 3 years ago
Use built-in destructor. More... about 3 years ago
Use revtempl to improve reliability of the forwarding testing framework, so it's robust against loosing few packets here or there, More... about 3 years ago
Add initial revision of the tool that I wanted to have but I could not find any decent implementation of. It basically does "reverse-templating", by running templating engine on provided chunk of input data and executes code from the template replacing output accordingly, say given a template like: More... about 3 years ago
Re-gen. More... about 3 years ago
Staticize rtpp_ringbuf's methods. More... about 3 years ago
Staticize rtpp_pipe's methods. More... about 3 years ago
Re-gen. More... about 3 years ago
Re-gen. More... about 3 years ago
rtp_packet.c references some code from the rtp.c, so link it into rtpp_objck. More... about 3 years ago
Re-gen. More... about 3 years ago
Make rtpp_wi use refcounters. This has some visible performance impact in the synthetic allocate/deallocate tests, however that has no measureable impact on actual usage. More... about 3 years ago
Add use_stdfree() method to instruct pre-allocated refcounter e.g. one returned by the rtpp_r[z]malloc() to use standard free(). More... about 3 years ago
Provide rtpp_rmalloc() API, which allocates refcounted memory without zeroing it out explicitly. More... about 3 years ago
Re-gen. More... about 3 years ago
Staticize rtpp_ttl methods. More... about 3 years ago