103 lines
3.0 KiB
Plaintext
103 lines
3.0 KiB
Plaintext
|
2005-11-08 Pekka Pessi <Pekka.Pessi@nokia.com>
|
||
|
|
||
|
* Renamed nta_test.c as test_nta.c.
|
||
|
|
||
|
2005-10-21 Pekka Pessi <Pekka.Pessi@nokia.com>
|
||
|
|
||
|
* Fixed server-rport feature in nta.c.
|
||
|
|
||
|
M ./libsofia-sip-ua/nta/nta.c -2 +2
|
||
|
|
||
|
* Fixed agent_init_contact() in nta/nta.c.
|
||
|
The logic for selecting transport parameter for primary contact was flawed.
|
||
|
Added some tests, too.
|
||
|
|
||
|
M ./libsofia-sip-ua/nta/nta.c -9 +20
|
||
|
M ./libsofia-sip-ua/nta/nta_test.c +54
|
||
|
|
||
|
2005-10-15 Pekka Pessi <Pekka.Pessi@nokia.com>
|
||
|
|
||
|
* Fix callerpref bug #1326727.
|
||
|
|
||
|
Copying Accept-Contact, Reject-Contact, and Request-Disposition from
|
||
|
original request to ACK/CANCEL.
|
||
|
|
||
|
M ./libsofia-sip-ua/nta/nta.c -1 +5
|
||
|
|
||
|
* Fixed socket() if AF_INET6 is used.
|
||
|
|
||
|
M ./libsofia-sip-ua/nta/nta_test.c -3 +3
|
||
|
|
||
|
* Removed Last modified.
|
||
|
|
||
|
M ./libsofia-sip-ua/nta/nta.c -1
|
||
|
M ./libsofia-sip-ua/nta/nta.h -1
|
||
|
M ./libsofia-sip-ua/nta/nta_compat.c -1
|
||
|
M ./libsofia-sip-ua/nta/nta_compat.h -1
|
||
|
M ./libsofia-sip-ua/nta/nta_dll.h -1
|
||
|
M ./libsofia-sip-ua/nta/nta_internal.h -1
|
||
|
M ./libsofia-sip-ua/nta/nta_stateless.h -1
|
||
|
M ./libsofia-sip-ua/nta/nta_tag.c -1
|
||
|
M ./libsofia-sip-ua/nta/nta_tag.h -1
|
||
|
M ./libsofia-sip-ua/nta/nta_test.c -1
|
||
|
M ./libsofia-sip-ua/nta/nta_tport.h -1
|
||
|
M ./libsofia-sip-ua/nta/portbind.c -1
|
||
|
M ./libsofia-sip-ua/nta/sl_read_payload.c -1
|
||
|
M ./libsofia-sip-ua/nta/sl_utils.h -1
|
||
|
M ./libsofia-sip-ua/nta/sl_utils_log.c -1
|
||
|
M ./libsofia-sip-ua/nta/sl_utils_print.c -1
|
||
|
|
||
|
2005-10-12 Pekka Pessi <Pekka.Pessi@nokia.com>
|
||
|
|
||
|
* Contact generated by nta now contains URL transport parameter.
|
||
|
The transport=UDP was left out from contact URL always. Now it is left out
|
||
|
only if both UDP and TCP are supported.
|
||
|
Added utility function sip_contact_create_from_via_with_transport().
|
||
|
|
||
|
M ./libsofia-sip-ua/nta/nta.c -2 +14
|
||
|
M ./libsofia-sip-ua/sip/sip_util.c -10 +28
|
||
|
M ./libsofia-sip-ua/sip/sip_util.h +6
|
||
|
|
||
|
2005-10-10 Pekka Pessi <Pekka.Pessi@nokia.com>
|
||
|
|
||
|
* Fixed memory leak in nta_agent_create()/nta_agent_destroy().
|
||
|
|
||
|
M ./libsofia-sip-ua/nta/nta.c -2 +2
|
||
|
|
||
|
2005-10-04 Pekka Pessi <Pekka.Pessi@nokia.com>
|
||
|
|
||
|
* Added agent.pem and cafile.pem for TLS testing.
|
||
|
|
||
|
2005-08-29 Pekka Pessi <Pekka.Pessi@nokia.com>
|
||
|
|
||
|
* nta.c (nta_agent_set_params()): Returning -1 upon an error.
|
||
|
|
||
|
2005-08-26 Pekka Pessi <Pekka.Pessi@nokia.com>
|
||
|
|
||
|
* nta.c, nta_test.c: Fixed alias usage.
|
||
|
|
||
|
2005-08-10 Pekka Pessi <Pekka.Pessi@nokia.com>
|
||
|
|
||
|
* Now we can start agent without any transport interfaces.
|
||
|
|
||
|
Added flag for disabling server-side rport.
|
||
|
|
||
|
2005-08-03 Pekka Pessi <Pekka.Pessi@nokia.com>
|
||
|
|
||
|
* Fixed running tests on IPv6. Added portbind.
|
||
|
|
||
|
2005-07-14 Pekka Pessi <Pekka.Pessi@nokia.com>
|
||
|
|
||
|
* nta_internal.h, nta_tag.h, nta_tag.c, nta.c: Added bitmasks for
|
||
|
detecting parsing errors.
|
||
|
|
||
|
* nta.c: Accept CANCELs for non-INVITEs, too.
|
||
|
|
||
|
2005-07-20 Pekka Pessi <Pekka.Pessi@nokia.com>
|
||
|
|
||
|
* run_nta_test: Fixed portbind/bind test.
|
||
|
|
||
|
2005-07-18 Kai Vehmanen <kai.vehmanen@nokia.com>
|
||
|
|
||
|
* Initial import of the module to Sofia-SIP tree.
|