summaryrefslogtreecommitdiff
path: root/src/upstream.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-08-24upstream: clarify debug messagesMichael Adam1-2/+2
There are frequent questions "what does 'No proxy for ...' mean?" on the mailing list and IRC. Be more specific. (No upstream proxy ...) Correspondingly, log "Found upstream proxy ... for ..."
2009-12-07upstream: add free_upstream_list ()Michael Adam1-0/+12
Michael
2009-12-07upstream: Add upstream list parameter to upstream_get()Michael Adam1-4/+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-4/+5
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/+214
Michael