summaryrefslogtreecommitdiff
path: root/pop3d.h
AgeCommit message (Collapse)Author
2014-04-07Fix clang warnings. offset is always long.Sunil Nimmagadda
2014-04-01Merge branch 'refactor'Sunil Nimmagadda
2014-04-01Import.Sunil Nimmagadda
2014-04-01Simplify list_all handling. Send an imsg for each msg instead ofSunil Nimmagadda
consolidating into one imsg. We are no longer limited by MAX_IMSGSIZE. End of list is signalled by sending an imsg with hash as "" or sz as 0.
2014-03-27Import pop3d.Sunil Nimmagadda