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] Changelog updates.. More... about 13 years ago
libvortex-1.1: * [fix] Removed unnecesary lock/unlock pair from vortex channel module. Moved log debug which may cause wrong memory access under certain conditions. More... about 13 years ago
turbulence: * [new] Updated engine to not wait for threads to finish on exit using new vortex support to do so. Added new command line option to obtain old behaviour (--wait-thread-pool). More... about 13 years ago
libvortex-1.1: * [fix] Updated PyVortex to allow registering a handler that is called when it is detected a python handler is taking too long to finish. API added: More... about 13 years ago
libvortex-1.1: * [fix] Fixed PyVortex start channel start data reference (it was passed in properly). More... about 13 years ago
libvortex-1.1: * [fix] Version updates.. More... about 13 years ago
libvortex-1.1: * [fix] Updated vortex_set_conf API to include a new key to allow controlling if context finalization should wait for threads inside the thread pool to finish. API added: More... about 13 years ago
libvortex-1.1: * [fix] Code cleanups at vortex channel module (removed internal variables last_reply_delivered, last_msg_delivered, last_ans_delivered, last_ans_seqno_delivered). More... about 13 years ago
libvortex-1.1: * [fix] Version updates.. More... about 13 years ago
libvortex-1.1: * [fix] More fixings due to hellgrind advises... More... about 13 years ago
libvortex-1.1: * [fix] Fixed automatic thread pool removal which wasn't checking for running threads causing to remove threads from the pool under heavy load situations. More... about 13 years ago
libvortex-1.1: * [fix] More fixings to the new vortex sequencer implementation. More... about 13 years ago
libvortex-1.1: * [fix] More fixings (memory leaks fixes) due to vortex sequencer rewrite. More... about 13 years ago
libvortex-1.1: * [fix] More fixings due to last vortex sequencer rewrite. More... about 13 years ago
libvortex-1.1: * [fix] Several fixings to make new vortex sequencer design to work with microsoft windows. More... about 13 years ago
libvortex-1.1: * [fix] Removed old code used to drop messages for broken connections (inside vortex sequencer) which is no longer needed. More... about 13 years ago
libvortex-1.1: * [fix] Complete vortex sequencer rewrite to allow handling all outgoing sending jobs in a fair manner (treating them in rounds, giving all channels the possibility to send content without being starved by highly interactive transfers). This rewrite will also open the possiblity to implement channel sending priorities. All reg tests working! More... about 13 years ago
turbulence: * [fix] Releasing and reacquiring lock before calling to broadcast msg inside turbulence conn mgr. This is to avoid dead locks caused by filter function that may call again turbulence conn mgr API (which is already locked). More... about 13 years ago
libvortex-1.1: * [fix] Fixed vortex.Connection documentation about getting channel creation error. More... about 13 years ago
libvortex-1.1: * [fix] Fixed pop_channel_error example inside connection documentation. More... about 13 years ago
turbulence: * [fix] Adding change log.. More... about 13 years ago
turbulence: * [fix] Svn test commit.. More... about 13 years ago
turbulence: * [fix] Fixed compilation warnings at py_turbulence_ctx.c due to Vortex updates.. More... about 13 years ago
libvortex-1.1: * [fix] Debian squeeze updates.. More... about 13 years ago
libvortex-1.1: * [fix] Updated vortex sequencer module to avoid doing a proriority queue for resequence operations (when a SEQ frame was received) to avoid giving priority to large send operations that are served fast and also acked fast by the receiving side (causing starvation for the rest of pending operations). Also updated resequence signal code to check first if there are already other previous notification (to avoid filling the queue with notifications). More... about 13 years ago
libvortex-1.1: * [fix] Updated PyVortexChannel set_frame_received to allow removing handler installed when no parameter is received. Updated documentation and checked regression tests.. More... about 13 years ago
libvortex-1.1: * [fix] Added additional check to channels internal reference inside vortex_connection_channels_count. More... about 13 years ago
libvortex-1.1: * [fix] Making automatic thread pool resize to be also checked on thread pool wait timeout. More... about 13 years ago
libvortex-1.1: * [fix] Removed flag not required to get access to vsnprintf More... about 13 years ago
libvortex-1.1: * [fix] Updates to general Makefile.win... More... about 13 years ago