1
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Aug 21, 2024 — Aug 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
myqtt: * [fix] Several updates to make myqtt-web-socket API to update internal references so myqtt_tls_is_on reports true when the connection was received over a TLS WebSocket transport. More... over 10 years ago
myqtt: * [fix] Committing additional changes to regression test.. More... over 10 years ago
myqtt: * [fix] Updated MyQtt Web Socket API to include a couple of functions to report the noPollConn and noPollCtx object. API added: More... over 10 years ago
myqtt: * [fix] More updates on mod-web-socket. More... over 10 years ago
myqtt: * [fix] Added additional code to support MQTT over WebSocket module for myqttd server. Still more work required to check its function. More... over 10 years ago
myqtt: * [fix] Updated TODO file. More... over 10 years ago
myqtt: * [fix] Added missing configuration file ssl.example.conf.. More... over 10 years ago
myqtt: * [fix] Added initial code to support mod-web-socket module for myqttd server. Added initial code to check web-socket support (test_12). Still more work is required. More... over 10 years ago
myqtt: * [fix] Several updates to complete myqttd server support for mod-ssl. Finished first working test (test_11). Nice!! More... over 10 years ago
myqtt: * [fix] Added initial code to support mod-ssl module which provides mqtt over tls (proto mqtt-tls). Still more work is required. More... over 10 years ago
myqtt: * [new] Several updates to delegate listener creation to an external handler so MyQttd can register different handlers according to the protocol. Not only that, this will allow starting different custom listeners that aren't supported by base code. API added: More... over 10 years ago
myqtt: * [fix] Adding missing script needed to generate certificates used by reg test 19-a More... over 10 years ago
myqtt: * [fix] Finished first fully working SNI enabled revision that allows selecting different certificates according to the serverName announced by the peer by calling external handlers that allows user land to provide them according to their settings. Updated API to allow client side controlling announced SNI during TLS negotiation: More... over 10 years ago
myqtt: * [fix] Expanded certificate file locator handlers, at myqtt tls API, to receive context and an additional user pointer. Updated regression test to check function. Adding first fully working revision with server side SNI support. Still more work is required (test-19a). More... over 10 years ago
myqtt: * [fix] Added several updates to complete serverName set/get API. More... over 10 years ago
myqtt: * [fix] Reorganized SSL Context preparation code to be reusable from where it is and from additional places like SNI context activation. More... over 10 years ago
myqtt: * [fix] More doc updates.. More... over 10 years ago
myqtt: * [fix] Updated internal references.. More... over 10 years ago
myqtt: * [fix] Removed used symbols from myqtt tls API. More... over 10 years ago
myqtt: * [fix] Adding some additional notes about SNI.. More... over 10 years ago
myqtt: * [fix] Added initial support for SNI TLS indication so the library can handle this indication and select the right certificate to work with. Added initial code for test_19a and test_11 (libmyqtt and myqttd). Still more work is required. More... over 10 years ago
myqttd: * [fix] Updates.. More... over 10 years ago
myqtt: * [fix] Added support to allow dropping a connection when a new connection is received announcing same client identifier as requested by standard (MQTT-3.1.4-2). Now myqttd support both behaviours (rejecting new connection or dropping previous one). Added myqttd server configuration option: More... over 10 years ago
myqtt: * [fix] Updated internal wait implementation to avoid having myqtt_conn_pub to wait for ever when the connection is closed in the middle of the operation. Added reg test (test_21) to check bug and the fix introduced. More... over 10 years ago
myqtt: * [fix] More updates to reg test 07 to conform latest changes. Now all tests so far have passed. More... over 10 years ago
myqtt: * [fix] Reorganized myqtt_msg_unref and myqtt_async_queue_unref implementation to avoid races just after coming out from mutex. More... over 10 years ago
myqtt: * [fix] Finished support to checking and enforcing message quotas at server side (myqttd). Finished initial full working test_09 check. More... over 10 years ago
myqtt: * [fix] Several updates to allow libmyqtt to skip storage initialization if configured so. More... over 10 years ago
myqtt: * [new] Updated libmyqtt storage API to include two new notificion handlers to get information about when a message is stored (to deny it) or when it is released. More... over 10 years ago
myqtt: * [fix] Updated libmyqtt API to include a couple of functions to get current storage quota for a given client id. API added: More... over 10 years ago