1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 13 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
libaxl: * [fix] More files preparing release 0.6.8 (Waking up). More... over 11 years ago
jsVortex: * [fix] More adjustements to support reading BEEP frames with partial headers.. More... over 11 years ago
jsVortex: * [fix] New version.. More... over 11 years ago
jsVortex: * [fix] More changes to detect where was done the last header read inside the reading engine. More... over 11 years ago
jsVortex: * [fix] Updated frame reading engine to detect missing header trailing \r\n not as a failure but instead saving read content waiting for more octets to come to complete the operation (but with a limit to avoid infinite header size). More... over 11 years ago
turbulence: * [fix] Making turbulence loop module to detect and discard broken/invalid watched descriptors to avoid interating over and over again. More... over 11 years ago
turbulence: * [fix] Updated regression test to show current listener connections after failure found at test_websocket_listener_disabled. More... over 11 years ago
turbulence: * [fix] Making child turbulence creation to timeout after 10 seconds. More... over 11 years ago
turbulence: * [fix] Updated regression test to wait a bit more for the socket to be disabled after running websocket test.. More... over 11 years ago
libvortex-1.1: * [fix] More fixings.. More... over 11 years ago
libvortex-1.1: * [fix] Updated regression client.. More... over 11 years ago
libvortex-1.1: * [fix] Updated regression client to show connection errors when test_15 fails to send block message. More... over 11 years ago
libvortex-1.1: * [fix] Updated regression test (test_12) to remove parts of the code that were causing problems.. More... over 11 years ago
turbulence: * [fix] Several fixings to make mod-python to compile with Python2.5. More... over 11 years ago
turbulence: * [fix] Minor log level change at mod-sasl. More... almost 12 years ago
turbulence: * [fix] Updated mod-python to acquire and release the python GIL in a different manner so first initialization lock is released using PyEval_SaveThread but the rest of the cases PyGILState_Ensure is used. More... almost 12 years ago
turbulence: * [fix] More fixings into mod-python to properly initialize and release the lock just after the entier python init was completed. More... almost 12 years ago
turbulence: * [fix] Updated mod-python to avoid calling to acquire GIL but instead use thread init and release lock calls. Fixes some issues while calling to python APIs that acquires and releases the GIL explicitly. More... almost 12 years ago
libvortex-1.1: * [fix] Updated PyVortex to add missing GIL release calls on tls module when failure happens. More... almost 12 years ago
turbulence: * [fix] Updated typo error at turbulence-signal.c More... almost 12 years ago
libvortex-1.1: * [fix] Updated PyVortex to use Py_BEGIN_ALLOW_THREADS and Py_END_ALLOW_THREADS around exception notification and calls to vortex_async_queue_push. More... almost 12 years ago
libvortex-1.1: * [fix] Updated PyVortex regression test to check connection close after send operation. More... almost 12 years ago
libvortex-1.1: * [fix] Removed unfortunate strlen declaration (reported by Étienne Dupuis). More... almost 12 years ago
libvortex-1.1: * [fix] Updated vortex reader to unset socket associated to a connection that is showing EBADF error. More... almost 12 years ago
libvortex-1.1: * [fix] Updated regression listener to allow receiving --enable-websocket-debug. More... almost 12 years ago
libvortex-1.1: * [fix] Updated regression test code to allow enabling websocket debug when received --enable-websocket-debug More... almost 12 years ago
libvortex-1.1: * [fix] Updated vortex reader loop to do the wrong connection check after the stopping code. Upps. More... almost 12 years ago
libvortex-1.1: * [fix] Updated vortex_websocket.c to include some important devel comments. More... almost 12 years ago
libvortex-1.1: * [fix] Engine update to detect bad file socket descriptors that may have been closed by other means not controlled by vortex to drop those connections as soon as possible. Added regression test to reproduce the bug and check the fix introduced (test-01y). More... almost 12 years ago
libvortex-1.1: * [fix] More fixings.. More... almost 12 years ago