index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
db.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-13
Update copyright headers for year 2020
Haru
1
-2
/
+2
2018-07-01
Change functions to static where possible (Part 1 - common)
Haru
1
-29
/
+29
2018-05-31
2012-2018 !
Maytichai Saowa
1
-1
/
+1
2016-10-28
Fixed copyright year for 2016
Lemongrass3110
1
-1
/
+1
2016-10-04
Add missing checks into db.c
Andrei Karas
1
-10
/
+15
2016-09-30
Add different fixes for gcc 7 warnings.
Andrei Karas
1
-0
/
+1
2016-03-20
Added separate char* and const char* data types to union DBKey
Haru
1
-9
/
+11
2016-03-20
Dropped the remaining (private) typedef in db.c
Haru
1
-62
/
+62
2016-03-20
Dropped typedef from DBMap
Haru
1
-97
/
+101
2016-03-20
Dropped typedef from DBIterator
Haru
1
-27
/
+29
2016-03-20
Dropped typedefs from union DBKey and struct DBData
Haru
1
-95
/
+95
2016-03-20
Removed typedefs from db-related enums
Haru
1
-81
/
+87
2016-01-09
Sanitized various macros
Haru
1
-1
/
+1
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-3
/
+21
2015-10-19
rename malloc.c/h to memmgr.
Andrei Karas
1
-1
/
+1
2015-08-15
HPM compatibility improvements
Haru
1
-0
/
+1
2015-06-19
Removed ".." from include directives
Haru
1
-6
/
+6
2015-01-20
Minor fixes and tweaks suggested by cppcheck
Haru
1
-7
/
+5
2014-11-16
Whitespace cleanup (no code changes)
Haru
1
-11
/
+10
2014-11-16
Moved DB_s into db.c
Haru
1
-0
/
+2
2014-07-19
Corrected a dangling pointer in various DBMap/DBIterator functions
Haru
1
-8
/
+14
2014-07-11
Removed unsafe pointer typedefs
Haru
1
-53
/
+53
2014-07-09
Corrected compile errors in case DB_ENABLE_STATS is defined
Haru
1
-4
/
+4
2014-05-30
Fixed typos inside src/
Shido
1
-7
/
+7
2014-05-13
Removed trailing whitespace (sources)
Haru
1
-14
/
+14
2014-05-10
Re-commit of "Fixed order of includes in all source files"
Haru
1
-3
/
+7
2014-05-10
Revert "Fixed order of includes in all source files"
panikon
1
-7
/
+3
2014-05-09
Fixed order of includes in all source files
Haru
1
-3
/
+7
2014-03-22
Fixed issue 7338 (added new char configuration char_aegis_delete)
panikon
1
-0
/
+2
2014-01-12
Fixed ERS Cache sharing
shennetsind
1
-2
/
+3
2014-01-11
Hercules 1st 2014 MegaPatch
shennetsind
1
-10
/
+165
2013-12-17
Speed up of several procedures that rely on ERS, _mreallocz ('z'ero)
shennetsind
1
-3
/
+3
2013-12-09
Fixed some logic errors
shennetsind
1
-1
/
+1
2013-11-19
Sanitized and improved several macros through the code
Haru
1
-1
/
+1
2013-09-29
Provided argument-list equivalent for several variadic functions
Haru
1
-6
/
+12
2013-07-29
Ultimate Item DB Update
shennetsind
1
-1
/
+1
2013-06-13
Memory Slasher [2] !!" - 17MB Down!
shennetsind
1
-0
/
+1
2013-06-08
Follow up d73783f22b2bb881aab74524d153d89a5932a199
shennetsind
1
-23
/
+23
2013-06-07
Hercules Renewal Phase One : pc, party, map, timer
Susu
1
-23
/
+23
2013-05-17
Follow up b3bc657a44a9fbdd1730f569855e25ccd0f8dd01
shennetsind
1
-6
/
+26
2013-05-17
ERS Report Redesign
shennetsind
1
-3
/
+4
2013-05-17
- Made DB and malloc lib HPM-friendly
Susu
1
-989
/
+1012
2013-05-02
Introducing Hercules Plugin Mananger
shennetsind
1
-6
/
+14
2012-12-05
- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).
brianluau
1
-1634
/
+1612
2012-11-25
Applied AStyle code formating as discussed on tid:74602.
greenboxal2
1
-1612
/
+1634
2012-10-29
-Add some src basic documentation.
glighta
1
-3
/
+3
2012-09-02
Hello! few things.
shennetsind
1
-1
/
+1
2012-08-22
Major cleanup all over the place, made possible by mkbu95's scan-build report...
shennetsind
1
-6
/
+7
2012-03-13
Enhanced `DBMap` implementation to allow storing integer type data in additio...
gepard1984
1
-88
/
+208
2012-02-24
Fixed `va_list` being reused in DBMap code (`linkdb_foreach()`) (bugreport:53...
gepard1984
1
-4
/
+3
[next]