summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip/sip_ua_layer.c
AgeCommit message (Expand)Author
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-03-05Implementation of Re #1628: Modify SIP transaction to use group lock to avoid...Benny Prijono
2012-07-18Fixed #1556: Fix From/To tag and Via branch comparison to be case insensitiveLiong Sauw Ming
2011-07-19Re #1326: Initial code integration from branch 2.0-dev to trunk as "2.0-pre-a...Nanang Izzuddin
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2009-05-29Integration of Sipit24 branch, many tickets involved:Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-09-24Ticket #635: Disconnect the other call leg when multiple 2xx/OK responses to ...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2007-11-23Ticket #424: Added API to retrieve number of transactions and dialogs (thanks...Benny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-05-28Fixed ticket #304: Memory alignment error for hash entry buffer causing crash...Benny Prijono
2007-05-02Ported PJSIP and PJSIP-SIMPLE to SymbianBenny Prijono
2007-02-20Fixed (and tested) ticket #112: Workaround for forkingBenny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2006-11-11Attended call transfer implementation. The changes involves:Benny Prijono
2006-09-19Fixed race-condition/deadlock problems in the dialog/user agent layer Benny Prijono
2006-08-11Fixed bugs in previous deadlock workaroundBenny Prijono
2006-08-10Attempt to fix the race condition in dialog locking.Benny Prijono
2006-07-23Added 64bit Linux target (x86_64), also fixed compilation warnings when compi...Benny Prijono
2006-04-28Fixed compatibility problem (missing From tag) with RFC 2543 compliant UAsBenny Prijono
2006-03-10Fixed compilation and run warnings/errors with MSVC 2005Benny Prijono
2006-03-06Fixed crashed bug when dialog is gone after it is found! Should not happen in...Benny Prijono
2006-03-01Moved pjsua to pjsip-appsBenny Prijono
2006-02-25Tidying up and make it consistent with the documentationBenny Prijono
2006-02-19Initial SIMPLE implementationBenny Prijono
2006-02-14Ported pjsip to WinCEBenny Prijono
2006-02-10Added more logging, and fixed bug when ACK is responded!Benny Prijono
2006-02-09Updated with new jitter buffer, and statistics in pjsuaBenny Prijono
2006-02-08Finished invite session UAS implementationBenny Prijono
2006-02-07Updated Makefile for cygwin/mingw build and fix misc warningsBenny 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
2006-01-30Finished implementation of UA layer (to be tested)Benny Prijono