1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 23 days ago. based on code collected 23 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
turbulence: * [new] General updates to mod-sasl module to allow loading extension modules that will provide support for additional backends. Used this new support for a mysql backend. Still more work required. More... over 14 years ago
turbulence: * [fix] More updates to mod-sasl to support external handlers that adds support for more database format. Added new functions to get handler registered (to manage the particular format), load database and to check if a format is registered. Adding initial auth-db example based on mysql. More... over 14 years ago
turbulence: * [fix] More updates to support detecting mysql platform support and updated mod-sasl-mysql and common-sasl.[ch] to support registering handlers for additional formats. More... over 14 years ago
libvortex-1.1: * [fix] Committing debian changelog. More... over 14 years ago
turbulence: * [fix] Missing commit. More... over 14 years ago
turbulence: * [new] Adding initial code to implement mod-sasl-mysql. * [fix] Updated tbc-mod-gen to produce proper function signature for profile path selected handler. More... over 14 years ago
turbulence: * [new] Added high level load module function to reuse all this code in other places (like mod-sasl to load backend extensions). Updated turbulence-run to use it. API added: More... over 14 years ago
turbulence: * [new] Added initial code to mod-sasl to support more database formats in a dynamic way. Road to add support to mysql. More... over 14 years ago
libvortex-1.1: * [fix] Updated ALIVE and PyVortex ALIVE documentation. More... over 14 years ago
libaxl: * [fix] Adding some internal checks to PyAxl node to return None in case of internal NULL reference found. More... over 14 years ago
libaxl: * [fix] making PyAxl node.remove () to flag internal node as null no matter which is the value of dealloc parameter. More... over 14 years ago
libvortex-1.1: * [fix] Minor timeout modification at test_01s More... over 14 years ago
libvortex-1.1: * [fix] Updating version files. More... over 14 years ago
libvortex-1.1: * [fix] Fixed minors unused variables when console debug is disabled. More... over 14 years ago
libvortex-1.1: * [fix] Making internal vortex connection close notification to use an async notification to the thread pool, avoiding to lock important threads like vortex reader and vortex sequencer when a connection close with a blocking task is called. Added regression test (test_01-s) to reproduce the bug and to check the fix introduced. More... over 14 years ago
libvortex-1.1: * [new] Updated vortex connection API to include a function that only shutdowns the connection socket (transport). Added new regression test to reproduce and introduce a fix to avoid locking the vortex reader in the case a connection close that never ends is installed. Still not able to reproduce the bug. Test 01-s. More... over 14 years ago
libvortex-1.1: * [fix] Added pthread_detach to vortex_thread_destroy in the case pthreads signals a deadlock after calling to pthread_join. More... over 14 years ago
libvortex-1.1: * [fix] Making vortex connection close notification to skip user handler calling in the case vortex context that holds the connection is being finished (due to a vortex_exit_ctx call). More... over 14 years ago
libvortex-1.1: * [fix] Making vortex connection close notification to be protected by the internal mutex before calling user code. Updated current test_01r reg test to check this issue. All reg tests passed. More... over 14 years ago
libvortex-1.1: * [fix] Making vortex_connection_new internal implementation to check if the VortexCtx provided is finishing to avoid creating a connection that will be in the middle. Added test_01-r to reproduce and check fix introduced. More... over 14 years ago
libvortex-1.1: * [fix] Making several vortex.Connection attributes at the PyVortex implementation to return None in case they are not defined. More... over 14 years ago
libvortex-1.1: * [fix] Added regression test to check PyVortex vortex.Connection.remove_on_close method. Added documentation for this method. More... over 14 years ago
libvortex-1.1: * [fix] Updates to libvortex-1.1.def and auxiliar files. More... over 14 years ago
libvortex-1.1: * [new] Added initial implementation of vortex.Handle inside PyVortex API which will allow wrapping pointers used by the PyVortex API. Used this new object to implement selective connection on close removal. API added: More... over 14 years ago
jsVortex: * [fix] Updated make-zip.sh to use shrink safe to produce a jsVortex bundle into a single file. Also used shrink safe to reduce JavaSocketConnector.js More... over 14 years ago
jsVortex: * [fix] Initial modifications to use dojo shrinksafe to produce a jsVortex release that is loadable from a single small file. More... over 14 years ago
libvortex-1.1: * [fix] Adding PyVortex alive documentation. More... over 14 years ago
libvortex-1.1: * [new] Updating debian packaging to produce new packages for alive implementation (including python binding). More... over 14 years ago
libvortex-1.1: * [fix] Improved alive internal implementation to also check connection actitivy to avoid triggering alive failure only based on its conditions. This better supports introducing alive on connections with heavy traffic (avoiding closing the connection because alive checks do not progress). More... over 14 years ago
libvortex-1.1: * [fix] Added additional checks to alive tests (test_16) to ensure failure handlers is properly triggered. More... over 14 years ago