summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip/sip_util.c
AgeCommit message (Expand)Author
2014-02-27Fixed #1740: TLS will be used whenever request URI uses "sips" scheme regardl...Nanang Izzuddin
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-03-19Close #1645: Added run-time setting 'pjsip_cfg()->req_has_via_alias' and comp...Nanang Izzuddin
2012-06-20Fixed #1537: Via rewrite: putting the right IP address in Via sent-by for out...Liong Sauw Ming
2012-03-30Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch)Benny Prijono
2011-10-24Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunkLiong Sauw Ming
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2010-11-03Fixed #1155 (Run-time option to disable the use of "rport" in outgoing reques...Benny Prijono
2010-09-28Closed #1139 (Support for tel: URI in PJSUA-LIB):Benny Prijono
2010-08-09Misc (re #1068): do not add To tag to the SIP response if the request already...Benny Prijono
2010-02-24Ticket #1032:Nanang Izzuddin
2010-01-21Fixed ticket #1030: Missing To tag in out-of-dialog response (thanks Rui Mace...Benny Prijono
2009-10-09Fixed ticket #917, #936, and #967:Benny Prijono
2009-08-05Ticket #930:Nanang Izzuddin
2009-06-17Misc fix (ticket #838): compilation warning when int is not typecasted to pjs...Benny Prijono
2009-06-08Ticket #831: Added compile-time option to disable/prevent transport switching...Nanang Izzuddin
2009-06-04Ticket #861: IPv6: when an IPv6 URI has ";transport=udp" parameter, the resol...Benny Prijono
2009-05-29Integration of Sipit24 branch, many tickets involved:Benny Prijono
2009-01-29Candidate fix for ticket #713: Assertion in ../src/pjsip/sip_util.c:729: pjsi...Benny Prijono
2009-01-14Inconsistent implementation vs documentation in pjsip_endpt_create_request_fr...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-12-17Ticket 684: protect the memory allocation for TX packet with try/catch, and f...Benny Prijono
2008-12-05Fixed missing explicit type-cast that may cause build-fail (on C++ compiler).Nanang Izzuddin
2008-11-27Ticket #10: handle redirection response in the invite sessionBenny Prijono
2008-07-04Fixed compilation warnings on gcc-4.2.3Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-02-22Ticket #492: Bug in strict route processing when challenged with 401/407 resp...Benny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-06-23More ticket #341: renamed pjsip_transport_send_raw() to pjsip_tpmgr_send_raw(...Benny Prijono
2007-06-19Ticket #338: handle maddr parameter in URI when sending outgoing requestsBenny Prijono
2007-05-29Fixed Symbian (aka C++ mode) compilation error because of recent change in tr...Benny Prijono
2007-05-12Symbian fixes to compile on GCCE (nested callbacks etc)Benny Prijono
2007-05-02Ported PJSIP and PJSIP-SIMPLE to SymbianBenny Prijono
2007-04-02Ticket #205: merged proxy functionalities from stable to trunkBenny Prijono
2007-03-18Fixed ticket #187: Bug with destination address calculation for strict route ...Benny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-10Fixed ticket #97: bug with URI/name-addr copying in strict route handling rou...Benny Prijono
2007-01-12Workaround for ticket #50: added API to lock/bind transaction, dialog, and re...Benny Prijono
2006-11-11Attended call transfer implementation. The changes involves:Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-06-13Fixed bug in generating CANCEL request when the INVITE request contains Route...Benny Prijono
2006-06-06More information in error reporting on parsing errorBenny Prijono
2006-05-16Rearrange transaction statefull stuffs in SIP so that it will not be linked w...Benny Prijono
2006-03-02Changed pjsip_msg_body_clone(), added pjsip_msg_body_create()Benny Prijono
2006-02-10Added more logging, and fixed bug when ACK is responded!Benny Prijono
2006-02-09Fixed bug where resolved address is not properly propagated from resolver to ...Benny Prijono
2006-02-08Finished invite session UAS implementationBenny Prijono
2006-02-08Initial UAS implementation in invite sessionBenny Prijono
2006-02-07Tested initial implementation: basic UAC, client registration, authentication...Benny Prijono
2006-02-07Initial implementation of invite session abstraction, and updated pjsua for t...Benny Prijono