index
:
getxbook
master
A collection of tools to download books from websites
njw
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
getabook.c
Age
Commit message (
Collapse
)
Author
2015-07-28
Add SSL support using OpenSSL, and enable it for getgbook.
Nick White
This fixes the problem with getgbook not finding any books, and also obviously adds SSL, which is great!
2012-08-18
Add a progress bar to the gui
Nick White
2012-07-13
Regularise function style
Nick White
2012-07-13
Try first 25 pages even if they aren't indexed with getabook
Nick White
2012-07-13
Allow non-amazon hosted images in getabook now that they're using cloudfront
Nick White
2012-07-13
Ensure text downloaded is null terminated
Nick White
2012-07-10
Make HTTP interface more regular
Nick White
2012-07-10
Clean up style
Nick White
2012-04-20
Fix incorrect function usage
Nick White
2012-03-29
Use strncpy and strncat more safely
Nick White
2012-02-25
Don't re-download jpg images
Nick White
2011-11-30
Use appropriate file extensions when saving
Nick White
2011-11-30
Fix embarassing ifdef typos
Nick White
2011-11-24
Make buildable on windows again
Nick White
2011-10-17
Take care to initialise variables before use
Nick White
2011-10-06
Download all pages of a book into their own directory
Nick White
2011-09-29
Update usage message for getabook
Nick White
2011-09-29
Use canonical asin for any amazon book
Nick White
2011-09-29
Post to goToPage amazon url; more reliable for some reason
Nick White
2011-09-23
Make free usage in getabook more sensible
Nick White
2011-09-20
Get jumbo image urls from initial request too
Nick White
2011-09-20
Fix up getabook; basically working now
Nick White
2011-09-20
Removed unneeded var
Nick White
2011-09-20
Mostly working getabook
Nick White