Age | Commit message (Expand) | Author |
2012-07-10 | Simplify HTTP handling | Nick White |
2012-07-10 | Fix potential bug in HTTP code | Nick White |
2012-04-21 | Revert most of 4bfac013 as it caused cookie failure | Nick White |
2012-03-29 | Clean up string usage | Nick White |
2012-03-29 | Use strncpy and strncat more safely | Nick White |
2012-02-12 | Remove debugging printf | Nick White |
2012-02-12 | Fix bug in HTTP header parsing | Nick White |
2011-11-30 | Use appropriate file extensions when saving | Nick White |
2011-11-30 | Make http implementation more robust | Nick White |
2011-11-19 | Add error messages regarding 403 ip blocking | Nick White |
2011-10-04 | Use appropriate cast for strlen | Nick White |
2011-09-29 | Post to goToPage amazon url; more reliable for some reason | Nick White |
2011-09-01 | Fix cookie saving, update TODO | Nick White |
2011-08-22 | Little util cleanup | Nick White |
2011-08-22 | Fix stability bug in page fetching | Nick White |
2011-08-21 | Merge work using pages much more efficiently | Nick White |
2011-08-21 | More sscanf tightening | Nick White |
2011-08-18 | Little cleanup of util | Nick White |
2011-08-18 | Final windows fixes; working with mingw now | Nick White |
2011-08-18 | Little cleanup | Nick White |
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 get... | Nick White |
2011-07-15 | Move everything back to getgbook.c | Nick White |
2011-07-15 | Move parts over to util.c | Nick White |