summaryrefslogtreecommitdiff
path: root/rakia/sip-session.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-03s/NUM_TP_*/TP_NUM_*Guillaume Desmottes1-1/+1
2013-10-02stop using RakiaDirectionGuillaume Desmottes1-5/+5
2012-05-10Enable warnings about suspicious signed/unsigned comparisons, and fix themSimon McVittie1-2/+2
2012-04-05Remove dead codeOlivier Crête1-10/+0
2012-04-05Make sure nua_op is NULL before ending the sip sessionOlivier Crête1-0/+2
2012-03-02Fix the cases when a media is removed and then re-addedOlivier Crête1-26/+85
2012-02-24Update copyright datesOlivier Crête1-1/+1
2012-02-24Fix memory leaks found by valgrindOlivier Crête1-0/+16
2012-02-23Make Hold/Unhold workOlivier Crête1-1/+6
2012-02-23Make it possible to remove a content from a connected callOlivier Crête1-5/+8
2012-02-22Make it possible to add a content to a connected callOlivier Crête1-0/+4
2012-02-16Implement RequestReceivingOlivier Crête1-14/+2
2012-02-14Make SetSending work, also add tests for itOlivier Crête1-7/+5
2012-02-13Correctly identify remote holdOlivier Crête1-3/+3
2012-02-13The Media GPtrArray can contain NULLs, so allow themOlivier Crête1-1/+8
2012-02-10Port to Call1Olivier Crête1-61/+131
2012-01-23WIP: Factor out Sip code to SipSession/SipMediaOlivier Crête1-11/+1530
2012-01-10Add SipSession/SipMedia abstractionsOlivier Crête1-0/+165