6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 17 hours ago.
Feb 19, 2025 — Feb 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Call "kaput" if module initialization fails for some reason. More... over 5 years ago
Make sure pvt->mip is initialized in few places. More... over 5 years ago
Run scan-only over truncated stream(s). More... over 5 years ago
Re-gen. More... over 5 years ago
Try truncating both streams and bob's stream too. More... over 5 years ago
Add test to go over truncated input file to see if it does the right thing. More... over 5 years ago
Add flag to fail early if any issue with the stream is detected. More... over 5 years ago
Add test to verify that adhoc decoding works. It also should give RTP validation better run. More... over 5 years ago
Hit "nosync" option of extractaudio. More... over 5 years ago
Re-gen. More... over 5 years ago
Also call kaput() after dropping refcnt. More... over 5 years ago
Provide a separate routine to be called when main thread wishes to dismantle a module in an orderly fashion. Letting it all be done in destructor would mean that whoever thread drops reference the last is running all this code including pthread_join() and dlclose(). More... over 5 years ago
Show threads. More... over 5 years ago
Re-gen. More... over 5 years ago
Re-gen. More... over 5 years ago
Revert "Revert "Fix ages long problem with both optimized and debug cflags being"," More... over 5 years ago
Bump hepconnector to the latest version. More... over 5 years ago
Unglitch send() and connect() here. More... over 5 years ago
Glitch send(2) and connect(2). More... over 5 years ago
ALso glitch rtpp_notify.c and rtpp_tnotify_set.c. More... over 5 years ago
Randomize notification port, so that we are protected against "address already in use error" while glitching. More... over 5 years ago
In the rtpp_stacktrace() call __gcov_flush() before we commit suicide. More... over 5 years ago
Covert assert() calls into regular errx() so that we don't have to be worrying about coverage information flush. More... over 5 years ago
Re-gen. More... over 5 years ago
Run unittests/rtpp_sbuf through glitching routine. More... over 5 years ago
Push some dummy work items onto both queues to give "deallocate on destruction" code a spin. More... over 5 years ago
Unroll a statement, for whatever reason it causes test case to stuck, I suspect foul optimization play. More... over 5 years ago
Kill rtpp_wi_malloc_pkt() API for good. It's been unused for a quite while. More... over 5 years ago
Adjust comment. More... over 5 years ago
In stat(2) glitching return ENOENT if file exists and EIO otherwise. More... almost 6 years ago