0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 17 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
switched kill() with terminate() More... over 13 years ago
added a comment to stop method, minor whitespace edits More... over 13 years ago
Merge branch 'master' of github.com:jasontbradshaw/iron-tools More... over 13 years ago
added a block_while to the only unguarded rtp call in playback.py, changed some error messages to be more helpful, minor cleanups More... over 13 years ago
better way of checking if condition_func is callable More... over 13 years ago
Merge branch 'master' of github.com:jasontbradshaw/iron-tools More... over 13 years ago
use a SIGKILL instead of SIGTERM, and wait() after the SIGKILL to prevent race conditions that Doug talked about More... over 13 years ago
for block_while and block_until, make sure condition_func is callable More... over 13 years ago
made block_* functions raise an AttributeError if they're given something that's not a function, and added a test case to ensure that this works More... over 13 years ago
added end_wait_time at config.py; new way of setting up environment More... over 13 years ago
default rtpplay -t to '1' (end_wait_time=1) More... over 13 years ago
renamed variable to what the UI is expecting More... over 13 years ago
moved else statement to proper place More... over 13 years ago
print args More... over 13 years ago
retab playback.js More... over 13 years ago
add verbose option to RTPplay More... over 13 years ago
rmed unneeded param;s check that dump dir exists, throw error otherwise More... over 13 years ago
config changes More... over 13 years ago
rmed unneeded commit file lookup; using config file for commit extension More... over 13 years ago
fixed get_status to return 3-tuple instead of 2-tuple More... over 13 years ago
fixed attempts to '.push' to a list, they now correctly use '.append' More... over 13 years ago
added Jeff's changes manually More... over 13 years ago
added hover to copy form source' More... over 13 years ago
Merge branch 'master' of github.com:jasontbradshaw/iron-tools More... over 13 years ago
added 'copy elapsed time' feature More... over 13 years ago
added another test case for playback.py More... over 13 years ago
added some test cases for new playback live preview functionality More... over 13 years ago
test cases fixed More... over 13 years ago
fixed variable name More... over 13 years ago
test fix More... over 13 years ago