summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip/sip_transaction.h
AgeCommit message (Expand)Author
2013-03-05Implementation of Re #1628: Modify SIP transaction to use group lock to avoid...Benny Prijono
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2010-09-15Fix #1121 (Deadlock in transaction code when hanging up calls (thanks Dennis ...Benny Prijono
2010-04-14Ticket #1056:Nanang Izzuddin
2010-01-25Initial commit for #1033: Assertion error when shutting down PJSIP while TCP/...Benny Prijono
2009-04-26Fixed ticket #503: Handle the case when CANCEL is responded with 200/OK but 4...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-20Updated doxygen documentationsBenny Prijono
2008-01-25Fixed doxygen comments everywhereBenny Prijono
2007-11-23Ticket #424: Added API to retrieve number of transactions and dialogs (thanks...Benny Prijono
2007-09-30Ticket #385: Support for reliable provisional response (100rel, PRACK)Benny Prijono
2007-05-30Fixed ticket #302: Behavior in cancelling INVITE session when no provisional ...Benny Prijono
2007-04-11Fixed ticket #221: Bug in retransmission of non-INVITE SIP requests in UAC tr...Benny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-13Implement ticket #99: a more generic mechanism to implement UAC transaction t...Benny Prijono
2007-01-14Continuing work on ticket #50: make explicit transport selection works for se...Benny Prijono
2007-01-12Workaround for ticket #50: added API to lock/bind transaction, dialog, and re...Benny Prijono
2006-07-22Changed all public header files to compile correctly when -ansi and -pedantic...Benny Prijono
2006-06-17Modifications all over the place, but mainly only to update Doxygen documenta...Benny Prijono
2006-06-13Added status_text and cause_text in dialog and transaction to capture the rea...Benny Prijono
2006-03-01Moved pjsua to pjsip-appsBenny Prijono
2006-02-25Tidying up and make it consistent with the documentationBenny Prijono
2006-02-19Return correct error when sending message failedBenny Prijono
2006-02-08Finished invite session UAS implementationBenny Prijono
2006-01-30Finished implementation of UA layer (to be tested)Benny Prijono
2006-01-08Transaction only decrements tx_data in send_msg() if return status is PJ_SUCCESSBenny Prijono
2006-01-07Added test functions for UAC transactionBenny Prijono
2006-01-05Added loop transport to test transactionBenny Prijono
2005-12-26Modify transport to use generic sockaddr addressBenny Prijono
2005-11-21Set svn:eol-style propertyBenny Prijono
2005-11-20More compliant URI parser, comparison, etc.Benny Prijono
2005-11-18The BIG transport modificationsBenny Prijono
2005-11-18Pretty commentsBenny Prijono
2005-11-13Applying license to pjprojectBenny Prijono
2005-11-11First clean compile of pjsipBenny Prijono
2005-11-09Begin organizing directory structure of pjsipBenny Prijono