summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-07-10Changed the placeholder m= line for a rejected stream to satisfy the SDP pars...Mikhail Zabaluev1-1/+1
2007-07-09Fix an assertion about pending intersectionMikhail Zabaluev1-1/+1
2007-07-09Track pending codec intersections in streams to accurately update the remote_...Mikhail Zabaluev3-4/+26
2007-07-09SIPMediaStream: grouped the boolean properties to 1 bit fieldsMikhail Zabaluev1-8/+8
2007-07-09Debug output tweaksMikhail Zabaluev1-3/+1
2007-07-09SIPMediaSession: when local media change due to request from the client, chec...Mikhail Zabaluev1-1/+3
2007-07-09Don't get stuck with no answer when a stream has been closed due to locally u...Mikhail Zabaluev1-2/+1
2007-07-09Enabled mtrace for debug buildsMikhail Zabaluev1-5/+0
2007-07-09Enabled mtrace for debug buildsMikhail Zabaluev1-0/+5
2007-07-09Enable custom handling of MESSAGE requests, allowing us to respond with statu...Mikhail Zabaluev2-4/+13
2007-07-06SIPMediaSession: removed a state case not expected to be reachableMikhail Zabaluev1-4/+0
2007-07-06SIPMediaSession: would like to see more debugging output on an empty Supporte...Mikhail Zabaluev1-2/+2
2007-07-06SIPMediaSession: allow direct state transition from '[re]invite-sent' to 'rei...Mikhail Zabaluev1-1/+12
2007-07-06SIPMediaSession: don't destroy the call handle, only unref it; this softens t...Mikhail Zabaluev1-2/+2
2007-07-06Don't create and destroy an intset on every session state changeMikhail Zabaluev1-6/+8
2007-07-06Prevent excessive re-INVITEs on RequestStreamDirection if the direction does ...Mikhail Zabaluev1-1/+2
2007-07-05sip-connection-helpers.c: cosmetics to priv_user_encode()Mikhail Zabaluev1-21/+21
2007-07-05Don't lose the local pending send flag on requested direction changesMikhail Zabaluev1-2/+5
2007-07-05Comprehensive implementation of local and remote pending send flagsMikhail Zabaluev2-14/+48
2007-07-04priv_stun_resolver_cb: examine all answers, if more than one A-type record is...Senko Rasic1-3/+25
2007-07-04SIPConnection: don't perform STUN SRV discovery if use supplied stun-server p...Senko Rasic1-2/+2
2007-07-04Using auth-user only in nua_authenticate; modified register-test.py to test a...Senko Rasic3-13/+13
2007-06-28SIPConnection: properly setting userinfo in Contact: header; new param auth-u...Senko Rasic5-28/+46
2007-06-28sip-connection-helpers.c: fixed a typo and a warning message in priv_user_encodeSenko Rasic1-2/+2
2007-07-05Better debugging in sip_media_stream_set_direction()Mikhail Zabaluev1-0/+2
2007-07-05Made sip_media_channel_set_remote_media() less spammy and stricter about the ...Mikhail Zabaluev2-11/+2
2007-07-05When updating remote direction for stream sending state, consider the effecti...Mikhail Zabaluev1-9/+19
2007-07-05Renamed sip_media_channel_set_remote_info() to sip_media_channel_set_remote_m...Mikhail Zabaluev3-5/+5
2007-06-29Updated Nokia copyright years in src/sip-connection-helpers.cMikhail Zabaluev1-1/+1
2007-07-03Fix a crash in sip_media_stream_set_remote_media by always updating the point...Mikhail Zabaluev1-4/+5
2007-07-03Untested implementation of RemoveStreamsMikhail Zabaluev3-2/+54
2007-07-03Removed an outdated TODO commentMikhail Zabaluev1-3/+0
2007-07-03Dump the generated SDP in one place for the whole sessionMikhail Zabaluev2-3/+2
2007-07-02Fix SDP generation goofs, and reverse a recently added assertionMikhail Zabaluev2-5/+5
2007-07-02Mask remote stream direction changes with local direction when it's not an of...Mikhail Zabaluev5-13/+23
2007-06-29Don't set the stream to sending if the local pending send flag is setMikhail Zabaluev1-1/+3
2007-06-29Emit SetStreamSending in the (improbable) case the sending flag is set at the...Mikhail Zabaluev1-0/+4
2007-06-29Implemented locally issued re-INVITEs on stream direction changes. Also do on...Mikhail Zabaluev4-16/+136
2007-06-28small cleanups and improvements in SRV discovery code: no sorting required, m...Mikhail Zabaluev1-59/+68
2007-06-28Cosmetics in URI helpersMikhail Zabaluev1-30/+45
2007-06-26If the message text is not going to be converted, validate it to be proper UTF-8Mikhail Zabaluev1-0/+8
2007-06-26Don't leak the converted body text even if it's gone wrongMikhail Zabaluev1-1/+2
2007-06-26cosmeticsMikhail Zabaluev1-1/+1
2007-06-26Verbose member change signals on member addition, better comments tooMikhail Zabaluev1-3/+13
2007-06-26Removed property 'creator' off SIPMediaChannel, makes for less redundancyMikhail Zabaluev4-79/+31
2007-06-26Found the cause of the refcounting problem and fixed itMikhail Zabaluev1-7/+4
2007-06-25Keep references to Telepathy handles SIPMediaChannel or the session ownsMikhail Zabaluev1-7/+35
2007-06-25Handle nua_i_cancel by emitting MembersChanged removing both call members wit...Mikhail Zabaluev3-2/+46
2007-06-21debug log cosmeticsMikhail Zabaluev1-1/+1
2007-06-21Provide error responses on various error conditions in the nua_i_message handlerMikhail Zabaluev1-5/+16