1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 17 days ago. based on code collected 17 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
jsVortex: * [fix] Updated VortexChannel constructor to set lastStatusCode to an initial state of (3) to signal no status so this is not confused with the error state. More... over 12 years ago
py-vortex: * [fix] Updated pyvortex conn.remove_on_close handler to check that value received is a handle to avoid a segfault when None or other complex object is received. More... over 12 years ago
libvortex-1.1: * [fix] Closing release 1.1.12. More... over 12 years ago
af-arch: * [fix] Updates on modules-version.txt.. More... over 12 years ago
turbulence: * [fix] Making mod-sasl-mysql to not filter auth request for users that aren't available so no "auth filtered" message is shown when non existent users.. More... over 12 years ago
libvortex-1.1: * [fix] Fixed bug inside auto-tls support where a wrong reference were returned when a TLS failure was found. Added reg-test to reproduce the bug and check the fix introduced (test-05-a1). Bug reported by Jason Dana. More... over 12 years ago
turbulence: * [fix] Updated PyTurbulenceCtx to include a new function msg2 that wraps turbulence's msg2. More... over 12 years ago
turbulence: * [fix] Making kill conn command to check if : is present in the kill spec. More... over 12 years ago
jsVortex: * [fix] Fixed debian package to properly configure package permissions. More... over 12 years ago
py-vortex: * [fix] Fixed documentation (timedout -> timedpop) inside vortex.Asyncqueue More... over 12 years ago
libvortex-1.1: * [fix] Updated channel pool addition code to avoid acquiring a lock during channel creation but only when a channel opened is to be added to the pool. This avoids blocking the entire channel pool when a channel creation is taking too long. More... over 12 years ago
jsVortex: * [fix] Fixed bug while parsing XML node attributes when it is found more white spaces after last attribute read. Bug reported by Ralf Konusch. More... over 12 years ago
jsVortex: * [fix] Commetted out commented out a return statement inside SEQ frame handling that was causing channels with more than one pending to send content to not properly requeue/retry when a SEQ frame is received and the channel owner also doesn't do any send operation... More... over 12 years ago
jsVortex: * [fix] Fixed support to properly parse xml header (if defined). Updated regression test to check implemented features. More... over 12 years ago
turbulence: * [fix] Removed debug messages from conn mgr modules.. More... over 12 years ago
jsVortex: * [fix] Updated VortexXMLEngine.dumpXML to support a new parameter to signal the function to include xml headers. Updated regression test to check new support added. More... over 12 years ago
libaxl: * [fix] Reverted last change because it is safe in the way it was written. Added additional tests inside test_046 to check crafted contents. Nothing to report. More... over 12 years ago
libaxl: * [fix] Ensured there is enough memory to check for ]]> string to avoid walking unallocated memory. Reported by Ralf Konusch. More... over 12 years ago
af-arch: * [fix] Updated modules-version.txt More... over 12 years ago
jsVortex: * [fix] Fixing some typos at VortexXMLEngine documentation.. More... over 12 years ago
jsVortex: * [new] More updates to XML API adding functions to create nodes, set attributes, replacing content, set children nodes. More... over 12 years ago
jsVortex: * [new] Updated VortexXMLEngine to include new functions to iterate child nodes. API added: More... over 12 years ago
libvortex-1.1: * [fix] Fixed some typos at tls documentation.. More... over 12 years ago
jsVortex: * [new] Updated VortexXMLEngine module to include new API functions to ease XML manipulation. API added: More... over 12 years ago
libvortex-1.1: * [fix] Making internal vortex tls activation to check new reference created before proceeding to avoid working and notifying a wrong reference (for example, there could a oom that causes returning a wrong reference). More... over 12 years ago
libvortex-1.1: * [fix] Updated vortex sequencer sending code to first manage channel 0 requests and then process the rest of connections. This is done to ensure administrative channel is able to communicate channel creation or removal before next request happens on those channels. Until now, under some rare cases vortex was producing a protocol violation because it was sending content before the remote peer received the channel open RPY over the channel 0. More... over 12 years ago
core-admin: * [fix] Remmoved unuseful info from conn mgr module.. More... over 12 years ago
libvortex-1.1: * [fix] Web updates.. More... over 12 years ago
jsVortex: * [fix] Web updates.. More... over 12 years ago
jsVortex: * [fix] Closing 0.5.3 version. More... over 12 years ago