6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 13 hours ago.
Feb 14, 2025 — Feb 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump max number of runs from 4 to 6. More... over 5 years ago
Gltch stats(2) as well. More... over 5 years ago
Re-gen More... over 5 years ago
Revert "Fix ages long problem with both optimized and debug cflags being", it has caused a whooping 1.8% drop in overall coverage. Not totally unexpected for the change of that magnitude, but something that we should probably carefully dissect and analyze before it can be pushed in again. More... over 5 years ago
Glitch fstat(), it's used at least in the module code. More... over 5 years ago
Re-gen. More... over 5 years ago
Fix ages long problem with both optimized and debug cflags being intemixed into the same command. Split those clearly and use accordingly. More... over 5 years ago
Re-gen. More... over 5 years ago
Fix LTO to apply to both versions of the library. More... over 5 years ago
Re-gen. More... over 5 years ago
Enable LTO. More... over 5 years ago
Enable LTO here. More... over 5 years ago
Hit rtpp_stacktrace() here for the sake of improving coverage. More... over 5 years ago
Fix crashing on linux. More... over 5 years ago
Re-gen. More... over 5 years ago
Execinfo requires @LIBS_DL@. More... over 5 years ago
Move _GNU_SOURCE definition before any othe includes. More... over 5 years ago
Second try to fix asprintf on linux. More... over 5 years ago
Set _WITH_DPRINTF so that asprintf function is avail. More... over 5 years ago
Run rtpp_rzmalloc_perf_debug as well. More... over 5 years ago
Add few binaries. More... over 5 years ago
Re-gen. More... over 5 years ago
Add another test option into rtpp_rzmalloc_perf to test "traceen" method in the rtpp_refcnt. Give it a separate binary since it requires some optional code to be compiled and linked in, resulting in substantially lower performance. More... over 5 years ago
Merge branch 'master' into lto More... over 5 years ago
Fix a rather obscrure and rare wraparound bug in the create_twinlistener function when the last two ports in the valid range are trying to be allocated. More... over 5 years ago
Reduce variety of magic constants we use here. More... over 5 years ago
Re-gen. More... over 5 years ago
Add version of the rtpp_rzmalloc_perf that uses rtpp_zmalloc+rtpp_refcnt ctor to "emulate rtpp_rzmalloc". Dump performance results of both for one to see as we go. More... over 5 years ago
Merge branch 'master' into lto More... over 5 years ago
Grab the module's own refcnt until the session is still active. That should provide proper destruction sequence when rtpproxy exits. More... over 5 years ago