Commit Graph

51 Commits (31d7ae9ecbfcce4062dde20dfd67ff60dd0db29c)

Author SHA1 Message Date
Rene Cannao aef01ef0be feat(mysqlx): compress outbound server frames (Phase 3)
1 month ago
Rene Cannao b1fd6b31fc feat(mysqlx): decompress incoming Compression messages (Phase 2)
1 month ago
Rene Cannao f19be5f3a0 feat(mysqlx): negotiate X Protocol compression capability (Phase 1)
1 month ago
Rene Cannao 79cac4c976 chore(mysqlx): retire MysqlxFrontendSession, MysqlxBackendSession, X_FAST_FORWARD
1 month ago
Rene Cannao c723ede0cf Merge remote-tracking branch 'origin/plugin-chassis' into ProtocolX-rebased
1 month ago
Rene Cannao e462bb0cb4 fix: address PR review feedback
1 month ago
Rene Cannao 6fe50376d5 Merge remote-tracking branch 'origin/feature/mysqlx-route-identity' into HEAD
1 month ago
Rene Cannao a2e99eed50 perf(mysqlx): only invoke handler() for sessions with real work
1 month ago
Rene Cannao 6a921514cc fix(mysqlx): protocol, data-stream and stats robustness fixes
1 month ago
Rene Cannao d0f6d8e4a8 Merge remote-tracking branch 'origin/fix/mysqlx-listener-lifecycle' into HEAD
1 month ago
Rene Cannao fb1a0cd706 Merge remote-tracking branch 'origin/fix/mysqlx-backend-tls-post-auth' into HEAD
1 month ago
Rene Cannao 3d107c3bed chore: commit pre-existing plugin manager improvements
1 month ago
Rene Cannao 2ffa38bc6c fix(mysqlx): use resolved backend_username when setting up the backend connection
1 month ago
Rene Cannao c78d7b859c fix(mysqlx): reconcile bind-address changes, document single-admin-thread assumption
1 month ago
Rene Cannao dd131b0aa2 fix(mysqlx): reconcile listeners at startup and on LOAD ROUTES TO RUNTIME
1 month ago
Rene Cannao 3e8c3da9de fix(mysqlx): preserve backend TLS state past auth handshake
1 month ago
Rene Cannao 98aee7db21 chore(mysqlx): retire dormant MysqlxWorker path and its smoke test
1 month ago
Rene Cannao e099081796 fix(mysqlx): record stats on unreachable guard, update stale comment
1 month ago
Rene Cannao 14c5d68260 feat(mysqlx): add resolve_backend_target() method on session
1 month ago
Rene Cannao f0a8655be3 refactor(mysqlx): replace MysqlxCredentials with MysqlxResolvedIdentity
1 month ago
Rene Cannao ca6ddb860c feat(mysqlx): add route_exists() predicate to MysqlxConfigStore
1 month ago
Rene Cannao 4b353ba0b1 test(mysqlx): add MysqlxConfigStore::install_for_test helper
1 month ago
Rene Cannao 923cbfeadc fix(mysqlx): resolve critical authentication, TLS, and data integrity bugs
1 month ago
Rene Cannao 04f09d6535 fix(mysqlx): address SonarCloud quality gate failures
1 month ago
Rene Cannao 04c0303ee9 fix(mysqlx): address critical code review feedback from PR #5593
1 month ago
Rene Cannao 30dc111b1d feat(mysqlx): add TLS passthrough mode for raw TLS forwarding
2 months ago
Rene Cannao afffad0356 feat(mysqlx): implement backend TLS via CapabilitiesSet negotiation
2 months ago
Rene Cannao da75e13841 feat(mysqlx): per-message response state machines for terminal frame detection
2 months ago
Rene Cannao d50e48a971 feat(mysqlx): add descriptive TLS error messages with failure detection
2 months ago
Rene Cannao dc35119813 feat(mysqlx): implement Session Reset passthrough with response tracking
2 months ago
Rene Cannao 437072cf28 feat(mysqlx): add backend connect timeout with configurable threshold
2 months ago
Rene Cannao e86cfe237f feat(mysqlx): implement client-side TLS negotiation via CapabilitiesSet
2 months ago
Rene Cannao 0b555d3899 feat(mysqlx): add TLS infrastructure to MysqlxDataStream
2 months ago
Rene Cannao 79783a63d7 fix(mysqlx): apply 12 critical/high fixes from four-way review + robustness test suite
2 months ago
Rene Cannao 70e908b9b6 feat(mysqlx): wire event-driven v2 into plugin lifecycle
2 months ago
Rene Cannao eb958585a6 feat(mysqlx): add protocol-aware dispatch, TLS stubs, connection pool, and async connect
2 months ago
Rene Cannao ff0070f782 feat(mysqlx): add Mysqlx_Thread event loop with poll()
2 months ago
Rene Cannao 7f8719c8d1 feat(mysqlx): add X Protocol session state machine
2 months ago
Rene Cannao c67705ba8b feat(mysqlx): add pooled backend connection object
2 months ago
Rene Cannao 6034a3fba6 fix(mysqlx): replace raw pointer MysqlxFrame with std::vector<uint8_t>
2 months ago
Rene Cannao 401a527186 feat(mysqlx): add non-blocking X Protocol frame I/O data stream
2 months ago
Rene Cannao cd94ac2b12 fix: populate destination_hostgroup in route stats and add conn_used counter
2 months ago
Rene Cannao 1900db9e57 fix: correct MYSQL41 auth wire format for real MySQL 8.x
2 months ago
Rene Cannao 9a3b399eb0 fix: address critical code review findings
2 months ago
Rene Cannao c2e90d3696 feat: add mysqlx stats tables and topology invalidation seam
2 months ago
Rene Cannao e087fdda4c feat: add backend X sessions and hostgroup-based routing
2 months ago
Rene Cannao 05ca510f2d feat: implement frontend X Protocol handshake and auth
2 months ago
Rene Cannao 5b5bbfbcaf feat: add mysqlx listener sockets and worker threads
2 months ago
Rene Cannao 0b11bce37e feat: add mysqlx runtime config store and load commands
2 months ago
Rene Cannao 8e7a99d36a fix: align mysqlx plugin schema and smoke test
2 months ago