12005-11-08  Pekka Pessi  <Pekka.Pessi@nokia.com>
2
3	* Renamed nta_test.c as test_nta.c.
4
52005-10-21  Pekka Pessi  <Pekka.Pessi@nokia.com>
6
7  * Fixed server-rport feature in nta.c.
8
9    M ./libsofia-sip-ua/nta/nta.c -2 +2
10
11  * Fixed agent_init_contact() in nta/nta.c.
12  The logic for selecting transport parameter for primary contact was flawed.
13  Added some tests, too.
14
15    M ./libsofia-sip-ua/nta/nta.c -9 +20
16    M ./libsofia-sip-ua/nta/nta_test.c +54
17
182005-10-15  Pekka Pessi  <Pekka.Pessi@nokia.com>
19
20  * Fix callerpref bug #1326727.
21
22  Copying Accept-Contact, Reject-Contact, and Request-Disposition from
23  original request to ACK/CANCEL.
24
25    M ./libsofia-sip-ua/nta/nta.c -1 +5
26
27  * Fixed socket() if AF_INET6 is used.
28
29    M ./libsofia-sip-ua/nta/nta_test.c -3 +3
30
31  * Removed Last modified.
32
33    M ./libsofia-sip-ua/nta/nta.c -1
34    M ./libsofia-sip-ua/nta/nta.h -1
35    M ./libsofia-sip-ua/nta/nta_compat.c -1
36    M ./libsofia-sip-ua/nta/nta_compat.h -1
37    M ./libsofia-sip-ua/nta/nta_dll.h -1
38    M ./libsofia-sip-ua/nta/nta_internal.h -1
39    M ./libsofia-sip-ua/nta/nta_stateless.h -1
40    M ./libsofia-sip-ua/nta/nta_tag.c -1
41    M ./libsofia-sip-ua/nta/nta_tag.h -1
42    M ./libsofia-sip-ua/nta/nta_test.c -1
43    M ./libsofia-sip-ua/nta/nta_tport.h -1
44    M ./libsofia-sip-ua/nta/portbind.c -1
45    M ./libsofia-sip-ua/nta/sl_read_payload.c -1
46    M ./libsofia-sip-ua/nta/sl_utils.h -1
47    M ./libsofia-sip-ua/nta/sl_utils_log.c -1
48    M ./libsofia-sip-ua/nta/sl_utils_print.c -1
49
502005-10-12  Pekka Pessi  <Pekka.Pessi@nokia.com>
51
52  * Contact generated by nta now contains URL transport parameter.
53  The transport=UDP was left out from contact URL always. Now it is left out
54  only if both UDP and TCP are supported.
55  Added utility function sip_contact_create_from_via_with_transport().
56
57    M ./libsofia-sip-ua/nta/nta.c -2 +14
58    M ./libsofia-sip-ua/sip/sip_util.c -10 +28
59    M ./libsofia-sip-ua/sip/sip_util.h +6
60
612005-10-10  Pekka Pessi  <Pekka.Pessi@nokia.com>
62
63  * Fixed memory leak in nta_agent_create()/nta_agent_destroy().
64
65    M ./libsofia-sip-ua/nta/nta.c -2 +2
66
672005-10-04  Pekka Pessi  <Pekka.Pessi@nokia.com>
68
69	* Added agent.pem and cafile.pem for TLS testing.
70
712005-08-29  Pekka Pessi  <Pekka.Pessi@nokia.com>
72
73	* nta.c (nta_agent_set_params()): Returning -1 upon an error.
74
752005-08-26  Pekka Pessi  <Pekka.Pessi@nokia.com>
76
77	* nta.c, nta_test.c: Fixed alias usage.
78
792005-08-10  Pekka Pessi  <Pekka.Pessi@nokia.com>
80
81	* Now we can start agent without any transport interfaces.
82
83	Added flag for disabling server-side rport.
84
852005-08-03  Pekka Pessi  <Pekka.Pessi@nokia.com>
86
87	* Fixed running tests on IPv6. Added portbind.
88
892005-07-14  Pekka Pessi  <Pekka.Pessi@nokia.com>
90
91	* nta_internal.h, nta_tag.h, nta_tag.c, nta.c: Added bitmasks for
92	detecting parsing errors.
93
94	* nta.c: Accept CANCELs for non-INVITEs, too.
95
962005-07-20  Pekka Pessi  <Pekka.Pessi@nokia.com>
97
98	* run_nta_test: Fixed portbind/bind test.
99
1002005-07-18  Kai Vehmanen  <kai.vehmanen@nokia.com>
101
102	* Initial import of the module to Sofia-SIP tree.
103