summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip/sip_transaction.c
AgeCommit message (Expand)Author
2011-10-24Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunkLiong Sauw Ming
2011-09-18Modified the libraries to use the new log indentation feature re #1372Benny Prijono
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2010-09-30Closed #1121 (Deadlock in transaction code when hanging up calls): fixed the ...Benny Prijono
2010-09-15Fix #1121 (Deadlock in transaction code when hanging up calls (thanks Dennis ...Benny Prijono
2010-08-11Misc (re #1068): fixed various compilation warnings with Visual Studio 6 and ...Benny Prijono
2010-06-15Re #1068 (Misc Fixes): changed timeout timer value initialization in sip_tran...Benny Prijono
2010-06-01Fix #1090: Disable the "Bug in branch_param generator (i.e. not unique)" asse...Benny Prijono
2010-04-14Ticket #1056:Nanang Izzuddin
2010-03-01More ticket #1033: Fixed send_msg_callback of transaction.c to reset 'cont' f...Nanang Izzuddin
2010-02-08More ticket #1033:Benny Prijono
2010-01-29More ticket #1033:Benny Prijono
2010-01-25Initial commit for #1033: Assertion error when shutting down PJSIP while TCP/...Benny Prijono
2009-10-10Ticket #965: Receiving (malformed) re-INVITE with the same Via branch paramet...Benny Prijono
2009-10-09Fixed ticket #917, #936, and #967:Benny Prijono
2009-09-22Fixed ticket #959: Assertion upon receiving malformed SIP messages (thanks An...Benny Prijono
2009-08-11Misc fix (ticket #915): Fixed bug in checking transaction registration with s...Nanang Izzuddin
2009-06-25Ticket #906: Transaction is not destroyed when transport timeout event comes ...Benny Prijono
2009-06-03Ticket #822: Retransmit provisional response every 1 minuteBenny Prijono
2009-06-02Ticket #870: Changed the mapping of host resolution failure to SIP status cod...Benny Prijono
2009-05-29Integration of Sipit24 branch, many tickets involved:Benny Prijono
2009-04-26Fixed ticket #503: Handle the case when CANCEL is responded with 200/OK but 4...Benny Prijono
2009-02-06Ticket #718: Crash when handling incoming request without rport (thanks Norma...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-07-12Related to ticket #529: ignore transaction terminate request if transaction s...Benny Prijono
2008-07-12Fixed ticket #529: memory leak on Symbian and possibly handle leaks on all pl...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-02-22Ticket #7: Move PJSIP compile time configurations/settings (such as T1, T2 ti...Benny Prijono
2007-11-23Ticket #424: Added API to retrieve number of transactions and dialogs (thanks...Benny Prijono
2007-10-03Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiationBenny Prijono
2007-09-30Ticket #385: Support for reliable provisional response (100rel, PRACK)Benny Prijono
2007-08-12Ticket #362: Transaction timer I in Completed state should be zero for reliab...Benny Prijono
2007-05-30Fixed ticket #302: Behavior in cancelling INVITE session when no provisional ...Benny Prijono
2007-05-04Fixed more bugs caused by ticket #221Benny Prijono
2007-05-03Implemented ticket #246, #247, #261, #268, #250 for SymbianBenny Prijono
2007-05-02Ported PJSIP and PJSIP-SIMPLE to SymbianBenny Prijono
2007-04-20Fix for ticket #221: retransmit timer wasn't cleared when 2xx response for NI...Benny Prijono
2007-04-11Fixed ticket #221: Bug in retransmission of non-INVITE SIP requests in UAC tr...Benny 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-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-12-01Fixed ticket #29: calling pjsua_init() to reinitialize the whole libraries af...Benny Prijono
2006-11-21Fixed handles leak upon program exit, by introducing pj_shutdown() and pj_ate...Benny Prijono
2006-10-08Modify sip_transaction.c to send ACK first before notifying upper layer about...Benny Prijono
2006-08-12Improved logging consistency and added more logging info in verbosity 6Benny Prijono
2006-08-06Fixed assertion error if ACK is received before INVITE transaction sends fina...Benny Prijono
2006-07-29Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 cha...Benny Prijono
2006-07-23Improvement/bug fix in hash table lookup to allow user to specify the hash va...Benny Prijono