summaryrefslogtreecommitdiffstats
path: root/src/config.c
Commit message (Collapse)AuthorAgeFilesLines
* Make functions use the updates in the apiDetlev Casanova2010-07-161-10/+26
| | | | | | | | | | | | | | | Fix memory management errors, add a construction function for string list Fix laymanAPIGetInfo() to use a list of tuples Fix laymanAPIGetInfo() not to crash Add a function to the layman API to get information from a list of overlays Check all python objects after a call to Python Use asserts when PyObject_IsTrue returns -1 Add comments where necessary Implement missing functions : laymanAPIAddRepo, laymanAPIDeleteRepo Modify the Message class constructor to only take mandatory arguments, other arguments can be set with the corresponding methods
* Get to work with the changes in layman.Detlev Casanova2010-07-151-3/+31
| | | | Fix most of the memory leaks
* Get the proper layman Python library and fix BareConfig constructor toDetlev Casanova2010-07-111-14/+53
| | | | take a Message class as first argument.
* Add basic Config and DbBase implemntation (not tested)Detlev Casanova2010-07-091-0/+33