summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip/sip_transport_udp.c
AgeCommit message (Expand)Author
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