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
/
getgbook.c
Age
Commit message (
Collapse
)
Author
2011-08-07
Abide by google's robots.txt, and lay out legal issues
Nick White
2011-08-07
Neaten code
Nick White
2011-08-03
Flush -p stdout per line
Nick White
2011-08-01
Lots of tightening and cleanups
Nick White
2011-07-29
Retry properly with specific pages
Nick White
2011-07-24
Retry more times, and with faster page
Nick White
2011-07-24
Fix little bugs
Nick White
2011-07-24
Add cookie usage
Nick White
2011-07-22
Remove unneeded line
Nick White
2011-07-21
Separate util.c, use page codes, remove die()
Nick White
2011-07-17
Roll over all page types, and thereby remove need for page total code
Nick White
2011-07-17
Use PA everywhere for now
Nick White
2011-07-17
Fix free bug
Nick White
2011-07-17
Cleanup logic in if statements
Nick White
2011-07-17
Remove debugging print statements
Nick White
2011-07-17
Remove ip setting; only works for api, not pages, so useless
Nick White
2011-07-17
Use book id rather than isbn
Nick White
2011-07-17
Add ip setting and improve robustness of http
Nick White
2011-07-17
Fix page total bug
Nick White
2011-07-17
Remove bad free bug
Nick White
2011-07-17
Busywork neatening
Nick White
2011-07-16
Improve build system
Nick White
2011-07-16
Clean up pointer arithmetic
Nick White
2011-07-16
Take order into account, using page struct
Nick White
2011-07-16
Removed old unused code
Nick White
2011-07-16
Make stdin work, and add -p support
Nick White
2011-07-16
Add basic page turning
Nick White
2011-07-16
Put in progress stuff under -a
Nick White
2011-07-16
Add gettotalpages function
Nick White
2011-07-16
Update getgbook code a tad
Nick White
2011-07-16
added gettofile function, other cleanups
Nick White
2011-07-16
Handle \u0026 as &
Nick White
2011-07-16
Simplify http get code
Nick White
2011-07-16
Simplify page code
Nick White
2011-07-16
Working page url getter
Nick White
2011-07-16
Cleanup, and lay out argument code
Nick White
2011-07-15
Little cleanups
Nick White
2011-07-15
Get book id from isbn
Nick White
2011-07-15
Separate into util.c again, so can use common functions in different book ↵
Nick White
getters
2011-07-15
Move everything back to getgbook.c
Nick White
2011-07-15
Move parts over to util.c
Nick White
2011-07-15
Basic http working
Nick White