summaryrefslogtreecommitdiff
path: root/src/common/sql.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-01Change functions to static where possible (Part 1 - common)Haru1-44/+44
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2017-11-18Assert on the right buffer size on the StmtBind functionsHaru1-36/+59
2017-11-18Pass the correct types and sizes to the StmtBind functionsHaru1-0/+8
2017-06-29Fix compatibility with MariaDB 10.2Haru1-1/+4
2016-10-04Add missing checks into sql.cAndrei Karas1-5/+15
2016-10-02Changed _Pragma("GCC diagnostic ignored \"-Wcast-qual\"") to target GCC 4.6 i...Haru1-3/+3
2016-09-30Add different fixes for gcc 7 warnings.Andrei Karas1-0/+9
2016-08-19Ported inter-server.conf to libconfigHaru1-41/+55
2016-05-08Removed some old MySQL 4 compatibility codeHaru1-15/+0
2016-05-08Fixed various issues pointed out by cppcheckHaru1-1/+1
2016-04-05Disabled some #pragma GCC diagnostic on versions that don't support themHaru1-3/+3
2016-03-20Changed buffer argument of SQL->StmtBindParam() to constHaru1-5/+14
2016-03-20Removed unnecessary typedefs from sql.hHaru1-53/+61
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-3/+3
2016-02-17Replaced some now unnecessary includes with forward declarations in header filesHaru1-0/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-88/+0
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-06-19Cleaned up some #includesHaru1-1/+0
2015-06-19Removed ".." from include directivesHaru1-9/+8
2015-01-24Fixed 18 minor issuesHaru1-6/+4
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-31/+22
2015-01-17Another ~10 Fixesshennetsind1-1/+3
2015-01-05Fix memory leak after closing mysql connection.Andrei Karas1-0/+1
2014-11-16Whitespace cleanup (no code changes)Haru1-8/+8
2014-11-16Moved sql_s into sql.cHaru1-0/+2
2014-08-07Corrected several format-string errors through the codeHaru1-25/+20
2014-05-30Fixed typos inside src/Shido1-5/+5
2014-05-13Removed trailing whitespace (sources)Haru1-3/+2
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-4/+8
2014-05-10Revert "Fixed order of includes in all source files"panikon1-8/+4
2014-05-09Fixed order of includes in all source filesHaru1-4/+8
2013-12-17Fixed several compiler warningsHaru1-2/+2
2013-11-14Updated db2sql plugin for the needs of the new itemdbshennetsind1-0/+3
2013-10-26Changed 'tick' variables to 64 bitHaru1-1/+1
2013-09-25Renamed iTimer interface to timer.shennetsind1-2/+2
2013-07-21HCache & SQL Update Checker minor changeshennetsind1-1/+1
2013-07-08Cygwin Fix for the Hercules SQL Update Checkshennetsind1-4/+48
2013-06-10Added SqlStmt functions to the SQL interfaceSusu1-64/+81
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-2/+2
2013-05-15HPM Updateshennetsind1-64/+70
2013-02-16Updating the Headers across source filesshennetsind1-1/+1
2013-02-15MySQL Update Checker: Updatedshennetsind1-0/+3
2013-02-14Introducing MySQL DB Update Checkershennetsind1-0/+47
2013-02-07Fixing mistake in modified source code headersshennetsind1-1/+1
2013-02-03Fixed Bug #7051shennetsind1-1/+1
2013-02-03Updating the headers of so-far modified files with outdated headersshennetsind1-2/+3
2013-02-03Introducing MySQL Reconnectshennetsind1-1/+73