summaryrefslogtreecommitdiff
path: root/getgbook.c
AgeCommit message (Expand)Author
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
2014-02-25Don't redownload pages if they've been specified on stdinNick White
2013-10-13Download best possible quality images from google booksNick White
2012-08-18Add a progress bar to the guiNick White
2012-07-13Ensure text downloaded is null terminatedNick 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-11-22Clean up getgbook, and use redir_esc linksNick 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-20Little doc updatesNick White
2011-09-15Harden pointer aritheticNick White
2011-09-12Have shared pointers be pointed to rather than copiedNick White
2011-09-12Only use memory for a page when neededNick White
2011-08-31Add basic tcl/tk guiNick White
2011-08-21Restructure getgbook codeNick White
2011-08-21Fix usage printingNick White
2011-08-21Fix reporting of no pages availableNick White
2011-08-21Set max pages explicitlyNick White
2011-08-21Tighten sscanf usage, add TODOsNick White
2011-08-21Get all pages works reasonablyNick White
2011-08-19Simplify a teeny bitNick White
2011-08-18Fix memory allocation bugsNick White
2011-08-18getpagelist working, though no further functionality yetNick White
2011-08-18Fix cookie bug causing segfault if site blockedNick White
2011-08-17Started rewrite (not there yet)Nick White
2011-08-07Abide by google's robots.txt, and lay out legal issuesNick White
2011-08-07Neaten codeNick White
2011-08-03Flush -p stdout per lineNick White
2011-08-01Lots of tightening and cleanupsNick White
2011-07-29Retry properly with specific pagesNick White
2011-07-24Retry more times, and with faster pageNick White
2011-07-24Fix little bugsNick White
2011-07-24Add cookie usageNick White
2011-07-22Remove unneeded lineNick White
2011-07-21Separate util.c, use page codes, remove die()Nick White
2011-07-17Roll over all page types, and thereby remove need for page total codeNick White
2011-07-17Use PA everywhere for nowNick White
2011-07-17Fix free bugNick White
2011-07-17Cleanup logic in if statementsNick White
2011-07-17Remove debugging print statementsNick White
2011-07-17Remove ip setting; only works for api, not pages, so uselessNick White
2011-07-17Use book id rather than isbnNick White
2011-07-17Add ip setting and improve robustness of httpNick White