summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip
AgeCommit message (Expand)Author
2009-10-16Ticket #957:Nanang Izzuddin
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-27Ticket #957: Initial version of TLS transport for Symbian, includes:Nanang Izzuddin
2009-08-19Misc #951: use UPPERCASE characters in transport type in SIP Via header, some...Benny Prijono
2009-08-13Ticket #886:Nanang Izzuddin
2009-08-11Ticket #930: Fixed compile error for C++ (missing explicit casting from void*).Nanang Izzuddin
2009-08-11Misc fix (ticket #915): Fixed bug in checking transaction registration with s...Nanang Izzuddin
2009-08-05Ticket #930:Nanang Izzuddin
2009-06-25Ticket #906: Transaction is not destroyed when transport timeout event comes ...Benny Prijono
2009-06-22Ticket #758: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-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-05-12Ticket #842: Error parsing status line in sipfrag message body in call transf...Benny Prijono
2009-04-26Fixed ticket #503: Handle the case when CANCEL is responded with 200/OK but 4...Benny Prijono
2009-03-18More ticket #747: the previous fix in r2505 causes parsing IPv6 address in Vi...Benny Prijono
2009-03-17Ticket #755: segfault with IPv6 transport (thanks Cedric Levequ for the report)Benny Prijono
2009-03-12Initial fixes for ticket #747: bugs in parsing SIP torture messages (RFC 4475):Benny Prijono
2009-02-13Ticket #726: bug in parsing tel: URI causing syntax error in processing the r...Benny Prijono
2009-02-06Ticket #718: Crash when handling incoming request without rport (thanks Norma...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-09-24Ticket #635: Disconnect the other call leg when multiple 2xx/OK responses to ...Benny Prijono
2008-09-24Fixed bug in pjsip_auth_clt_clone(), the cached_auth list is not initialized ...Benny Prijono
2008-09-11Ticket #620: PRACK is sent to the wrong UAS when 100rel is used and the dialo...Benny Prijono
2008-08-19pjsip_endpt_handle_events2() is loosing the error code in MacOS X if pj_ioque...Benny Prijono
2008-08-12Ticket #592: URI comparison may crash the application (thanks Pedro Gonçalve...Benny Prijono
2008-08-05Ticket #585: Handle non-SIP URI in Contact header of incoming INVITE and SUBS...Benny Prijono
2008-08-05Implement ticket #551: Generic URI scheme handler (thanks Juri Glaß for the ...Benny Prijono
2008-08-04Changed SIP transport to use active socket to fix ticket #579: "Data loss wit...Benny Prijono
2008-07-28Ticket #538: Closed TCP connection should be removed from the hash table imme...Benny Prijono
2008-07-28Ticket #580: Incoming target refresh request does not update the Contact head...Benny Prijono
2008-07-16Ticket #572: New PJSIP pjsip_msg_find_hdr_by_names() API to find SIP header b...Benny Prijono
2008-07-13Ticket #564: Reduce the memory usage for default pjsip settingsBenny 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-07-07Related to ticket 554: handle the case where server rejects Authorization bec...Benny Prijono
2008-07-04Fixed compilation warnings on gcc-4.2.3Benny Prijono
2008-07-01Ticket #552: Added TLS server name extension to support connecting to multi-h...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-11Fixed error representing the qvalue in Contact header (parser error), and opt...Benny Prijono