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
/
getbnbook.c
Age
Commit message (
Collapse
)
Author
2020-03-17
Increase size of memory allocated for url so that bookid cannot be made big ↵
Nick White
enough to cause truncation (thanks to format-truncation warnings from recent gcc for this)
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
Fix detection of available pages in getbnbook, and remove newly unneeded ↵
Nick White
flash detection
2012-07-13
Don't allow download of bogus flash pages with getbnbook
Nick White
2012-07-13
Ensure text downloaded is null terminated
Nick White
2012-04-21
Revert most of 4bfac013 as it caused cookie failure
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
2012-02-14
Fixed buffer size error - thanks Andrey Grozin
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-11-19
Add getbnbook tool
Nick White