summaryrefslogtreecommitdiff
path: root/src/common/conf.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-0/+30
2018-07-01Change functions to static where possible (Part 1 - common)Haru1-22/+22
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-11-19Add fixed-size versions of the _int64 libconfig getters/settersHaru1-6/+80
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-08-20Added a better error message when a libconfig file is not foundHaru1-0/+5
2016-02-17Removed unnecessary typedefs from libconfigHaru1-26/+29
2016-02-17Renamed config->read_file to config->load_fileHaru1-7/+9
2016-02-17Added new set of functions to libconfig in order to handle other data typesHaru1-0/+249
2016-02-17Updated libconfig to version 1.5Haru1-3/+3
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-08-15HPM compatibility improvementsHaru1-1/+1
2015-06-19Removed ".." from include directivesHaru1-2/+2
2014-11-16Whitespace cleanup (no code changes)Haru1-6/+5
2014-11-11Corrected some uninitialized interface functionsHaru1-0/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-0/+3
2014-05-10Revert "Fixed order of includes in all source files"panikon1-3/+0
2014-05-09Fixed order of includes in all source filesHaru1-0/+3
2014-01-18Libconfig Interfacedshennetsind1-42/+116
2013-11-29Follow up 3a269dca93c421141631b4c87b2f366b6c130a42shennetsind1-0/+3
2013-11-28Fixed conf inheritance issueshennetsind1-5/+9
2013-07-29Permission cache overhaulPiotr HaƂaczkiewicz1-1/+1
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-73/+74
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-74/+73
2012-08-22Major cleanup all over the place, made possible by mkbu95's scan-build report...shennetsind1-3/+3
2012-03-20- Fixed CMake compilation (libconfig integrated into common_base).flaviojs1-1/+1
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-0/+109