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
/
util.c
Age
Commit message (
Collapse
)
Author
2011-08-18
Get socket stuff working fully, fix bug in cookie sending
Nick White
2011-08-18
Start using socket functions instead (still not quite there)
Nick White
2011-08-17
Allow mingw building (socket reading won't work yet)
Nick White
2011-08-03
Be more careful to fail gracefully if server replies wierdly
Nick White
2011-08-01
Lots of tightening and cleanups
Nick White
2011-07-24
Add cookie usage
Nick White
2011-07-21
Separate util.c, use page codes, remove die()
Nick White
2011-07-17
Remove ip setting; only works for api, not pages, so useless
Nick White
2011-07-17
Add ip setting and improve robustness of http
Nick White
2011-07-17
Busywork neatening
Nick White
2011-07-16
Improve build system
Nick White
2011-07-16
Close socket handle after use
Nick White
2011-07-16
Tighten memory usage
Nick White
2011-07-16
Little further get() cleanup
Nick White
2011-07-16
Simplify get() further
Nick White
2011-07-16
Simplify header processing
Nick White
2011-07-16
added gettofile function, other cleanups
Nick White
2011-07-16
Fix host usage in get()
Nick White
2011-07-16
Simplify http get code
Nick White
2011-07-15
Little cleanups
Nick White
2011-07-15
Fix malloc bug
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