diff options
author | Nick White <git@njw.me.uk> | 2011-09-08 00:59:11 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-09-08 00:59:11 +0100 |
commit | 6caa822d0ad5afb0d019e1b2afbbc53847d7179d (patch) | |
tree | 6ab65122bb53a5556a843f9761dee9c29516897c /TODO | |
parent | e3a8b3b59d5a9c64eb141ae02a67e5cd92ffe402 (diff) |
Update TODO, prepare for 0.4v0.4
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,3 @@ -# before 0.4 - -mkdir of bookid and save pages in there - before 1.0: create other 2 utilities, make sure memory usage is sensible, be unicode safe, package for osx & windows # other utils @@ -12,12 +8,16 @@ getbnbook # other todos +mkdir of bookid and save pages in there + use wide string functions when dealing with stuff returned over http; it's known utf8 bug in get(): if the \r\n\r\n after http headers is cut off between recv buffers what happens if we receive not a http header? does recv loop forever, in a memory killing manner? +be more reasonable with memory: only allocate each page when it's processed, point to cookies rather than copy them + print stderr in gui as well package for osx |