summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip-ua/sip_reg.c
AgeCommit message (Expand)Author
2013-09-04Closed #1696: IP change detection (Contact rewrite method) based on REGISTER ...Liong Sauw Ming
2013-06-28Fixed #1684 (Failed assertion when scheduling timer in the registration client):Benny Prijono
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-01-16Fixed #1606: Support query-only on registration bindingsBenny Prijono
2012-07-16Fixed #1555 : Bug with via_rewrite feature when the account gets deletedLiong Sauw Ming
2012-06-20Fixed #1537: Via rewrite: putting the right IP address in Via sent-by for out...Liong Sauw Ming
2012-04-11Re #1474: merged r4031-r4037Benny Prijono
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2011-04-27Fixed #1247: Deadlock potential in sip_regc.c if sending fails (thank you Ale...Benny Prijono
2011-04-26Re #1245: bad last commit caused everything to be treated as unregistrations!Benny Prijono
2011-04-25Fixed #1245: Assertion may be raised if iPhone app woken up to perform regist...Benny Prijono
2011-03-15Re #1205: If refresh timer is already running, it will be cancelled and resch...Liong Sauw Ming
2011-03-15Fixed #1205: Configurable delay before registration refresh setting in pjsua_...Liong Sauw Ming
2010-06-24Fixed #1039: Add Allow header in outgoing REGISTER request (thanks Daniel Ane...Benny Prijono
2010-03-30Ticket #1044:Nanang Izzuddin
2010-02-23Ticket #1031: Automatically handle 423 (Interval Too Brief) response in SIP r...Benny Prijono
2009-08-05Ticket #930:Nanang Izzuddin
2009-06-02Ticket #870: Changed the mapping of host resolution failure to SIP status cod...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-13Fixed various compilation warnings with gcc strict compilationBenny Prijono
2008-06-06Ticket #418 Protect client registration session with mutexBenny Prijono
2008-06-04Fixed gcc warnings about type pruned pointersBenny Prijono
2008-05-17Ticket #534: Client register/registration support for various registrar broke...Benny Prijono
2008-05-04If regc.check_contact is disabled, and no Expires header has been found, but ...Benny Prijono
2008-03-02Ticket #498: Option in client registration to ignore Contact address in REGIS...Benny Prijono
2007-11-23Fixed ticket #423: Client registration (pjsip_regc) doesn't obey explicit tra...Benny Prijono
2007-11-10Fixed compilation warnings/errors under C++ modeBenny Prijono
2007-11-08- Added option to send empty Authorization header in outgoing requestsBenny Prijono
2007-11-04Fixed bug with detecting successful unregistration request. Previously, succe...Benny Prijono
2007-10-24Fixed ticket #401: Unable to register when account URI contains display nameBenny Prijono
2007-10-04Ticket #390: Register session will keep transport instance so that keep-alive...Benny Prijono
2007-09-30Minor fix: changed file identification in log (the THIS_FILE macro) from sip_...Benny Prijono
2007-09-24Fixed several unit test failures: typecast error on C++ mode, SIP parsing, etc.Benny Prijono
2007-09-11Fixed ticket #371: Bug with REGISTER expiration calculation (thanks Philippe ...Benny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-06-01Fixed ticket #316: Crash in registration session when transport returns error...Benny Prijono
2007-06-01Added assertion in regc to check if application has called pjsip_regc_destroy...Benny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-05Fixed ticket #89: implement transaction timeout in REGISTER request (thanks F...Benny Prijono
2007-01-26Fixed ticket #81: registration refresh crashed when NIC is plugged-offBenny Prijono
2007-01-21Fixed ticket #73: regc does not respond to 401/407 challenge after it has bee...Benny Prijono
2007-01-12Workaround for ticket #50: added API to lock/bind transaction, dialog, and re...Benny Prijono
2006-12-02Fixed ticket #36: pjsip_regc_unregister() SHOULD NOT unregister all contacts ...Benny Prijono
2006-12-01Fixed ticket #34: unable to send REGISTER in the registration callbackBenny Prijono
2006-11-11Add pjsip_regc_add_headers() APi to set headers to be added Benny Prijono
2006-10-16Fixed bug in client registration when pjsip_endpt_send_request() returns imme...Benny Prijono
2006-09-13Fixed bug in client REGISTER: crashed when application calls pjsip_regc_regis...Benny Prijono
2006-08-08Fixed bugs in client registration (sip_regc.c): when re-registration failed ...Benny Prijono