summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip/sip_transport_tcp.c
AgeCommit message (Expand)Author
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2006-12-26Fixed ticket #42: duplicate hash entry when TCP/TLS connection is created whi...Benny Prijono
2006-11-19Fixed minor memory leak in SIP TCP transportBenny Prijono
2006-09-26Added support for specifying IP address in PJSUA-LIB/pjsua.Benny 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-18Fixed several bugs related to TCP:Benny Prijono
2006-07-16Fixed crash in SIP TCP transport deinitialization, and set pjsip-perf to hand...Benny Prijono
2006-07-10Fixed several bugs with TCP transport: (1) Handle crash in transaction, possi...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-06-28Major improvements in PJSIP to support TCP. The changes fall into these categ...Benny Prijono
2006-06-26Finished initial SIP TCP transport supportBenny Prijono
2006-06-23Renamed pjsip_transport_unregister() to pjsip_transport_destroy(), also initi...Benny Prijono