summaryrefslogtreecommitdiff
path: root/src/common/db.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-01Change functions to static where possible (Part 1 - common)Haru1-29/+29
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-10-04Add missing checks into db.cAndrei Karas1-10/+15
2016-09-30Add different fixes for gcc 7 warnings.Andrei Karas1-0/+1
2016-03-20Added separate char* and const char* data types to union DBKeyHaru1-9/+11
2016-03-20Dropped the remaining (private) typedef in db.cHaru1-62/+62
2016-03-20Dropped typedef from DBMapHaru1-97/+101
2016-03-20Dropped typedef from DBIteratorHaru1-27/+29
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-95/+95
2016-03-20Removed typedefs from db-related enumsHaru1-81/+87
2016-01-09Sanitized various macrosHaru1-1/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-3/+21
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-06-19Removed ".." from include directivesHaru1-6/+6
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-7/+5
2014-11-16Whitespace cleanup (no code changes)Haru1-11/+10
2014-11-16Moved DB_s into db.cHaru1-0/+2
2014-07-19Corrected a dangling pointer in various DBMap/DBIterator functionsHaru1-8/+14
2014-07-11Removed unsafe pointer typedefsHaru1-53/+53
2014-07-09Corrected compile errors in case DB_ENABLE_STATS is definedHaru1-4/+4
2014-05-30Fixed typos inside src/Shido1-7/+7
2014-05-13Removed trailing whitespace (sources)Haru1-14/+14
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-3/+7
2014-05-10Revert "Fixed order of includes in all source files"panikon1-7/+3
2014-05-09Fixed order of includes in all source filesHaru1-3/+7
2014-03-22Fixed issue 7338 (added new char configuration char_aegis_delete)panikon1-0/+2
2014-01-12Fixed ERS Cache sharingshennetsind1-2/+3
2014-01-11Hercules 1st 2014 MegaPatchshennetsind1-10/+165
2013-12-17Speed up of several procedures that rely on ERS, _mreallocz ('z'ero)shennetsind1-3/+3
2013-12-09Fixed some logic errorsshennetsind1-1/+1
2013-11-19Sanitized and improved several macros through the codeHaru1-1/+1
2013-09-29Provided argument-list equivalent for several variadic functionsHaru1-6/+12
2013-07-29Ultimate Item DB Updateshennetsind1-1/+1
2013-06-13Memory Slasher [2] !!" - 17MB Down!shennetsind1-0/+1
2013-06-08Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind1-23/+23
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-23/+23
2013-05-17Follow up b3bc657a44a9fbdd1730f569855e25ccd0f8dd01shennetsind1-6/+26
2013-05-17ERS Report Redesignshennetsind1-3/+4
2013-05-17- Made DB and malloc lib HPM-friendlySusu1-989/+1012
2013-05-02Introducing Hercules Plugin Manangershennetsind1-6/+14
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-1634/+1612
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-1612/+1634
2012-10-29-Add some src basic documentation.glighta1-3/+3
2012-09-02Hello! few things.shennetsind1-1/+1
2012-08-22Major cleanup all over the place, made possible by mkbu95's scan-build report...shennetsind1-6/+7
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard19841-88/+208
2012-02-24Fixed `va_list` being reused in DBMap code (`linkdb_foreach()`) (bugreport:53...gepard19841-4/+3
2011-12-11* Merged changes up to eAthena 15032.eathenabot1-8/+0