aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-01 18:36:01 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-01 18:36:01 +0200
commit473fc60981fe93c21fd646ffd186877ebf007e46 (patch)
tree5827968fd0ec5f8a43bd0583e80e2dfeb665e479 /TODO
parent8e524576ecbcdb43c21507f2f11441338d117501 (diff)
todo updates
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2c9f8d1..e22e5f5 100644
--- a/TODO
+++ b/TODO
@@ -38,6 +38,8 @@ ASAP
* default value for fifo_dir, socket_dir so we don't need to if(fifo_dir). it will always be set to something?
* change User-agent to contain uzbl + build date or something. + why is there "Mozilla" in the string
* backspace key to pop characters from (multichar) command
+* optional logging of http requests, responses with ip/hostname and port. -> how to implement? handler? stdout? (through a socket so you know what corresponds to what?)
+* bench/optimize fifo vs socket performance. measure delays. minimize forks. does glib use a shell? how does it detect the shebang line?
SOMEDAY:
check if we can make the settings loading less hard coded. eg( keep a list of all settings, and for each one, try to load it)