1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 16 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
libvortex-1.1: * [fix] More fixings into web-socket extension library. More... almost 12 years ago
libvortex-1.1: * [fix] Updated vortex websocket module to use nopoll_conn_flush_writes after each send operation. More... almost 12 years ago
libvortex-1.1: * [fix] Updated client regtest to report at the help test_20 is available. More... almost 12 years ago
jsVortex: * [fix] Several fixings into reg test and WebSocket send handler to make it to work with Firefox...poor performance got with this browser compared with GG. They must catch up! More... almost 12 years ago
jsVortex: * [fix] Fixed some wrong variable references when WebSocket connection fails. More... almost 12 years ago
libvortex-1.1: * [fix] More updates to internal function vortex_connection_set_host_and_port. More... almost 12 years ago
turbulence: * [fix] Updated connction state restore at child to also restore host_ip value returned by vortex_connection_get_host_ip. More... almost 12 years ago
turbulence: * [fix] Making turbulence proxy on parent engine to restore original connecting host and port on the proxied connection running at the child. Added regression test (test_28) to reproduce the bug and check the fix introduced. More... almost 12 years ago
libvortex-1.1: * [fix] Added new function to setup manually host and port value returned by vortex_connection_get_host and vortex_connection_get_port for a given connection. API added: More... almost 12 years ago
libvortex-1.1: * [fix] Renamed VORTEX_WEBSOCKET_ENABLE_DEBUG into VORTEX_WEBSOCKET_CONF_ITEM_ENABLE_DEBUG. More... almost 12 years ago
libvortex-1.1: * [fix] Added additional logging into web-socket extension library. More... almost 12 years ago
turbulence: * [fix] Several updates on mod-websocket to allow getting notifications from the noPoll level that are handled through the standard turbulence message handler. By default only critical messages are showed. Updated certificate handling code to detect files that aren't found because they are relative to implement a search operation over certain standard locations to ensure certificates have full path. More... almost 12 years ago
turbulence: * [fix] Applied several printf-format fixings. More... almost 12 years ago
libvortex-1.1: * [fix] Several updates to fix various debug log calls with wrong or poorly configured arguments. More... almost 12 years ago
turbulence: * [fix] Updated test_01.c to create a socket by other means to avoid using socket creation API at Vortex which is creating some interactions with the reg test. More... almost 12 years ago
turbulence: * [fix] Fixed minor issue at reg tests. More... almost 12 years ago
libvortex-1.1: * [fix] Making vortex reader engine to shutdown connections before calling vortex_connection_unref on finishing operations. More... almost 12 years ago
turbulence: * [fix] Updated turbulence engine to avoid failing when it is not possible to setup set hard and soft socket limit. More... almost 12 years ago
turbulence: * [fix] Added additional regression test to check connections that must be sent to child process but at <on connect> time: test_27. Still more work required. More... almost 12 years ago
turbulence: * [fix] Making child process wait at the parent process to be skipped when detected parent process is finishing.. More... almost 12 years ago
turbulence: * [fix] Updated child local socket path code run by parent process to avoid calling to connect when the path doesn't exists...implemented internal micro-waits to let the child to process until the parent is able to connect. More... almost 12 years ago
turbulence: * [fix] Updated mod-websocket to allow importing certificates as defined inside mod-tls.conf so they can be easily unified into a single place. More... almost 12 years ago
turbulence: * [fix] Fixed child control socket path checking at parent. Moved module unloading code at the verify end.. More... almost 12 years ago
turbulence: * [fix] Updated test_17.conf to increase the limit to ensure the test works. More... almost 12 years ago
libvortex-1.1: * [fix] Updated vortex web-socket module to install thread safety handlers used by noPoll to protect critical sections. More... almost 12 years ago
turbulence: * [fix] Added additional code to wait a bit for child to start before failing.. More... almost 12 years ago
turbulence: * [fix] Updated child creation process to avoid releasing an internal BEEP connection twice when the child fails at very early stages. Added regression test (test_10e) to reproduce the conditions to force the wrong reference access to check patch introduced. More... almost 12 years ago
turbulence: * [fix] Adding more files to get mod-websocket compiled inside turbulence. More... almost 12 years ago
libvortex-1.1: * [fix] Updated files to get web-socket compiled. More... almost 12 years ago
turbulence: * [fix] Updated turbulence child creation process to check if turbulence itself is finishing before proceed after acquiring the child lock. More... almost 12 years ago