...
|
...
|
@@ -3,12 +3,12 @@ $Id$
|
3
|
3
|
( - todo, x - done)
|
4
|
4
|
|
5
|
5
|
- fix parse_cseq!!! (it doesnt parse 1234\n INVITE a.s.o)
|
6
|
|
-- fix 0 parameter module f. call
|
7
|
|
-- better Via parsing (handle ' ' in uri, eg: foo.bar : 1234 ; received=) and
|
|
6
|
+x fix 0 parameter module f. call
|
|
7
|
+x better Via parsing (handle ' ' in uri, eg: foo.bar : 1234 ; received=) and
|
8
|
8
|
ipv6 addresses ([fec0:aa::01]).
|
9
|
9
|
- fix format string vulnerability in log()
|
10
|
10
|
- fix alignement access problems (warning on Sun)
|
11
|
|
-- add request header bitmap field for the modules
|
|
11
|
+x (different way) add request header bitmap field for the modules
|
12
|
12
|
|
13
|
13
|
High priority:
|
14
|
14
|
x if () {} else {}
|
...
|
...
|
@@ -28,7 +28,7 @@ Low priority:
|
28
|
28
|
- cfg. file reload
|
29
|
29
|
- flags for using names or ip adresses in Via ?
|
30
|
30
|
|
31
|
|
-- handle SIGCHLD, SIGHUP
|
|
31
|
+x handle SIGCHLD, SIGHUP
|
32
|
32
|
- use a standard lex compatible .lex format (instead of flex)
|
33
|
33
|
- try & use native compiler & ld if possible
|
34
|
34
|
|