0
I Use This!
Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jul 27, 2024 — Jul 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated to match new api More... over 13 years ago
clarification More... over 13 years ago
typo More... over 13 years ago
typo More... over 13 years ago
added a simple install doc More... over 13 years ago
added server tutorial More... over 13 years ago
added doc link More... over 13 years ago
added sphinx docs directory More... over 13 years ago
broadcast that a client has left the room More... over 13 years ago
forgot to actually call the closed handler when closing handshake was performed correctly More... over 13 years ago
stupid print left in More... over 13 years ago
stupid print left in More... over 13 years ago
updated to match middleware's interface More... over 13 years ago
various docstrings updates More... over 13 years ago
fix #24 More... over 13 years ago
updated tornado client to match recent internal changes More... over 13 years ago
by putting the bytes processing into its own method we can more easily use it with asynchronous API like tornado provides (by using this method from within a callback) More... over 13 years ago
refactored gevent client to match recent changes More... over 13 years ago
updated threaded client to match recent refactoring More... over 13 years ago
missing exports More... over 13 years ago
typo More... over 13 years ago
docstrings More... over 13 years ago
small shortcuts More... over 13 years ago
passing a copy of WSGI environ to the endpoint More... over 13 years ago
typo More... over 13 years ago
removed gevent dependency for CherryPy More... over 13 years ago
added support for gevent 1.0.0b More... over 13 years ago
removed the threadedhandler model in favor of pure gevent coroutines all the way. Works rather well but as a drawback with CherryPy as we need to monkey_patch all with gevent first. Need to change this behavior More... over 13 years ago
removed the threadedhandler model in favor of pure gevent coroutines all the way. Works rather well but as a drawback with CherryPy as we need to monkey_patch all with gevent first. Need to change this behavior More... over 13 years ago
whenever a frame is too large it is handled by an exception anyway More... over 13 years ago