You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/lib
Rene Cannao 4eb52abf2c
fix(pgsql,test): PG multi-value SET dispatch + test-fixture cleanup
1 month ago
..
Admin_Bootstrap.cpp feat: remove PROXYSQLGENAI flag, genai now builds under PROXYSQL40 (issue #5722) 2 months ago
Admin_FlushVariables.cpp genai: fix lifecycle reloads and drop dead MCP stats registration 2 months ago
Admin_Handler.cpp chore(genai-carveout): strip dead PROXYSQLGENAI blocks + plugin hardening 2 months ago
BackendSyncDecision.cpp Address review: fix NULL asymmetry in backend sync decisions (PR #5511) 3 months ago
BaseHGC.cpp
BaseSrvList.cpp
Base_HostGroups_Manager.cpp aurora: Fix monitor race condition and implement autopurge 2 months ago
Base_Session.cpp fix: move variable declaration inside loop scope in reset_all_backends 2 months ago
Base_Thread.cpp fix(lib): eliminate compiler warnings in core library files 3 months ago
Chart_bundle_js.cpp
ClickHouse_Authentication.cpp fix: correct lock unlock order in Authentication classes 2 months ago
ClickHouse_Server.cpp
GTID_Server_Data.cpp Fix GTID range validation 2 months ago
HostgroupRouting.cpp Extract hostgroup routing decision logic (Phase 3.5, #5493) 3 months ago
Makefile Merge branch 'v3.0' into feature/parsersql-integration 2 months ago
MonitorHealthDecision.cpp Fix compilation error: add missing #include <cstdint> in MonitorHealthDecision.cpp 3 months ago
MyHGC.cpp Merge branch 'v3.0' into fix/4530-mysql-server-selection-prng 2 months ago
MySQLErrorClassifier.cpp Extract MySQL error classification logic (Phase 3.7, #5495) 3 months ago
MySQLFFTO.cpp feat(ffto): record MySQL FF errors in stats_mysql_errors 3 months ago
MySQLProtocolUtils.cpp feat(ffto): add mysql_parse_err_packet() helper with unit tests 3 months ago
MySQL_Authentication.cpp fix: correct lock unlock order in Authentication classes 2 months ago
MySQL_HostGroups_Manager.cpp aurora: Fix monitor race condition and implement autopurge 2 months ago
MySQL_Logger.cpp
MySQL_Monitor.cpp aurora: Update `AWS_Aurora_Hosts_resultset` when servers are purged 2 months ago
MySQL_PreparedStatement.cpp Preserve prepared statement `min_gtid` in `first_comment_parsing` mode 3 months ago
MySQL_Protocol.cpp fix(mysql): advertise CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA in server greeting 2 months ago
MySQL_Query_Cache.cpp
MySQL_Query_Processor.cpp fix: add NOSONAR annotations for pre-existing S5813 strlen hotspots 2 months ago
MySQL_ResultSet.cpp
MySQL_Session.cpp fix(core): handle MySQL errors 1210 and 1231 when setting variables on backend 2 months ago
MySQL_Set_Stmt_Parser.cpp feat: implement release tiers and feature guards for v3.0, v3.1, and v4.0 4 months ago
MySQL_Thread.cpp fix: resolve all 12 SonarCloud issues (S3776, S134, S1231, M23_090) 2 months ago
MySQL_Variables.cpp fix: MySQL 9.x charset handling and log_last_insert_id test race 2 months ago
MySQL_encode.cpp
MySrvC.cpp MySrvC: rename server_backoff_time to session_track_backoff_until, gate hot-path read 2 months ago
MySrvConnList.cpp fix(mysql): replace broken PRNG in server and connection selection 2 months ago
PgSQLCommandComplete.cpp Extract PgSQL CommandComplete tag parser for unit testing (#5499) 3 months ago
PgSQLErrorClassifier.cpp Address review on PgSQL error classifier (PR #5514) 3 months ago
PgSQLErrorFields.cpp feat(ffto): add pgsql_parse_error_response() helper with unit tests 3 months ago
PgSQLFFTO.cpp feat(ffto): record PostgreSQL FF errors in stats_pgsql_errors 3 months ago
PgSQLMonitorDecision.cpp Extract PgSQL monitor health decisions (Phase 3.9, #5497) 3 months ago
PgSQL_Authentication.cpp fix: correct lock unlock order in Authentication classes 2 months ago
PgSQL_Backend.cpp
PgSQL_Connection.cpp fix(pgsql): mark transaction state unknown when backend connection is broken 2 months ago
PgSQL_Data_Stream.cpp Change memcpy to memmove which correctly handles overlapping memory regions. 4 months ago
PgSQL_Error_Helper.cpp
PgSQL_ExplicitTxnStateMgr.cpp Unify ABORT and ROLLBACK command parsing 4 months ago
PgSQL_Extended_Query_Message.cpp Fixed typo 4 months ago
PgSQL_HostGroups_Manager.cpp fix(lib): eliminate compiler warnings in core library files 3 months ago
PgSQL_Logger.cpp
PgSQL_Monitor.cpp fix(pgsql-monitor): add proxy_debug logging and clean up test variable 3 months ago
PgSQL_PreparedStatement.cpp
PgSQL_Protocol.cpp fix(lib): replace deprecated MD5_* API with EVP in PgSQL_Protocol 3 months ago
PgSQL_Query_Cache.cpp
PgSQL_Query_Processor.cpp fix: add NOSONAR annotations for pre-existing S5813 strlen hotspots 2 months ago
PgSQL_Session.cpp fix(pgsql,test): PG multi-value SET dispatch + test-fixture cleanup 1 month ago
PgSQL_Set_Stmt_Parser.cpp
PgSQL_Thread.cpp fix: resolve all 12 SonarCloud issues (S3776, S134, S1231, M23_090) 2 months ago
PgSQL_Variables.cpp
PgSQL_Variables_Validator.cpp
ProxySQL_Admin.cpp Merge branch 'v3.0' into cluster-simulator 2 months ago
ProxySQL_Admin_Disk_Upgrade.cpp chore(lint): Make `SQLite3DB` table helpers const-correct 2 months ago
ProxySQL_Admin_Scheduler.cpp
ProxySQL_Admin_Stats.cpp refactor: remove MCP stats DDL macros and design comments from core (issue #5729) 2 months ago
ProxySQL_Admin_Tests.cpp
ProxySQL_Admin_Tests2.cpp
ProxySQL_Cluster.cpp aurora: Fix monitor race condition and implement autopurge 2 months ago
ProxySQL_Config.cpp aurora: Fix monitor race condition and implement autopurge 2 months ago
ProxySQL_GloVars.cpp feat: add --no-plugins kill switch; fix 4 pre-existing test failures 2 months ago
ProxySQL_HTTP_Server.cpp fix(tsdb): serve dashboard from REST API port for same-origin fetch (#5684) 2 months ago
ProxySQL_PluginManager.cpp fix: address all critical and important code review findings (issue #5729) 2 months ago
ProxySQL_Poll.cpp
ProxySQL_RESTAPI_Server.cpp fix(tsdb): serve dashboard from REST API port for same-origin fetch (#5684) 2 months ago
ProxySQL_Restapi.cpp
ProxySQL_Statistics.cpp chore(lint): Make `SQLite3DB` table helpers const-correct 2 months ago
QP_query_digest_stats.cpp
QP_rule_text.cpp
Query_Cache.cpp
Query_Processor.cpp fix(core): reset qr=NULL on non-match so apply=1 trap doesn't bypass fast-routing 2 months ago
Query_Processor_ParserSQL.cpp fix(deps): bump ParserSQL to v1.0.3 — PG SET TIME ZONE alias + multi-value list 1 month ago
SHA-crypt.txt
ServerSelection.cpp Address review feedback on server selection (PR #5508) 3 months ago
SpookyV2.cpp
TSDB_Dashboard_html.cpp
TransactionState.cpp Extract transaction state tracking logic (Phase 3.8, #5496) 3 months ago
c_tokenizer.cpp
c_tokenizer_legacy.cpp
configfile.cpp
debug.cpp lint: optimize enum types and fix reserved identifiers in Query_Cache, admin, thread, debug 3 months ago
font-awesome.min.css.cpp
gen_utils.cpp
log_utils.cpp Fix FreeBSD build compatibility 3 months ago
main-bundle.min.css.cpp
mysql_backend.cpp fix: add null checks before deleting server_myds in backend reset and ping handlers 2 months ago
mysql_connection.cpp Merge branch 'v3.0' into session-track-system-variable 2 months ago
mysql_data_stream.cpp feat: use mysql-zstd_compression_level for zstd compression 2 months ago
network.cpp
pgsql_tokenizer.cpp fix(pgsql): typecast handler swallows the rest of the query (#5755) 2 months ago
proxy_protocol_info.cpp Fix PROXY protocol v1 address overflow 3 months ago
proxy_sqlite3_symbols.cpp feat: remove PROXYSQLGENAI flag, genai now builds under PROXYSQL40 (issue #5722) 2 months ago
proxysql_coredump.cpp
proxysql_find_charset.cpp
proxysql_gtid.cpp Fix cmp() to be const-qualified and remove redundant OpenSSL linking on Darwin 2 months ago
proxysql_sslkeylog.cpp Add SSL/TLS traffic decryption for PostgreSQL backend connections (#5281) 3 months ago
proxysql_utils.cpp Fix FreeBSD build compatibility 3 months ago
sha256crypt.cpp
sha256crypt.orig.c
sqlite3db.cpp chore(lint): Make `SQLite3DB` table helpers const-correct 2 months ago
thread.cpp