Age | Commit message (Expand) | Author | Files | Lines |
2016-05-08 | Removed some old MySQL 4 compatibility code | Haru | 1 | -15/+0 |
2016-05-08 | Fixed various issues pointed out by cppcheck | Haru | 1 | -1/+1 |
2016-04-05 | Disabled some #pragma GCC diagnostic on versions that don't support them | Haru | 1 | -3/+3 |
2016-03-20 | Changed buffer argument of SQL->StmtBindParam() to const | Haru | 1 | -5/+14 |
2016-03-20 | Removed unnecessary typedefs from sql.h | Haru | 1 | -53/+61 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -3/+3 |
2016-02-17 | Replaced some now unnecessary includes with forward declarations in header files | Haru | 1 | -0/+1 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -88/+0 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -1/+0 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -9/+8 |
2015-01-24 | Fixed 18 minor issues | Haru | 1 | -6/+4 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -31/+22 |
2015-01-17 | Another ~10 Fixes | shennetsind | 1 | -1/+3 |
2015-01-05 | Fix memory leak after closing mysql connection. | Andrei Karas | 1 | -0/+1 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -8/+8 |
2014-11-16 | Moved sql_s into sql.c | Haru | 1 | -0/+2 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -25/+20 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -5/+5 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -3/+2 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -4/+8 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -8/+4 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -4/+8 |
2013-12-17 | Fixed several compiler warnings | Haru | 1 | -2/+2 |
2013-11-14 | Updated db2sql plugin for the needs of the new itemdb | shennetsind | 1 | -0/+3 |
2013-10-26 | Changed 'tick' variables to 64 bit | Haru | 1 | -1/+1 |
2013-09-25 | Renamed iTimer interface to timer. | shennetsind | 1 | -2/+2 |
2013-07-21 | HCache & SQL Update Checker minor change | shennetsind | 1 | -1/+1 |
2013-07-08 | Cygwin Fix for the Hercules SQL Update Check | shennetsind | 1 | -4/+48 |
2013-06-10 | Added SqlStmt functions to the SQL interface | Susu | 1 | -64/+81 |
2013-06-07 | Hercules Renewal Phase One : pc, party, map, timer | Susu | 1 | -2/+2 |
2013-05-15 | HPM Update | shennetsind | 1 | -64/+70 |
2013-02-16 | Updating the Headers across source files | shennetsind | 1 | -1/+1 |
2013-02-15 | MySQL Update Checker: Updated | shennetsind | 1 | -0/+3 |
2013-02-14 | Introducing MySQL DB Update Checker | shennetsind | 1 | -0/+47 |
2013-02-07 | Fixing mistake in modified source code headers | shennetsind | 1 | -1/+1 |
2013-02-03 | Fixed Bug #7051 | shennetsind | 1 | -1/+1 |
2013-02-03 | Updating the headers of so-far modified files with outdated headers | shennetsind | 1 | -2/+3 |
2013-02-03 | Introducing MySQL Reconnect | shennetsind | 1 | -1/+73 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -600/+616 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -616/+600 |
2012-06-03 | cleaned up windows header usage (added one central file to use windows / wina... | blacksirius | 1 | -1/+1 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 1 | -2/+2 |
2010-11-20 | * Fixed a crash when SqlStmt_ShowDebug is given NULL pointer as statement han... | ai4rei | 1 | -1/+1 |
2010-11-19 | * Various VC6-related fixes and tweaks. [Ai4rei] | ai4rei | 1 | -2/+2 |
2009-01-13 | Fixed Sql_SetEncoding() returning SQL_ERROR when it succeeds and vice versa (... | ultramage | 1 | -1/+1 |
2008-11-22 | * Hunted down the simpler 64bit pointer truncations. | FlavioJS | 1 | -1/+1 |
2008-07-29 | Fixed Sql object not initializing default values properly. | ultramage | 1 | -1/+6 |