summaryrefslogtreecommitdiff
path: root/src/protocols.cc
AgeCommit message (Collapse)Author
2017-08-07Protocol related fixesJoel Klinghed
full() clears text so protocols that doesn't implement append() doesn't end up with repeats. precaching works now because of correct want calculation. if a package is updated while being active in a worker the package is requeud when done instead of forgotten
2017-08-06Remove bogus assert in protocolsJoel Klinghed
Checking data != null is not a good way to check if entry was added
2017-08-06Add protools, used for getting content out of packagesJoel Klinghed
Only HTTP protocol implemented yet, but with gzip, deflate and bzip2 suport