6
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Jan 30, 2025 — Jan 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add move() API to move entry from one table to another. More... almost 3 years ago
Implement transfer() API allowing entry to be moved from one hash table to another without deallocating the HTE. More... almost 3 years ago
GC #if 0'ed code. More... almost 3 years ago
Add rtpp_rw_lock - an implementation of RW lock with an option to upgrade from read-only to read-write. More... almost 3 years ago
Massive commit to convert command parser to produce array of rtpp_str_t *, not const char * and propagate that new type for some of the key fields (call_id, from_tag, to_tag, etc). More... almost 3 years ago
Add rtpp_str, to represent (mostly)fixed-length string or other string of known size. More... almost 3 years ago
Add url_unquote2() to take possibly different output buffer as an second parameter. More... almost 3 years ago
o Automatically upsize hash table once load factor goes above 0.7; More... almost 3 years ago
Use xxHash instead of pearson to do hashing. More... almost 3 years ago
Re-gen. More... almost 3 years ago
Add xxHash, sourced from https://github.com/Cyan4973/xxHash. This is to replace good but slow pearson hashing for most uses. More... almost 3 years ago
Switch conditional variable to be using CLOCK_MONOTONIC for waits, which is more useful for time-bound waits. More... almost 3 years ago
Re-gen. More... almost 3 years ago
Check if compiler supports -Wno-frame-address. More... almost 3 years ago
Set ulen32 explicitly, to not cause old cross-compiler to throw bogus "error: 'ulen32' may be used uninitialized in this function". More... almost 3 years ago
Get rid of variable that is set but not used. More... almost 3 years ago
Make vad_enable only be declated if ENABLE_G729 is set. More... almost 3 years ago
Get rid of the ubuntu-18.04 by running -cross builds in a container. More... almost 3 years ago
Add "no_resolve" flag that disables DNS resolution of parameters passed in the R U/L modifier. That is to not trip oss-fuzz assertion. More... almost 3 years ago
GC wireshark-common, it's not needed and just causes failures. More... almost 3 years ago
Fix UB: don't shift signed right by 31. Few more cases missed in 85909e87bd0. More... almost 3 years ago
Update to b04de2fc34, necessary for the RISC-V to compile. More... almost 3 years ago
Make unregistering of the playback-related packet handlers in the rtpp_stream_handle_noplay() conditional on successful removal of the object from the servers_wrt. Otherwise we might have a competing task in timer thread calling unreg as well causing pproc_manager to trip. More... almost 3 years ago
Adjust glitching expectations based on the latest code. More... almost 3 years ago
Rework pproc_manager to not modify processing pipeline in place. Instead, new pipeline is allocated when changes are made, modified and old pipeline is trown away. This avoids necessiry to hold a pproc_manager lock while processing packets which can lead to a deadlock. More... almost 3 years ago
Bump max packet loss to 30. More... almost 3 years ago
Move rtpp_init call into a separate function with __attribute__((constructor)) set, so that it's not in the execution path of the LLVMFuzzerTestOneInput(). More... almost 3 years ago
Only shift getpid() by 14 to allow for larger max_pids. More... almost 3 years ago
Also stop recording RTP if allocating recorder for the RTCP fails. More... almost 3 years ago
Use command socket on stdio. More... almost 3 years ago