summaryrefslogtreecommitdiffstats
path: root/common/collection/collection_tools.c
Commit message (Collapse)AuthorAgeFilesLines
* COLLECTION Adding flat traversal & copyDmitri Pal2009-07-151-14/+22
| | | | | | | | | | | | The collection is hearachical. The flattening of the collection was not implemented before both for traversal and copying. This patch introduces functionality to traverse or iterate through collection as flat set and also copy collection into another flattening it and automatically resolving conflicts. Also imptoved tracability and fixed memory leak in unbind iterator code.
* Clean up warnings in common/Simo Sorce2009-07-031-10/+11
| | | | Fix consts and function declarations
* Changing function names for collection API.Dmitri Pal2009-07-021-101/+105
| | | | | | | Patch prepends prefix "col_" to all functions related to collection. This caused some formatiing issues so the alignement was addressed too.
* Added functions to create list of sections and attributes.Dmitri Pal2009-04-101-0/+100
|
* Fix const warningsSimo Sorce2009-04-071-5/+5
|
* Style fixes for /commonSimo Sorce2009-04-071-266/+319
|
* Clean up a lot of warnings in Collection and INI parserStephen Gallagher2009-04-061-0/+1
|
* First commit of basic collection API.Dmitri Pal2009-04-061-0/+587