summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip/sip_transport_udp.c
AgeCommit message (Expand)Author
2014-01-23Misc (re #1630): Fixed GCC build warnings (thanks Tzafrir Cohen for the patch).Nanang Izzuddin
2013-07-12Fixed #1689: The bound address is not updated when UDP transport is restartedLiong Sauw Ming
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2011-01-21Re #1197: also increase MAX_IMMEDIATE_PACKET from 10 to 50 to make it more re...Benny Prijono
2010-02-25More ticket #1032:Nanang Izzuddin
2010-01-14Misc (#1026): remove the code that silently set SO_SNDBUF/SO_RCVBUF as it's n...Benny Prijono
2009-03-17Ticket #755: segfault with IPv6 transport (thanks Cedric Levequ for the report)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
2007-12-01Ticket #421: initial IPv6 support: UDP transportBenny Prijono
2007-07-20Ticket #354: build PJLIB as dynamic libraries (.DSO) in SymbianBenny Prijono
2007-06-23Fixed memory and possibly handle leak when UDP transport is restartedBenny Prijono
2007-06-22Committed ticket #337: Ability to restart PJSIP UDP transportBenny Prijono
2007-05-12Symbian fixes to compile on GCCE (nested callbacks etc)Benny Prijono
2007-05-03Misc Symbian fixes, looks goodBenny Prijono
2007-05-02PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing followsBenny Prijono
2007-05-02Ported PJSIP and PJSIP-SIMPLE to SymbianBenny Prijono
2007-03-18Changed pj_sockaddr structure and added pjnath project for ICE/STUN stuffsBenny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-01-31Updated PJSUA-API docs for Python and some bug fixes in Python moduleBenny Prijono
2006-09-14Fix the local IP address resolution issue in PJSIP, PJMEDIA, and PJSUA, by ad...Benny Prijono
2006-07-29Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 cha...Benny Prijono
2006-07-23Added 64bit Linux target (x86_64), also fixed compilation warnings when compi...Benny Prijono
2006-06-28Enhancements and minor bug-fix in SIP UDP transport: (1) application may spec...Benny Prijono
2006-06-23Renamed pjsip_transport_unregister() to pjsip_transport_destroy(), also initi...Benny Prijono
2006-06-22Fixed bug in sip_transport_udp: socket is closed after unregistered from ioqueueBenny Prijono
2006-04-04Removed some UDP socket warningsBenny Prijono
2006-03-30Fixed crash bug with poll_reset() in rdataBenny Prijono
2006-03-10Fixed compilation and run warnings/errors with MSVC 2005Benny Prijono
2006-03-01Increase UDP transport socket buffer size to 24M!Benny Prijono
2006-03-01Maximize the size of SO_SNDBUF and SO_RCVBUF for UDP transportBenny Prijono
2006-03-01Fixed bug where rdata is not reset properly causing memory to grow indefinitelyBenny Prijono
2006-02-14Ported pjsip to WinCEBenny Prijono
2006-01-07Added test functions for UAC transactionBenny Prijono
2006-01-05Added loop transport to test transactionBenny Prijono
2005-12-30Basic module, transport, and sending messagesBenny Prijono
2005-12-26Modify transport to use generic sockaddr addressBenny Prijono
2005-11-21Set svn:eol-style propertyBenny Prijono
2005-11-19Changed transaction to refrect new transport changesBenny Prijono
2005-11-19Added UDP transport implementationBenny Prijono