- 06 Sep, 2006 13 commits
-
-
Pekka Pessi authored
darcs-hash:20060906223951-65a35-2f2cb2025f82acc5e68dd8b13787bd44257839f4.gz
-
Pekka Pessi authored
darcs-hash:20060906223842-65a35-b09275217b51097b4725b616a5beea20ec7cbca0.gz
-
Pekka Pessi authored
darcs-hash:20060906221401-65a35-e1d9fd94e156376a6b3c379069cede5c87433271.gz
-
Pekka Pessi authored
darcs-hash:20060906220424-65a35-de886a4101b313981b8748b8f63638287c484dc2.gz
-
Pekka Pessi authored
darcs-hash:20060906220350-65a35-2a47650d88ace67c08b8bfeea7c8a3b7eef08c97.gz
-
Pekka Pessi authored
Fixed basic authentication crashing with too long username/password. darcs-hash:20060906220220-65a35-0b0945975325002a818338ef48589c9c8fb20c46.gz
-
Pekka Pessi authored
darcs-hash:20060906215612-65a35-399384fbfee1fa84ac7bdb0f71b453ca4a318f3c.gz
-
Pekka Pessi authored
darcs-hash:20060906215314-65a35-6f4915046f8c54040db275eba1a56d5c96455d6a.gz
-
Pekka Pessi authored
Internally using size_t/ssize_t. darcs-hash:20060906215233-65a35-390752eece82f1ef5d1c2699849258a5575fd7fd.gz
-
Pekka Pessi authored
Using internally size_t. darcs-hash:20060906195027-65a35-8ce244cb4b2cd32f0649d48fbebeadfea78eb6ad.gz
-
Pekka Pessi authored
Internally, this looks like all mess. darcs-hash:20060906194732-65a35-2d2179a81ffccf4b7f89d28aba1fc9e2e69f2af8.gz
-
Pekka Pessi authored
darcs-hash:20060906192304-65a35-736529a032f82a800f3f34ca188d37c5f18eb707.gz
-
Pekka Pessi authored
Internally using size_t. darcs-hash:20060906191926-65a35-c53873aad548c35a36bd3ca8490b24c843de9636.gz
-
- 04 Sep, 2006 1 commit
-
-
Michael Jerris authored
darcs-hash:20060904182655-11237-00461e8af2e69f14c824c721a2411d147a798e38.gz
-
- 06 Sep, 2006 3 commits
-
-
Pekka Pessi authored
darcs-hash:20060906191338-65a35-89465dcb1f8c7d7e4ebd11e0f9a6cf703ed847c6.gz
-
Pekka Pessi authored
su.h, su_localinfo.h (li_addrlen), su_addrinfo.c, su_localinfo.c. darcs-hash:20060906190747-65a35-849f2c5e03b719a798c4968aa1869cafbd4ff6d1.gz
-
Pekka Pessi authored
Added HTABLE_DECLARE_WITH(), HTABLE_PROTOS_WITH(), HTABLE_BODIES_WITH(). darcs-hash:20060906190246-65a35-e5153642848f840c71f2f05ab518096b9a816af4.gz
-
- 04 Sep, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060904190642-65a35-141f92b640ee152a6f968b03f637ec546b5e5ab0.gz
-
- 31 Aug, 2006 1 commit
-
-
Pekka Pessi authored
sres_socket_t is typedef to SOCKET or int. darcs-hash:20060831164221-65a35-efc091fea435b5edf7543dea2187df4719e4f6fa.gz
-
- 07 Sep, 2006 1 commit
-
-
Kai Vehmanen authored
darcs-hash:20060907085404-7659e-d27824ded08659e41d763c1bb80f1a4c8e1988f5.gz
-
- 06 Sep, 2006 4 commits
-
-
Pekka Pessi authored
test_soa.c: added test for dropping codecs from new offer. Based on patch by Legostayev Denis. darcs-hash:20060906141017-65a35-b295ab4b9dc8be32db6288817d749ddaf6bfcb42.gz
-
Pekka Pessi authored
darcs-hash:20060906065148-65a35-9477c42ba148819a7a7306736050957c459f0593.gz
-
Pekka Pessi authored
darcs-hash:20060906063404-65a35-3b99efe900a0c23e29cdc6999532f0c4f118f1e7.gz
-
Pekka Pessi authored
darcs-hash:20060906062658-65a35-b9b55ef777826095d0400b45240df57c7fe35510.gz
-
- 05 Sep, 2006 8 commits
-
-
Pekka Pessi authored
darcs-hash:20060905214738-65a35-9cd8402367a2b0841dde0581936c93cbff72ac61.gz
-
Pekka Pessi authored
Patch #1552626 by Andrzej Ciarkowski: While running test_nua example it crashes on su_task_execute() (called from test_nat_flush()). The function has race condition - call to pthread_cond_wait(frame->cond, frame->mutex); may happen when memory pointed by frame is already deallocated by the message dispatcher. This is clearly visible in VC++ Debug builds, as debug version of Windows allocator overwrites freed memory with some rubbish, so that mutex and cond both point into garbage. The frame probably should not be allocated as a part of the message. darcs-hash:20060905214600-65a35-4e95c3c1900e364e670fd4504ef54c847c425f4e.gz
-
Pekka Pessi authored
darcs-hash:20060905210717-65a35-39131566313c84cab9f535d0649c0055de346be4.gz
-
Pekka Pessi authored
darcs-hash:20060905210540-65a35-200818eb6199c647bf37c115d02d6d8b6cfe8db6.gz
-
Pekka Pessi authored
Auxiliary codecs are now included in m darcs-hash:20060905210454-65a35-3177a9072de146e6177f7207353a4a13cdaa5d24.gz
-
Pekka Pessi authored
darcs-hash:20060905210310-65a35-ae6429a6622b4142a83b561eda236ddf53cd435b.gz
-
Pekka Pessi authored
sdp.c: fixed sdp_media_cmp() - now include m_mode in comparison. Based on bug report and initial patch submitted by Legostayev Denis. darcs-hash:20060905185018-65a35-1e971fbc5cd6735b56aa19b005983f6b0566388b.gz
-
Pekka Pessi authored
Updated documentation of nta_outgoing_tcancel(), too. darcs-hash:20060905163428-65a35-3b9d85516018d18e58e18b5bd608e3e5d9f2fe4f.gz
-
- 31 Aug, 2006 6 commits
-
-
Pekka Pessi authored
darcs-hash:20060831115743-65a35-7f20ea53679ef08e6cc7d827df602043e82283ff.gz
-
Pekka Pessi authored
darcs-hash:20060831115641-65a35-78d76bf617b36c07b574627cbdd570f690e0ba4c.gz
-
Pekka Pessi authored
test_100rel.c: added test for original UAS sending UPDATE. darcs-hash:20060831114957-65a35-a422332923eda89f6c14a581fe28efc90f7f40eb.gz
-
Remi Denis-Courmont authored
darcs-hash:20060831101905-9301c-a8cdadf615405b1a143e5ea6010e9808b013412d.gz
-
Remi Denis-Courmont authored
darcs-hash:20060831102915-9301c-1046017bf5a74f7990b867d270185a429c1c08e5.gz
-
Pekka Pessi authored
darcs-hash:20060831073517-65a35-10d66cf91cb202370312ba590a2f506348ce1b2b.gz
-
- 30 Aug, 2006 2 commits
-
-
Pekka Pessi authored
darcs-hash:20060830134604-65a35-60de63d7f225a31169cc6924aebb685ba1ca67a1.gz
-
Pekka Pessi authored
nua_subnotref.c, nua_notifier.c, sofia-sip/nua_tag.h, nua_tag.c, nua_params.c, nua_params.h: first refer event may or may not have id parameter. Added parameter nutag_refer_with_id for changing the behaviour (in case something breaks down if id *is* included with first subscription). test_params.c: added tests for setting and getting NUTAG_REFER_WITH_ID(). test_refer.c: testing Event: refer with and without id. darcs-hash:20060830133749-65a35-92739849ca90f77da65687f3002b710277a233d3.gz
-