summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-01-27Add LCOV machineryMikhail Zabaluev1-0/+2
2008-12-16Zero-initialize the GValue for the alias pairMikhail Zabaluev1-1/+1
2008-11-28Emit NewChannels/NewChannel on incoming media channelsMikhail Zabaluev1-0/+3
2008-11-28Fix the 'TargetID'/'target-id' property on TpsipMediaChannelMikhail Zabaluev1-1/+1
2008-11-27Do advertise Requests interface as supported by the connectionMikhail Zabaluev1-0/+1
2008-11-20Added Destroyable to the list of text channel interfacesMikhail Zabaluev1-0/+1
2008-11-19Merge branch 'requestable-channels' into spec-0.17.14Mikhail Zabaluev5-25/+21
2008-11-19Addressed the review commentsMikhail Zabaluev5-26/+22
2008-11-18Set the flag Channel_Text_Message_Flag_Resqued on pending messages of a resur...Mikhail Zabaluev1-3/+12
2008-11-18Implemented Destroyable interface on TpsipTextChannelMikhail Zabaluev1-23/+56
2008-11-18Guard against disconnecting signals that were never connectedMikhail Zabaluev2-5/+11
2008-11-18Fixed a printf format warningMikhail Zabaluev1-1/+1
2008-11-18Made source generation rules more robustMikhail Zabaluev1-6/+6
2008-11-18Cleaned up header inclusionsMikhail Zabaluev2-3/+2
2008-11-18Connection uses channel managers instead of factoriesMikhail Zabaluev2-24/+17
2008-11-18Reimplemented TpsipTextFactory as an implementation of TpChannelManagerMikhail Zabaluev3-93/+245
2008-11-18Reimplemented TpsipMediaFactory as an implementation of TpChannelManagerMikhail Zabaluev2-201/+394
2008-11-06Removed const qualifiers for members of DBus property mixin initializer arraysMikhail Zabaluev2-8/+10
2008-10-30UntabifyMikhail Zabaluev1-2/+2
2008-10-24Don't free a GError before using its dataMikhail Zabaluev1-1/+1
2008-10-24Respond 200 OK for pending messages auto-acked with ListPendingMessages(True)Mikhail Zabaluev1-6/+18
2008-10-24Put some brainpower into saving the NUA message structureMikhail Zabaluev3-20/+16
2008-10-21Resurrect a text channel if it has pending incoming messagesMikhail Zabaluev3-35/+60
2008-10-21Added property "channel-destroyed" to TpsipTextChannelMikhail Zabaluev1-0/+12
2008-10-21Merge branch 'master' into text-fixesMikhail Zabaluev6-298/+163
2008-10-20Safer boolean result for tpsip_debug_flag_is_set()Mikhail Zabaluev1-1/+1
2008-10-20Pretty-formatted and optimized SESSION_DEBUGMikhail Zabaluev1-17/+17
2008-10-20Merge branch 'master' into text-fixesMikhail Zabaluev3-46/+83
2008-10-20Merge branch 'master' into media-session-cleanupMikhail Zabaluev1-3/+3
2008-10-20Fixed a stupid crashMikhail Zabaluev1-3/+3
2008-10-20Merge branch 'call-group-fixes' into media-session-cleanupMikhail Zabaluev6-112/+215
2008-10-20Merge branch 'spec-0.17.13' into call-group-fixesMikhail Zabaluev6-112/+215
2008-10-20The "handle" property on TpsipMediaChannel really conveys the requested handleMikhail Zabaluev2-8/+45
2008-10-20enamed "creator" property to "initiator", for consistency with the DBus nameMikhail Zabaluev2-37/+37
2008-10-20Assign initiator handle to the right TpsipTextChannel propertyMikhail Zabaluev1-1/+1
2008-10-19Renamed tpsip_text_channel_close_async to tpsip_text_channel_dbus_closeMikhail Zabaluev1-8/+9
2008-10-18Moved incoming INVITE and MESSAGE handlers to their respective factoriesMikhail Zabaluev7-289/+286
2008-10-18Do one less whole-body strdup (and strlen) per received messageMikhail Zabaluev3-34/+41
2008-10-18Header and definition cleanupMikhail Zabaluev2-5/+8
2008-10-17Kill the auth hash table that went unused long agoMikhail Zabaluev2-9/+0
2008-10-17Delay the final 200 response to an incoming MESSAGE until acknowledgedMikhail Zabaluev3-27/+48
2008-10-17Rename the outgoing message queue to avoid confusionMikhail Zabaluev1-9/+9
2008-10-17Don't leak the sender handle when text messages are zappedMikhail Zabaluev1-15/+21
2008-10-16Fix a GObject property name, declare the new DBus properties to the mixinMikhail Zabaluev2-3/+6
2008-10-16Implemented text channel properties InitiatorHandle, InitiatorID, RequestedMikhail Zabaluev4-65/+128
2008-10-16Removed the idle catcher for a missing nua_i_state eventMikhail Zabaluev1-48/+11
2008-10-16Added a FIXME comment about implementing incoming CANCEL for a re-INVITEMikhail Zabaluev1-0/+3
2008-10-16The hardcoded request timeout is bad, removedMikhail Zabaluev1-57/+7
2008-10-16Simplify the media factory code by exporting channel's add_member overrideMikhail Zabaluev3-23/+15
2008-10-16Renamed tpsip_media_channel_close_async to tpsip_media_channel_dbus_closeMikhail Zabaluev1-8/+9