[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] add a few more new TODO items (bugfixes)



Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/doc

Modified Files:
	TODO tor-spec.txt 
Log Message:
add a few more new TODO items (bugfixes)


Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- TODO	22 Oct 2003 05:15:08 -0000	1.31
+++ TODO	27 Oct 2003 10:24:27 -0000	1.32
@@ -1,3 +1,6 @@
+mutiny: if none of the ports is defined maybe it shouldn't start.
+aaron got a crash in tor_timegm in tzset on os x, with -l warn but not with -l debug.
+Oct 25 04:29:17.017 [warn] directory_initiate_command(): No running dirservers known. This is really bad.
 
 Legend:
 SPEC!!  - Not specified

Index: tor-spec.txt
===================================================================
RCS file: /home/or/cvsroot/doc/tor-spec.txt,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- tor-spec.txt	26 Oct 2003 22:58:04 -0000	1.39
+++ tor-spec.txt	27 Oct 2003 10:24:27 -0000	1.40
@@ -366,7 +366,7 @@
    Because TCP connections can be half-open, we follow an equivalent
    to TCP's FIN/FIN-ACK/ACK protocol to close streams.
 
-   A exit conneection can have a TCP stream in one of three states:
+   An exit connection can have a TCP stream in one of three states:
    'OPEN', 'DONE_PACKAGING', and 'DONE_DELIVERING'.  For the purposes
    of modeling transitions, we treat 'CLOSED' as a fourth state,
    although connections in this state are not, in fact, tracked by the