summaryrefslogtreecommitdiff
path: root/pjnath
AgeCommit message (Expand)Author
2016-05-09Fixed #1913: Add callback for address change notification from STUN keep aliveLiong Sauw Ming
2016-01-05Re #1903: Fix crash when cleaning STUN response cache.Riza Sulistyo
2015-12-30Re #1882 (misc): Fixed potential out-of-bound array access in ice_session.Liong Sauw Ming
2015-12-16Re #1882 (misc): Check for duplicate entry when building list of ICE host can...Riza Sulistyo
2015-12-01Misc (re #1882): Added include header guard to pjnath.h.Nanang Izzuddin
2015-10-01Fix #1891: Also match base address in find local candidate after receiving IC...Nanang Izzuddin
2015-09-21Re #1881: Add filters file.Riza Sulistyo
2015-08-25Re #1881: Fixed compile warnings on VS2015 about declaration hides previous d...Nanang Izzuddin
2015-08-21Re #1881: Add Visual Studio 2015 support.Riza Sulistyo
2015-08-07Fixed #1877: Race condition between stopping ICE and sending data in ICE stre...Liong Sauw Ming
2015-07-14Fixed #1869: Destroy STUN session when cleaning up STUN server resolutionLiong Sauw Ming
2015-04-15Fixed #1844: Replaced assertion check of component ID range with normal check.Nanang Izzuddin
2015-04-06Misc (re #1782): Fixed various compile warnings on MSVC.Nanang Izzuddin
2015-03-27Re #1828: Fixed misc compile warnings (on iOS).Nanang Izzuddin
2015-03-03Fixed #1818: Fixed destruction of locked mutex (thanks to Denis Poltorak for ...Liong Sauw Ming
2015-02-13Fixed #1815: Race condition of STUN transaction destructionLiong Sauw Ming
2014-09-01Misc (re #1751): fixed printing value issue when using %02X format. (Thanks I...Riza Sulistyo
2014-08-21Misc (re #1751): fixed occasional failure in pjsip-test & pjnath-test caused ...Nanang Izzuddin
2014-08-20Fixed #1780: Bug: STUN string attribute has zero lengthBenny Prijono
2014-08-19Re #1751: fixed miscellaneous gcc warningsBenny Prijono
2014-02-04Misc (re #1630): Fixing warnings about variable set but not used with recent gccBenny Prijono
2014-02-04Re #1519 (commited to SVN trunk): Add lib target to build system to enable bu...Liong Sauw Ming
2014-01-29Fix #1726: Added check in assertion line for transmitting STUN message withou...Nanang Izzuddin
2014-01-23Misc (re #1630): Fixed symbols that should not be exported (thanks Tzafrir Co...Nanang Izzuddin
2014-01-23Misc (re #1630): Fixed GCC build warnings (thanks Tzafrir Cohen for the patch).Nanang Izzuddin
2013-11-23Fixed #1713: Enable building the libraries as shared libraries/DLLs for GNU t...Benny Prijono
2013-11-14Re #1630 (misc): Prevent retransmit timer cancellation during retransmission ...Liong Sauw Ming
2013-10-24Re #1630 (misc): Use the right compiler and flags to compile C++ (.cpp) filesLiong Sauw Ming
2013-10-23Fixed #1707: Add support for paralel buildLiong Sauw Ming
2013-10-08Re #1703 General bug fixes: fixed some wrong null checking orderBenny Prijono
2013-10-08Re #1703: fixing general bugs. First installment: correct handling of snprint...Benny Prijono
2013-10-01Fixed #1674: Deadlock when third party media employs external lock and ICE is...Liong Sauw Ming
2013-09-25Fix #1700: Added PJ_ICE_CAND_TYPE_MAX to represent the number ICE candidate t...Nanang Izzuddin
2013-09-03Fix #1695: use pj_ice_sess_send_data() only when state is RUNNING.Nanang Izzuddin
2013-08-12Misc (re #1630): Fixed bug of overlapping dst & src buffer for strcpy() in ic...Nanang Izzuddin
2013-07-24Fix #1691: Apply group lock mechanism in NAT detect to avoid deadlock.Nanang Izzuddin
2013-07-05Fix #1685: When TURN destroy is requested in state RESOLVING, pending the des...Nanang Izzuddin
2013-06-19Close #1681:Nanang Izzuddin
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-03-05Re #1616: Fixed assertion trying to release group lock when STUN transaction ...Liong Sauw Ming
2013-03-05Misc (re #1559): fixed compile errors/warnings on MSVCRiza Sulistyo
2013-03-04Misc (re #1559): fixed compile errors/warnings on Symbian platform.Nanang Izzuddin
2013-02-27Re #1617: added concur_test.c to visual studio pjnath_test projectRiza Sulistyo
2013-02-21Re #1617: prevent TURN session from sending anything once it is in deallocati...Benny Prijono
2013-02-21Re #1624: fixed representation in ICE to make it more IPv6 readyBenny Prijono
2013-02-21Fixed #1617: major synchronization fixes in PJNATH with incorporation of grou...Benny Prijono
2013-02-19Fixed #1621: Handle the case when ICE session cannot create valid checklistBenny Prijono
2013-02-19Fixed #1620: Fix the calculation of transmission count during retransmission ...Liong Sauw Ming
2013-02-08Re #1610: Workaround for crash in sess_on_send_msg() callbackNanang Izzuddin
2013-02-07Close #1602: configurable local port range for ICE transport.Nanang Izzuddin