summaryrefslogtreecommitdiff
path: root/getabook.c
AgeCommit message (Expand)Author
2020-05-20Fix getabookNick White
2020-03-17Increase size of memory allocated for url so that bookid cannot be made big e...Nick White
2015-07-28Add SSL support using OpenSSL, and enable it for getgbook.Nick White
2012-08-18Add a progress bar to the guiNick White
2012-07-13Regularise function styleNick White
2012-07-13Try first 25 pages even if they aren't indexed with getabookNick White
2012-07-13Allow non-amazon hosted images in getabook now that they're using cloudfrontNick White
2012-07-13Ensure text downloaded is null terminatedNick White
2012-07-10Make HTTP interface more regularNick White
2012-07-10Clean up styleNick White
2012-04-20Fix incorrect function usageNick White
2012-03-29Use strncpy and strncat more safelyNick White
2012-02-25Don't re-download jpg imagesNick White
2011-11-30Use appropriate file extensions when savingNick White
2011-11-30Fix embarassing ifdef typosNick White
2011-11-24Make buildable on windows againNick White
2011-10-17Take care to initialise variables before useNick White
2011-10-06Download all pages of a book into their own directoryNick White
2011-09-29Update usage message for getabookNick White
2011-09-29Use canonical asin for any amazon bookNick White
2011-09-29Post to goToPage amazon url; more reliable for some reasonNick White
2011-09-23Make free usage in getabook more sensibleNick White
2011-09-20Get jumbo image urls from initial request tooNick White
2011-09-20Fix up getabook; basically working nowNick White
2011-09-20Removed unneeded varNick White
2011-09-20Mostly working getabookNick White