summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip/msg_test.c
AgeCommit message (Expand)Author
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-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-11Fixed error representing the qvalue in Contact header (parser error), and opt...Benny Prijono
2008-05-15More ticket #533: fixed bug in Retry-After parser (thanks Samuel Vinson)Benny Prijono
2007-12-02More ticket #421: fixed SIP messaging components to support IPv6 formatBenny Prijono
2007-09-24Fixed several unit test failures: typecast error on C++ mode, SIP parsing, etc.Benny Prijono
2007-06-19Fixed failure in unit test for SIP resolver, also shorten some benchmarksBenny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-05-01Fixed build error on LinuxBenny Prijono
2007-04-29Continuing ticket #240: Error parsing quoted URI parametersBenny Prijono
2007-04-29Fixed ticket #240: error parsing/printing quoted parameters, and also added h...Benny Prijono
2007-04-28Undo ticket #238Benny Prijono
2007-04-28Fixed ticket #238: allow colon in Via parametersBenny Prijono
2007-03-19Fixed ticket #189: Error parsing compact form of Via header (thanks Tobias SÃ...Benny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-01-21Fixed gcc warnings, especially about dereferencing type-punned pointerBenny Prijono
2006-07-23Added 64bit Linux target (x86_64), also fixed compilation warnings when compi...Benny Prijono
2006-07-03Various performance improvements in PJSIP: (1) optimizing for common case to ...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-01-30Finished implementation of UA layer (to be tested)Benny Prijono
2006-01-10Renamed pjsip_url to pjsip_sip_uriBenny 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