1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 25, 2023 — May 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
libvortex-1.1: * [fix] Updated PyVortex API documentation to explain to how to use new timeout parameter More... over 7 years ago
libvortex-1.1: * [fix] Updated vortex.Connection () to support configuring a connection timeout that defaults to 60 seconds. More... over 7 years ago
libvortex-1.1: * [fix] Web files updated.. More... over 7 years ago
libvortex-1.1: * [fix] Updated vortex_hash_remove to use use axl_hash_remove_deferred to avoid releasing memory with mutex locked. More... over 7 years ago
libvortex-1.1: * [fix] Updated web files.. More... over 7 years ago
libvortex-1.1: * [fix] Added small comment to PyVortex (py_vortex_ctx module)... More... over 7 years ago
libvortex-1.1: * [fix] Updated tls/Makefile.am to remove kludge added for FreeBSD. It is causing Centos problems. We will have to find another way.. More... over 7 years ago
libvortex-1.1: * [fix] Added very dirty hack to allow compiling tls/vortex-digest-tool on FreeBSD 9.3/i386...:-? More... over 7 years ago
libvortex-1.1: * [fix] Minor vortex_tls.h header.. More... over 7 years ago
libvortex-1.1: * [fix] Updating VERSION file.. More... over 7 years ago
libvortex-1.1: * [fix] Small cleanups to compile Vortex Library 1.1.18 in WindowsXp32 More... over 7 years ago
libvortex-1.1: * [fix] Updated CLOSE_HANDLE (py_vortex_ctx_record_close_handler) to release GIL while searching for watcher handler and removing it after finishing recording.... More... over 7 years ago
libvortex-1.1: * [fix] Fixed critical section to acquire GIL just after removing bridged event.. More... over 7 years ago
libvortex-1.1: * [fix] Updated VortexLogHandlerFull implementation to pass as first parameter a reference to the VortexCtx context.. More... over 7 years ago
libvortex-1.1: * [fix] Removing all set_log_handler code from PyVortex. It is not enough stable (and can't be) due to interations between vortex's mutexes and python gil. More... over 7 years ago
libvortex-1.1: * [fix] Making vortex_ctx_ref_count to report reference counting without locking internal ref_mutex More... over 7 years ago
libvortex-1.1: * [fix] Making vortex_connection_ref_count to avoid acquiring mutex (ref_mutex) to report current data. More... over 7 years ago
libvortex-1.1: * [fix] Updatd py vortex ctx module to replace all calls to vortex_ctx_set_data/set_data_full with GIL unlocked versions to avoid deadlocks between vortex mutex and python gil More... over 7 years ago
libvortex-1.1: * [fix] Updated regression client to allow skipping checking http connect so regression tests can finish without having to have a squid running More... over 7 years ago
libvortex-1.1: * [fix] Updated py vortex ctx and py vortex connection module to use an unlocked version for vortex_connection_is_ok () that wraps that call with a pair of allow/end python threads: More... over 7 years ago
libvortex-1.1: * [fix] Several updates to make vortex.Ctx () internal call to vortex_ctx_free to allow/end threads around that call More... over 7 years ago
libvortex-1.1: * [fix] Added more declatations for allow/end threads inside py_vortex_ctx_bridge_event when removing event after finishing event installed through vortex.Ctx ().new_event More... over 7 years ago
libvortex-1.1: * [fix] Fixed/Updated vortex-regression-client.py More... over 7 years ago
libvortex-1.1: * [fix] Updated py_vortex_connection_dealloc to allow python threads (Py_BEGIN_ALLOW_THREADS) before calling vortex API (vortex_connection_is_ok, vortex_connection_shutdown, vortex_connection_ref_count, etc.., inside py_vortex_connection_dealloc More... over 7 years ago
libvortex-1.1: * [fix] Updated py-vortex-ctx to allow python threading code before calling vortex_exit_ctx (Py_BEGIN_ALLOW_THREADS)... More... over 7 years ago
libvortex-1.1: * [fix] Added additional pairs of Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS to py vortex channel module to make send operations allow others python threads (fixes dead lock reported) More... over 7 years ago
libvortex-1.1: * [fix] Updated VERSION file.. More... over 7 years ago
libvortex-1.1: * [fix] Updated PyVortex doc module to include information about how to use vortex.Ctx ().set_log_handler More... over 7 years ago
libvortex-1.1: * [fix] Updated vortex-regression-client.py to tests vortex.Ctx ().set_log_handler More... over 7 years ago
libvortex-1.1: * [fix] Updated PyVortexCtx module to support a new api function that allows to register a new python function that is called evertime a log is recorded by the vortex engine so the python application level can do something with it, formatting it, reporting, etc... API added: More... over 7 years ago