summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip/sip_endpoint.c
AgeCommit message (Expand)Author
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
2011-03-16Fix #1212:Nanang Izzuddin
2010-02-24Ticket #1032:Nanang Izzuddin
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-08-19pjsip_endpt_handle_events2() is loosing the error code in MacOS X if pj_ioque...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
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-07-10Ticket #352: added PJSIP_CHECK_VIA_SENT_BY configuration to turn off Via sent...Benny Prijono
2007-05-30Fixed ticket #311: PJSIP resolver is not destroyed on shutdown (thanks Martin...Benny Prijono
2007-05-29Fixed Symbian (aka C++ mode) compilation error because of recent change in tr...Benny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-05-01PJSDP port to SymbianBenny Prijono
2007-03-23ICE (work in progress): integration with PJSUABenny Prijono
2007-02-28Fixed ticket #145: pj_ioqueue_poll() blocks forever because of invalid timeou...Benny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...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 mutex leak in SIP endpoint: timer heap was not destroyedBenny Prijono
2006-11-21Fixed handles leak upon program exit, by introducing pj_shutdown() and pj_ate...Benny Prijono
2006-11-21Fixed handles leak in SIP endpoint: ioqueue is not freed, causing PJ_IOQUEUE_...Benny Prijono
2006-11-11Attended call transfer implementation. The changes involves:Benny Prijono
2006-10-08Major addition to support DNS SRV resolution in PJSIP:Benny Prijono
2006-08-15Support for PUBLISH (RFC 3903):Benny Prijono
2006-07-18Fixed several bugs related to TCP:Benny Prijono
2006-07-11Added PJSIP_MAX_NET_EVENTS configuration to pjsipBenny Prijono
2006-07-10Do several ioqueue poll in one go in pjsip_endpoint, because IOCP can only re...Benny Prijono
2006-07-09Fix minor bug in displaying invalid message (previously the whole TCP packet ...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-07-03Fixed minor bug in pool_caching.c that prevent pool from being reused if the ...Benny Prijono
2006-06-28Removed mutex protection in pjsip_endpt_create_pool() since the pool factory ...Benny Prijono
2006-06-06More information in error reporting on parsing errorBenny Prijono
2006-06-01Added pjsip_endpt_handle_events2(), which has an additional argument to repor...Benny Prijono
2006-05-16Rearrange transaction statefull stuffs in SIP so that it will not be linked w...Benny Prijono
2006-03-30Support for alternate pool backendBenny Prijono
2006-03-10Fixed compilation and run warnings/errors with MSVC 2005Benny Prijono
2006-03-01Moved pjsua to pjsip-appsBenny Prijono
2006-02-27Changed pjsip_endpt_handle_events() to return pj_status_t instead of voidBenny Prijono
2006-02-26Do not drop response with mismatch sent-by, since it can happen when endpoint...Benny Prijono
2006-02-25Tidying up and make it consistent with the documentationBenny Prijono
2006-02-21Implemented major feature: call hold and transferBenny Prijono
2006-02-19Initial SIMPLE implementationBenny Prijono
2006-02-14Ported pjsip to WinCEBenny Prijono
2006-02-09Integration of pjmedia and pjsip error subsystem to pjlibBenny 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
2006-01-08Do not allow modules with the same name to be registeredBenny Prijono