Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
sofia-sip
Commits
67ea5318
Commit
67ea5318
authored
Oct 17, 2005
by
Pekka Pessi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated ChangeLogs.
darcs-hash:20051017193200-65a35-8834570f66f96d375426e15a5f061239e5792977.gz
parent
ff2c7cfe
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
216 additions
and
0 deletions
+216
-0
libsofia-sip-ua/ChangeLog
libsofia-sip-ua/ChangeLog
+6
-0
libsofia-sip-ua/nta/ChangeLog
libsofia-sip-ua/nta/ChangeLog
+32
-0
libsofia-sip-ua/nua/ChangeLog
libsofia-sip-ua/nua/ChangeLog
+86
-0
libsofia-sip-ua/soa/ChangeLog
libsofia-sip-ua/soa/ChangeLog
+92
-0
No files found.
libsofia-sip-ua/ChangeLog
View file @
67ea5318
2005-10-14 Pekka Pessi <Pekka.Pessi@nokia.com>
* Shell syntax exercise.
M ./autogen.sh -4 +4
2005-10-13 Pekka Pessi <Pekka.Pessi@nokia.com>
* <SUBDIRS>/Makefile.am: fixed COVERAGE_INPUT.
...
...
libsofia-sip-ua/nta/ChangeLog
View file @
67ea5318
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.
...
...
libsofia-sip-ua/nua/ChangeLog
View file @
67ea5318
2005-10-17 Pekka Pessi <Pekka.Pessi@nokia.com>
* Using port 5060 by default.
M ./libsofia-sip-ua/nua/nua_stack.c -7 +13
* Fixed race condition in 302 test.
M ./libsofia-sip-ua/nua/test_nua.c -2 +2
* Silenced some gcc4 warnings.
M ./libsofia-sip-ua/nua/nua_stack.c -10 +11
M ./libsofia-sip-ua/nua/test_nua.c -10 +10
2005-10-15 Pekka Pessi <Pekka.Pessi@nokia.com>
* Relay real CANCEL response to application.
M ./libsofia-sip-ua/nua/nua_stack.c -8 +31
* Added CANCEL and early BYE tests. Added headings for test cases.
Added more command-line options, too.
M ./libsofia-sip-ua/nua/test_nua.c -26 +476
* Fixed process_bye().
M ./libsofia-sip-ua/nua/nua_stack.c -1 +15
* Fixed ua_bye().
Not mark session as terminated if we have an ongoing INVITE (just as
terminating). Instead of sending BYE, send CANCEL, if we have no dialog.
M ./libsofia-sip-ua/nua/nua_stack.c -24 +34
* Let nh_init() call soa_set_params() in ua_update().
M ./libsofia-sip-ua/nua/nua_stack.c -3
M ./libsofia-sip-ua/nua/nua_stack.c -7 +4
* Using new soa API in signal_call_state_change().
M ./libsofia-sip-ua/nua/nua_stack.c -17 +11
* Cleaned indentation.
M ./libsofia-sip-ua/nua/nua_stack.c -4 +11
* Replaced ancient nta_msg_discard() with msg_destroy().
M ./libsofia-sip-ua/nua/nua_stack.c -3 +3
* Refactored nh_create_from_incoming().
M ./libsofia-sip-ua/nua/nua_stack.c -15 +14
* Made ua_set_params() and nh_init() to return -1 upon an error.
M ./libsofia-sip-ua/nua/nua_stack.c -18 +27
* Updated soa_get_local_sdp() API.
M ./libsofia-sip-ua/nua/nua_stack.c -2 +2
* Zapped annoying last modified.
M ./libsofia-sip-ua/nua/nua.c -1
M ./libsofia-sip-ua/nua/nua.h -1
M ./libsofia-sip-ua/nua/nua_common.c -1
M ./libsofia-sip-ua/nua/nua_stack.c -1
M ./libsofia-sip-ua/nua/nua_stack.h -1
M ./libsofia-sip-ua/nua/nua_tag.c -1
M ./libsofia-sip-ua/nua/nua_tag.h -1
* Fixed logging options. Allow multithreaded, unsynchronised execution.
M ./libsofia-sip-ua/nua/test_nua.c -115 +162
2005-10-12 Pekka Pessi <Pekka.Pessi@nokia.com>
* Fixed logging options. Allow multithreaded, unsynchronised execution.
M ./libsofia-sip-ua/nua/test_nua.c -115 +162
2005-10-12 Pekka Pessi <Pekka.Pessi@nokia.com>
* Added test for call hold.
...
...
libsofia-sip-ua/soa/ChangeLog
View file @
67ea5318
2005-10-17 Pekka Pessi <Pekka.Pessi@nokia.com>
* Restore version numbers after our offer is rejected.
M ./libsofia-sip-ua/soa/soa_static.c +3
2005-10-15 Pekka Pessi <Pekka.Pessi@nokia.com>
* Updated API of soa_get_local_sdp() and friends.
Added parameter for returning SDP C structure to soa_get_capability_sdp(),
soa_get_remote_sdp(), soa_get_user_sdp(), and soa_get_local_sdp().
M ./libsofia-sip-ua/soa/soa.c -35 +58
M ./libsofia-sip-ua/soa/soa.h -4 +8
M ./libsofia-sip-ua/soa/test_soa.c -17 +18
* Updated SOA_VALID_ACTIONS().
M ./libsofia-sip-ua/soa/soa.c -1 +13
* Added soa_name.
M ./libsofia-sip-ua/soa/soa.c +1
M ./libsofia-sip-ua/soa/soa_session.h +1
M ./libsofia-sip-ua/soa/soa_static.c +1
* Removed annoying "last modified".
M ./libsofia-sip-ua/soa/soa.c -1
M ./libsofia-sip-ua/soa/soa.h -1
M ./libsofia-sip-ua/soa/soa_add.h -1
M ./libsofia-sip-ua/soa/soa_asynch.c -1
M ./libsofia-sip-ua/soa/soa_session.h -1
M ./libsofia-sip-ua/soa/soa_static.c -1
M ./libsofia-sip-ua/soa/soa_tag.c -1
M ./libsofia-sip-ua/soa/soa_tag.h -1
M ./libsofia-sip-ua/soa/test_soa.c -1
* Logging each API call except predicates.
M ./libsofia-sip-ua/soa/soa.c -5 +99
* Naming soa_sip_require() and soa_sip_supported() consistently.
The SIP headers are called Require and Supported.
M ./libsofia-sip-ua/soa/soa.c -6 +6
M ./libsofia-sip-ua/soa/soa.h -2 +2
M ./libsofia-sip-ua/soa/soa_asynch.c -2 +2
M ./libsofia-sip-ua/soa/soa_session.h -4 +4
M ./libsofia-sip-ua/soa/soa_static.c -2 +2
M ./libsofia-sip-ua/soa/test_soa.c -2 +2
2005-10-12 Pekka Pessi <Pekka.Pessi@nokia.com>
* Updated SOA_VALID_ACTIONS().
M ./libsofia-sip-ua/soa/soa.c -1 +13
* Added soa_name.
M ./libsofia-sip-ua/soa/soa.c +1
M ./libsofia-sip-ua/soa/soa_session.h +1
M ./libsofia-sip-ua/soa/soa_static.c +1
* Removed annoying "last modified".
M ./libsofia-sip-ua/soa/soa.c -1
M ./libsofia-sip-ua/soa/soa.h -1
M ./libsofia-sip-ua/soa/soa_add.h -1
M ./libsofia-sip-ua/soa/soa_asynch.c -1
M ./libsofia-sip-ua/soa/soa_session.h -1
M ./libsofia-sip-ua/soa/soa_static.c -1
M ./libsofia-sip-ua/soa/soa_tag.c -1
M ./libsofia-sip-ua/soa/soa_tag.h -1
M ./libsofia-sip-ua/soa/test_soa.c -1
* Logging each API call except predicates.
M ./libsofia-sip-ua/soa/soa.c -5 +99
* Naming soa_sip_require() and soa_sip_supported() consistently.
The SIP headers are called Require and Supported.
M ./libsofia-sip-ua/soa/soa.c -6 +6
M ./libsofia-sip-ua/soa/soa.h -2 +2
M ./libsofia-sip-ua/soa/soa_asynch.c -2 +2
M ./libsofia-sip-ua/soa/soa_session.h -4 +4
M ./libsofia-sip-ua/soa/soa_static.c -2 +2
M ./libsofia-sip-ua/soa/test_soa.c -2 +2
2005-10-12 Pekka Pessi <Pekka.Pessi@nokia.com>
* Added more logging.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment