summaryrefslogtreecommitdiff
path: root/common/ini/ini.d/real.conf
AgeCommit message (Collapse)AuthorFilesLines
2010-05-17Adding support for explicit 32/64 types (attempt 2).Dmitri Pal1-0/+4
This is a reworked patch to add support for explicit 32 and 64 bit values in the config files.
2009-09-08ELAPI Adding file provider and CSV formatDmitri Pal1-3/+2
This patch creates the infrastructure for logging of the event from the top of the interface to the bottom. It is a start. A lot of functionality is left aside. The attempt of this patch is pass event from caller of the ELAPI interface via targets to sinks then to providers and do serialization creating entity that is ready to be written to a file. It also implements more specific provider related configuration parameters. Also it addresses couple suggestions that were brought up against previous patch. ELAPI Correcting issues This patch addresses the issues found during the review of the previous patches and addresses ticket #166.
2009-04-09INI component: Fixed issues introduced by cleanup.Dmitri Pal1-2/+3
Added a few new functions. Cleaned code that was subject to conditional build. Fixed the floating point conversion. Keep const values as const.
2009-04-06First attempt to produce INI interface.Dmitri Pal1-0/+52