6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Mar 04, 2025 — Mar 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Revert "See if we fare better on newer linex." That migth be the reason our coverage went down. More... about 6 years ago
Revert "See if we fare better on newer linex." That migth be the reason our coverage went down. More... about 6 years ago
Re-gen. More... about 6 years ago
memdeb/glitch_command_parser1 -> memdeb/glitch_command_parser1_stdio. More... about 6 years ago
Roll back to c9793fff1bf8a05a4fc17bfb16ea8d31e38f42ac. More... about 6 years ago
Use hex format to avoid any ambiguity in grep'ing. More... about 6 years ago
Do not glitch write(2) in the rtpc_doreply, that hangs our command parser test. More... about 6 years ago
Split out glitch_command_parser1_stdio and glitch_command_parser1_tcp. More... about 6 years ago
Re-gen. More... about 6 years ago
Grr, run memdeb/glitch_command_parser1 directly to see why it fails. More... about 6 years ago
Adjust false-positive breakdown numbers. More... about 6 years ago
Run "stdio" and "tcp socket" versions of the test separately, only excercising points that are not excercised in the latter. This cuts total run time by about 30%, so that we hopefully don't overun our limit on travis. More... about 6 years ago
Move test point bit earlier again now that we've added more triggers. More... about 6 years ago
Only create pidfile when all other initialization tasks are complete. More... about 6 years ago
Only wait for child to get airborne if coverage is disabled. Otherwise coverage gathered by child is getting lost. More... about 6 years ago
Don't call __gcov_flush(), it messes up coverage in child. :( More... about 6 years ago
Run __gcov_flush() after fork, not before to see if it fixes our coverage drop. More... about 6 years ago
no record: fix crash when multiple no record commands are sent More... about 6 years ago
Re-gen. More... about 6 years ago
Revert "Disable all but recording tests for now." More... about 6 years ago
Merge branch 'temp_debug' into razvancrainea-feature/norecord More... about 6 years ago
Add missed #undef's More... about 6 years ago
Glitch fork and setsid. More... about 6 years ago
Bump number of false positives. More... about 6 years ago
Unify code points tracking between autoglitch and memdeb subsystems. This allows us to avoid copying 3 values in each operation and store those, instead just one pointer is copied and stored. More... about 6 years ago
Sneak -L argument into startstop1, so that we can inject some glitch in there,. More... about 6 years ago
Flush counters right before fork() to zero-our counters in both processes. More... about 6 years ago
Correct rtpp_memdeb_asprintf() printf spec. More... about 6 years ago
Update counters to match various optimization levels. More... about 6 years ago
o glitch pipe(2) and write(2); More... about 6 years ago