summaryrefslogtreecommitdiffstats
path: root/zone_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Prepare the tree for conversion to autoconf.Martin Nagy2009-03-301-209/+0
| | | | All source files are now moved to src/ and the old Makefile is removed.
* Integrate the caching support.Martin Nagy2009-03-141-2/+9
|
* Add zone manager.Martin Nagy2009-02-121-0/+202
Zone manager will take care of periodical checks for new zones and will add them when they appear. For now, zones are only added at start time, no periodical checks yet.