TODO.txt
changeset 54 a456a2e5fca4
parent 46 875902155b06
--- a/TODO.txt	Tue May 30 01:10:00 2006 +0200
+++ b/TODO.txt	Tue May 30 01:16:33 2006 +0200
@@ -5,17 +5,18 @@
 * establir els permisos del unix socket. Com fer-ho sense race-condition?
 
 * Implementar la sortida UDP.
-  Done.
+  - Done.
 * Implementar el HUP al kernel - rellegir la configuració.
-  Done.
+  - Done.
 * Implementar catxé de log-file amb SIGUSR1 associat. (De veritat?!)
-  I won't do that for this release.
+  - I won't do that.
 * Implementar una mort neta dels childs (SIGTERM) i el kernel.
-  Done in kernel and in_unix. The others die quite fine.
-
+  - Done in kernel and in_unix. The others die quite fine.
 * The childs should control SIGINT. Otherwise, they become killed on Control-C
   under an xterm.
-  Done in syslog_in_unix. I think it's not needed in other syslog_in_*
+  - Done in syslog_in_unix. I think it's not needed in other syslog_in_*
+* Add the PID file check.
+* Add the sendfile() on accept().
 
 Known problems
 ----------------