0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 16 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve the error message if we can't set up a listener. More... about 10 years ago
Do the release ritual for obfsproxy-0.2.6. More... about 10 years ago
Remove gmpy from the requirements of setup.py. More... about 10 years ago
Do the release ritual for obfsproxy-0.2.5. More... about 10 years ago
Update ChangeLog with ScrambleSuit. More... about 10 years ago
Add an integration test for ScrambleSuit. More... about 10 years ago
Add "pyyaml" because it is used by ScrambleSuit. More... about 10 years ago
Add ScrambleSuit's ChangeLog and specification. More... about 10 years ago
Import the ScrambleSuit transport protocol. More... about 10 years ago
Don't pass TransportConfig to the transport __init__(). More... over 10 years ago
Remove the PITS code. More... over 10 years ago
Add some more flags to TransportConfig. More... over 10 years ago
Trivial doc tweaks and ChangeLog entries for #10342. More... over 10 years ago
Fix bug when calling the __init__ of the base transport. More... over 10 years ago
rename handshake to circuitConnected, since it is just a callback and you don't *need* to do any sort of handshake More... over 10 years ago
fix #10342: make circuit an attribute of transport, rather than passing it in as method params - also rm redundant "pass" statements, python doesn't need it if you have a docstring More... over 10 years ago
Another trivial ChangeLog edit. More... over 10 years ago
Trivial edits and ChangeLog entry for #10243. More... over 10 years ago
Add code examples to get_public_options doc str More... over 10 years ago
Only use gmpy if it is installed. More... over 10 years ago
Clean up code to filter server transport options More... over 10 years ago
Add get_public_options method to BaseTransport More... over 10 years ago
Fix a bug and add some docs on the setup() method. More... over 10 years ago
Merge remote-tracking branch 'remotes/david/david-transport-setup' More... over 10 years ago
Add some more dependencies to doc/HOWTO.txt. More... over 10 years ago
Obfs2 uses setup classmethod to save shared secret More... over 10 years ago
Call transport setup at obfsproxy start More... over 10 years ago
Add some trivialities related to the #10031 patch. More... over 10 years ago
Use 'powMod()' instead of the built-in 'pow()'. More... over 10 years ago
Add function for fast modular exponentiation. More... over 10 years ago