- 27 Jun, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070627094532-65a35-3ca461181dbb71ae5e6a66a8cfa9de7f9e9394d5.gz
-
- 23 May, 2007 2 commits
-
-
Pekka Pessi authored
darcs-hash:20070523182900-65a35-be013b255ea54ff468a740c5ba562c22e69813eb.gz
-
Pekka Pessi authored
darcs-hash:20070523182725-65a35-590e92ea152f5bc00ced2c4015d18aca929cd399.gz
-
- 01 Jun, 2007 2 commits
-
-
Pekka Pessi authored
darcs-hash:20070601193608-65a35-57cfeb5de459930e9fd7b4ec57df3be01f7f5963.gz
-
Pekka Pessi authored
darcs-hash:20070601191643-65a35-2a23f600ef76d6ed2cae9a107c6aa51b3541dc19.gz
-
- 02 May, 2007 2 commits
-
-
Pekka Pessi authored
darcs-hash:20070502161454-55b16-b671e11f38ea15537ed23a5de144ecb52abc92cf.gz
-
Pekka Pessi authored
The transaction matching logic failed on server side when the To URI was changed between INVITE and ACK. Now it is possible to change the To/From URI in nua_ack(), too. Binary API was changed, too, and accessor function nta_outgoing_branch() was added. darcs-hash:20070502151640-55b16-73889a36bd0cb0d74413bb258e01c46193748b8f.gz
-
- 30 Apr, 2007 1 commit
-
-
Martti Mela authored
darcs-hash:20070430114743-1b897-c9d261fa89edd4b910d5927bef62a8a74d6873c8.gz
-
- 23 Apr, 2007 1 commit
-
-
Martti Mela authored
darcs-hash:20070423131444-1b897-6275c45cd5d9b5275c93219c8a38f11557bc5851.gz
-
- 19 Apr, 2007 1 commit
-
-
Pekka Pessi authored
Now allow 'make doxygen' also if srcdir ! darcs-hash:20070419193025-88462-1ab6f6f26ac5725c5f379de48ea6cff5be680e27.gz
-
- 16 Apr, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070416130036-55b16-a37d09911f511b42c725d687f9f69181b56a5683.gz
-
- 13 Apr, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070413164600-55b16-b73413746416cf2880a35a540f97732d01a8b65d.gz
-
- 05 Apr, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070405063713-65a35-bbaae45ac29e6fac3dbc6ca301d0b7b5107310a3.gz
-
- 02 Apr, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070402121804-65a35-3c1703b8bf680950e06a776fff8a877b4452e8e9.gz
-
- 28 Mar, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070328152007-55b16-c74764c53aac747cb02b4cd86a83b5c512edec46.gz
-
- 26 Mar, 2007 2 commits
-
-
Pekka Pessi authored
darcs-hash:20070326180126-55b16-858b781a8cd0c055a04e8fc948a313f69639d839.gz
-
Pekka Pessi authored
darcs-hash:20070326170626-55b16-f591d46b3bf862a87feb186743d98a5dbc106664.gz
-
- 05 Mar, 2007 2 commits
-
-
Pekka Pessi authored
The responses with zero or more than one Via headers or Via header not matching agent's list of Via headers are now discarded. Problem reported by Fabio Margarido. darcs-hash:20070305150655-55b16-14c2145d2bbb3d003e1dac2069f356e06e7fb27e.gz
-
Pekka Pessi authored
darcs-hash:20070305150135-55b16-f211f5af69e77f2f51a953436f8826fdb80006ce.gz
-
- 28 Feb, 2007 1 commit
-
-
Pekka Pessi authored
Updated usage. darcs-hash:20070228172037-55b16-0f4fdb3d30f034f83a1625e66c00c9f620bdc338.gz
-
- 23 Feb, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070223121343-55b16-9c5b45351506978cc3fcb2ac3434cfb85cd93ab6.gz
-
- 22 Feb, 2007 3 commits
-
-
Pekka Pessi authored
darcs-hash:20070222205419-88462-0ffc6a66952d83fd366bef46ee30b51a05c19957.gz
-
Pekka Pessi authored
- Autoconf now checks for support of %zu and %llu - Autoconf disables the E_BAD_PTR_INT_COMBINATION warning on SUNWspro - Fixed inline support: - SU_INLINE and SU_HAVE_INLINE macros defined correctly if compiler does not support inline - Using su_inline in public headers - Added normally inlined functions to library - Added some inlined functions as macros - Using explicit signedness with bit fields - (The bitfields in soa_session.h should go away, but...) - Fixed warnings in nta.c - Defining missing SOL_SCTP in tport_type_sctp.c Michael Jerris sent patch for some of the changes mentioned above. darcs-hash:20070222203018-88462-ec89b84a178f699bcd1e2195cfa75e2bbe10c9ae.gz
-
Kai Vehmanen authored
darcs-hash:20070222151957-7659e-20bfc00e1936bbe1b0afb28700162f4d92bf1c59.gz
-
- 14 Feb, 2007 1 commit
-
-
Pekka Pessi authored
According to the RFC 3261 state diagram the INVITE transaction is destroyed immediately when a final 2XX series response is sent. Now nta returns a 481 response to CANCEL if it finds an INVITE server transaction that was responded with a 2XX success response. darcs-hash:20070214202456-55b16-26e78d85b04fa47ecf612966bd8766188390035a.gz
-
- 12 Feb, 2007 1 commit
-
-
Pekka Pessi authored
nta_outgoing_tagged() kept a reference to the resolver in the tagged request, too. Also fixed nta_outgoing_destroy(): do not destroy the transaaction if we have sent a final response to INVITE but we have not received ACK darcs-hash:20070212154324-65a35-6c8698e6c6ed2950cf22b2719a3035a0033808ec.gz
-
- 09 Feb, 2007 3 commits
-
-
Pekka Pessi authored
darcs-hash:20070209132853-55b16-2cd81b866a01efa3de88e7cb4967a834bf738225.gz
-
Pekka Pessi authored
darcs-hash:20070209105256-65a35-b5149bcaa2a0815cc1f13475cdf3a3fdc7045a86.gz
-
Pekka Pessi authored
Problem reported by Fabio Margarido. darcs-hash:20070209003606-65a35-0a1e9a137ba2d2569f2b3860cad3fcba1bfcd9c7.gz
-
- 07 Feb, 2007 2 commits
-
-
Michael Jerris authored
It is not possible to cast function pointers to (void *) in C99 (section 6.2.2.3). C99 printf formatting expects (void *) for %p argument (section 7.13.6.1 p. 335). darcs-hash:20070207193814-16063-b6f3632e0911cee2ab67a1b184bbf18d3b7bd174.gz
-
Pekka Pessi authored
darcs-hash:20070207193205-55b16-47cd298f730fe360d6b51bb801f2552e740157ee.gz
-
- 06 Feb, 2007 5 commits
-
-
Michael Jerris authored
darcs-hash:20070206215153-16063-fa600da7ff2d41a3e81831e593c2efee31bcff3f.gz
-
Pekka Pessi authored
darcs-hash:20070206213418-65a35-22b4149175415558e950184ae72475bb487d3ad3.gz
-
Pekka Pessi authored
Now the request with missing To tag matches only dialogs where the tag has been added after creation of the leg. This partly fixes the problem reported by Fabio Margarido. darcs-hash:20070206175119-65a35-6105d75cc87166e14f486b380b45723b34e67404.gz
-
Kai Vehmanen authored
darcs-hash:20070206180829-7659e-ccf73b73cf63fbac4410f078963b4ff66f9cb3f7.gz
-
Pekka Pessi authored
darcs-hash:20070206151432-65a35-f6a582c5dbf61564689a3900c10ce4f75de8cbe2.gz
-
- 04 Oct, 2006 2 commits
-
-
Pekka Pessi authored
darcs-hash:20061004104233-65a35-577f13e34d96e964ada1736f50242100be710b97.gz
-
Pekka Pessi authored
darcs-hash:20061004104233-65a35-48cf039be67556cb3165dd612cbaa0505dc88b26.gz
-
- 01 Feb, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070201103848-65a35-afc8fa24fcb461df523edf9ccc7d22f11b981903.gz
-
- 25 Jan, 2007 1 commit
-
-
Pekka Pessi authored
Re-ordered some fields for best possible 64-bit experience. darcs-hash:20070125155043-65a35-59ab3197895410c14c05439287c47105cdcb7d86.gz
-