summaryrefslogtreecommitdiff
path: root/util.h
AgeCommit message (Collapse)Author
2012-07-13Ensure text downloaded is null terminatedNick White
2012-07-10Make HTTP interface more regularNick White
2012-02-12Fix bug in HTTP header parsingNick White
HTTP headers, when contained in more than one packet, could be misread, causing cookie loss.
2011-11-30Use appropriate file extensions when savingNick White
2011-09-29Post to goToPage amazon url; more reliable for some reasonNick White
2011-08-18Start using socket functions instead (still not quite there)Nick White
2011-08-07Neaten codeNick White
2011-08-01Lots of tightening and cleanupsNick White
2011-07-24Add cookie usageNick White
2011-07-21Add makefile and util.h to finish previous commitNick White