summaryrefslogtreecommitdiff
path: root/tpsip
AgeCommit message (Expand)AuthorFilesLines
2011-01-28Changed the size parameter type to signed in tpsip_unquote_string()Mikhail Zabaluev2-2/+2
2010-02-15Updated Nokia copyright years in source filesMikhail Zabaluev3-3/+3
2010-01-29Don't dup the codec name stringMikhail Zabaluev1-1/+1
2010-01-24Regularized the compiler flag variables in makefilesMikhail Zabaluev1-0/+2
2010-01-24Fix compiler warningsMikhail Zabaluev2-2/+4
2009-11-23Properly fixed a quick patchMikhail Zabaluev1-3/+2
2009-11-23Addressed Will's comments on codec parameter parsers and quoting utilitiesMikhail Zabaluev2-3/+9
2009-11-23Staticized tpsip_codec_param_formats_init()Mikhail Zabaluev2-4/+10
2009-11-23Addressed some of Simon's review comments for codec parameter formattingMikhail Zabaluev2-2/+3
2009-11-13Guard against a null fmtp parameter for codec parserMikhail Zabaluev1-1/+4
2009-11-10Anchor the match for DTMF events list at the beginning of the stringMikhail Zabaluev1-1/+1
2009-11-10Plug in the audio/telephone-event formatting routinesMikhail Zabaluev1-0/+5
2009-11-10Added codec format registration routines and type-based usage functionsMikhail Zabaluev2-4/+110
2009-11-10Added parameter formatting for audio/telephone-eventMikhail Zabaluev1-1/+59
2009-11-05Added the generic parser routine, along with initializationMikhail Zabaluev2-10/+109
2009-11-05Added tpsip_unquote_string()Mikhail Zabaluev2-2/+47
2009-11-05Added the new sources to the buildMikhail Zabaluev1-2/+8
2009-11-05Initial code for codec parameter formatters and parsersMikhail Zabaluev2-0/+139
2009-11-05Added the utility module files, initially with quoted string utilitiesMikhail Zabaluev2-0/+136
2009-01-02Experimental addition of a heartbeat wait source to the Sofia rootMikhail Zabaluev1-0/+1
2008-11-18Made source generation rules more robustMikhail Zabaluev1-2/+2
2008-08-22Deleted the post-migration .git-darcs-dir filesMikhail Zabaluev1-0/+0
2008-04-09Added tpsip/signals-marshal.list to distributed filesMikhail Zabaluev1-0/+2
2008-04-09tpsip: added -I$(top_builddir) -I$(top_srcdir) to preprocessor flagsMikhail Zabaluev1-1/+2
2008-03-18Added TpsipEventTarget interface as a start for the Telepathy-SofiaSIP dynami...Mikhail Zabaluev6-0/+444