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
libvortex-1.1: * [fix] Updated PyVortex documentation (added some examples at vortex.register_profile). More... about 13 years ago
jsVortex: * [fix] Adding missing release note.. More... about 13 years ago
jsVortex: * [fix] Closing release 0.5.2.. More... about 13 years ago
jsVortex: * [fix] General update to produce a jsVortex bundle that includes an unified Vortex.js without any debug statement (Vortex.{log, error, warn}) and to also produce the same version with all those statements called Vortex.debug.js. Updated source code to standarize all calls to Vortex.log so they are done in a single line. More... about 13 years ago
turbulence: * [fix] Closing release 0.5.5 More... about 13 years ago
libaxl: * [fix] Closing 0.6.7 release.. More... about 13 years ago
libvortex-1.1: * [fix] Closing release 1.1.11 More... about 13 years ago
turbulence: * [fix] Removed several unused variables and fixed some Makefile.am missing references to VORTEX_LIBS.
kb
More... about 13 years ago
libvortex-1.1: * [fix] Removed several unused variables..
kb
More... about 13 years ago
libaxl: * [fix] Several updates to remove variables not used.
kb
More... about 13 years ago
jsVortex: * [fix] Moved onFrameReceivedHandler configuration inside channel.sendCommon out of the isComplete condition to avoid races.
kb
More... about 13 years ago
jsVortex: * [fix] Fixed bug while splitting frames what uses utf-8 codes that expands into 2 or 3 bytes when translated to byte representation, causing not observing max allowed bytes accepted by remote BEEP peer. Now the situation is detected and the difference is removed so splitted piece fits into the accepted window size. Added regression test to reproduce the bug and check fix introduced. More... about 13 years ago
libvortex-1.1: * [fix] Fixed API clash between debian/ubuntu and RHEL where SSL_CTX_new and method created returns and receives const SSL_METHOD *. Updated the code to avoid declaring variables with that type passing directly the value returned from method creation into SSL_CTX_new. Bug reported by Philip Black-Knight.. More... about 13 years ago
libvortex-1.1: * [fix] Phil Black-Knight reported and fixed a problem at vortex_connection_set_profile_mask where the function was always returning an error code for the first handler installed (although it was indeed properly installed). More... about 13 years ago
turbulence: * [fix] Committing changelog debian/squeeze/amd64 More... about 13 years ago
libvortex-1.1: * [fix] Updates for debian/lenny/i686 More... about 13 years ago
libvortex-1.1: * [fix] Debian squeeze updates.. More... about 13 years ago
turbulence: * [fix] Fixed wrong buffer size indication inside turbulence_process_receive_socket. More... about 13 years ago
libvortex-1.1: * [fix] Fixed memory leak inside PyVortex handler tracker: it was removing handler tracking object without calling destroy func: oops! ;-) More... about 13 years ago
turbulence: * [fix] Updated file.sup to include more python suppressions. More... about 13 years ago
turbulence: * [fix] Committing initial file.sup (valgrind suppression file). More... about 13 years ago
libvortex-1.1: * [fix] Included file.sup into make dist result. More... about 13 years ago
libvortex-1.1: * [fix] Making vortex ALIVE implementation to check vortex_channel_ref result before continuing. Also making the implementation to grab the reference before setting the channel used by the check loop (fixed race exposed by PyVortex). More... about 13 years ago
libvortex-1.1: * [fix] Moved debug log before connection registering at vortex_listener module to avoid wrong mem. access under some cases.. More... about 13 years ago
turbulence: * [fix] Making turbulence_conn_mgr_broadcast_msg to release internal mutex when called user defined filter function. This will allow turbulence conn mgr API reentrancy. Added reg test to check feature introduced (test_10-d). More... about 13 years ago
turbulence: * [fix] Making mod-python turbulence.Ctx.broadcast_msg to not acquire python GIL when called filter user function because it already owns the GIL.. More... about 13 years ago
libvortex-1.1: * [fix] Updated internal channel add handler to report a boolean value with the operation result so channel resources can be released after a failure. More... about 13 years ago
libvortex-1.1: * [fix] Changelog updates.. More... about 13 years ago
libvortex-1.1: * [fix] Making vortex.Ctx.new_event to flag event period with "l" instead of "i" to avoid OverflowError: signed integer is greater than maximum. More... about 13 years ago
turbulence: * [fix] Moving ahead turbulence version.. More... about 13 years ago