summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-24Retry more times, and with faster pageNick White
2011-07-24Fix little bugsNick White
2011-07-24Add cookie usageNick White
2011-07-22Finish adding COPYINGNick White
2011-07-22Add isc licenseNick White
2011-07-22Change projectname to getxbookNick White
2011-07-22Remove unneeded lineNick White
2011-07-21Add dist rule to makefileNick White
2011-07-21Add makefile and util.h to finish previous commitNick 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-17Clean up config.mkNick White
2011-07-17Separate glibc & musl options in config.mkNick 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
2011-07-17Fix page total bugNick White
2011-07-17Remove bad free bugNick White
2011-07-17Busywork neateningNick White
2011-07-16Build statically with musl by defaultNick White
2011-07-16Improve build systemNick White
2011-07-16Clean up pointer arithmeticNick White
2011-07-16Close socket handle after useNick White
2011-07-16Take order into account, using page structNick White
2011-07-16Removed old unused codeNick White
2011-07-16Make stdin work, and add -p supportNick White
2011-07-16Add basic page turningNick White
2011-07-16Put in progress stuff under -aNick White
2011-07-16Add gettotalpages functionNick White
2011-07-16Update getgbook code a tadNick White
2011-07-16Tighten memory usageNick White
2011-07-16Little further get() cleanupNick White
2011-07-16Simplify get() furtherNick White
2011-07-16Simplify header processingNick White
2011-07-16added gettofile function, other cleanupsNick White
2011-07-16Fix host usage in get()Nick White
2011-07-16Handle \u0026 as &Nick White
2011-07-16Simplify http get codeNick White
2011-07-16Simplify page codeNick White
2011-07-16Working page url getterNick White
2011-07-16Cleanup, and lay out argument codeNick White
2011-07-15Little cleanupsNick White
2011-07-15Get book id from isbnNick White
2011-07-15Fix malloc bugNick White
2011-07-15Separate into util.c again, so can use common functions in different book get...Nick White
2011-07-15Move everything back to getgbook.cNick White