Commits


sqlite3: add a README


sqlite3: remove useless error


sqlite3: rename sqlite3 and db to "conn"


add some code that plays with sqlite3::


add flags for sqlite3


import sqlite module Still very WIP (much like everything else...) but I like how it's coming.


more to do


add a TODO file


rework the code to listen to localhost:9090 including ipv6 that is.


http: add a listen that takes an ip address I'm still not convinced this is better than http::listen("localhost:9090", null) but propagating net::dial::dial errors from a listen function is weird.


http: reswriter_flush: don't send end marker unless chunked


set the utf8 bit for the stupid browsers


http: fmt


http: move listen to its own file


un-uglify the route re-entering