summaryrefslogtreecommitdiff
path: root/src/upstream.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-12-07upstream: add free_upstream_list ()Michael Adam1-0/+1
Michael
2009-12-07upstream: Add upstream list parameter to upstream_get()Michael Adam1-1/+1
to abstract it from the concrete list in the config struct. Now upstream.c does not use any reference to config any more. Michael
2009-12-07upstream: add upstream list parameter to upstream_add()Michael Adam1-1/+2
to abstract it from the concrete list in the config struct. Michael
2009-12-06move handling of upstream list to new module upstream.{c,h}Michael Adam1-0/+47
Michael