summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip/transport_test.c
AgeCommit message (Expand)Author
2009-04-22Ticket #706: Merged branch vs-reorg into trunk:Nanang Izzuddin
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-12-18Cleaned up compile warnings (on gcc 4.0.1).Nanang Izzuddin
2008-09-21Ticket #639: added torture tests for handling non-ASCII UTF-8 characters in S...Benny Prijono
2008-09-16Ticket #625: Fixed unicode build issues on Windows platforms (thanks David Pa...Nanang Izzuddin
2008-08-04Changed SIP transport to use active socket to fix ticket #579: "Data loss wit...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...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
2006-09-19Fixed misc compilation warnings (mostly about unused variables)Benny Prijono
2006-07-23Added 64bit Linux target (x86_64), also fixed compilation warnings when compi...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-23Fixed pjsip-test and added msg_err_test.c for testing parsing errorsBenny Prijono
2006-01-30Finished implementation of UA layer (to be tested)Benny Prijono
2006-01-18Complete tsx layer selftest, implemented authentication frameworkBenny 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