From 6caa822d0ad5afb0d019e1b2afbbc53847d7179d Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 8 Sep 2011 00:59:11 +0100 Subject: Update TODO, prepare for 0.4 --- TODO | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index f2af36d..c63ee9d 100644 --- a/TODO +++ b/TODO @@ -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 -- cgit v1.2.3