0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Sep 06, 2025 — Sep 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Closes #9: Updated RSA class based on help from Sebastian Ramacher More... about 14 years ago
v0.8.2 Version increment commit (minor README update as well) More... about 14 years ago
Closes #14. Added an alias module. Not as cool as a package, but no code dupes. More... about 14 years ago
Brought the one-liner back as a rewrite, updated README More... about 14 years ago
Closes #11: Removed test harness, using doctestall now More... about 14 years ago
Added EJTP Ecosystem to README More... about 14 years ago
Forgot to put the hash function in the signing process. More... about 14 years ago
Added signing abilities to client. More... about 14 years ago
Merge branch 'stable-0.8.x' into stable More... about 14 years ago
Removed an unnecessary lock from Router that can cause deadlocks More... about 14 years ago
#9 Added RSA test from ConcurrenTree More... about 14 years ago
Corrected version number in setup.py to 0.8.1 More... about 14 years ago
Updated README.md for version 0.8.1. More... about 14 years ago
Okay, this locking stuff is finally really working properly. Except for a few sporadic race conditions involving TCPJack internal dicts, the code really consistently passes unit tests. More... about 14 years ago
More stability improvements. Address in use errors should not happen anymore. Still need to fix the Connection Refused issues. More... about 14 years ago
A bit more work to prevent Address In Use errors during testing. More... about 14 years ago
Bring master up to date. A little hacky thanks to that borked commit from earlier. More... about 14 years ago
Merge branch 'bug6' into development More... about 14 years ago
Other than socket acquisition errors, fixed issues in test code. Closes #6. More... about 14 years ago
Test is still very flaky based on socket conditions. Locks seem to do nothing, and I'm sure some explicit destructors would help. More... about 14 years ago
#6 Actual code seems to work now, but tests fail because the sync code in the test is inadequate. More... about 14 years ago
#6 Improved testing code all the way around, tcp now fails silently but will fix. More... about 14 years ago
#6 Rewrote TCPJack to be more thread-based/monkeypatch-friendly, and added test code. Currently fails. More... about 14 years ago
Test code for regression testing jacks in general, with specific usage in UDPJack to make sure it works. More... about 14 years ago
I think this might undo my accidental and stupid clobbering of HEAD. More... about 14 years ago
Added an install_and_test.sh script for my frequent test sequence. More... about 14 years ago
Created tcpjack.py, looks good but no tests yet. More... about 14 years ago
Easier than expected, wrote some test cases while I was at it. Closes #8 More... about 14 years ago
This is looking good to me. I'm committing it. Closes #5 More... about 14 years ago
#5 Initial work, created address.py More... about 14 years ago