summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip
AgeCommit message (Expand)Author
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-17Fixed test.h to include all tests in pjsip testBenny Prijono
2007-01-21Fixed gcc warnings, especially about dereferencing type-punned pointerBenny Prijono
2007-01-20Fixed ticket #65: broken pjsip-test compilation because of recent changes in ...Benny Prijono
2006-10-08Major addition to support DNS SRV resolution in PJSIP:Benny Prijono
2006-09-22In pjsua, outgoing REFER now always put Refer-Sub: falseBenny Prijono
2006-09-19Fixed misc compilation warnings (mostly about unused variables)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-07-22Fixed bug in tel: URI unescaping codeBenny Prijono
2006-07-18Fixed error in tel: URI test in pjsip-testBenny Prijono
2006-07-14Attempt to get some applications linked for RTEMS target, just to get the foo...Benny Prijono
2006-07-09Report peak memory used upon exitingBenny Prijono
2006-07-06Fixed link errors in ioqueue epoll backendBenny Prijono
2006-07-06Set the caching pool workspace size in pjsip-test to 2MB (configurable)Benny Prijono
2006-07-05Fixed SIP parsing bugs when in-place escaping is enabledBenny 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-06-26Bring the dead pjsip-test up to date with latest pjsipBenny Prijono
2006-06-23Renamed pjsip_transport_unregister() to pjsip_transport_destroy(), also initi...Benny Prijono
2006-06-23Fixed pjsip-test and added msg_err_test.c for testing parsing errorsBenny Prijono
2006-02-08Finished invite session UAS implementationBenny 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-10Renamed pjsip_url to pjsip_sip_uriBenny Prijono
2006-01-08Start working on UAS test functionsBenny Prijono
2006-01-07Fixed title mismatch in uac testBenny Prijono
2006-01-07Finished UAC tests and added argument parsing in main()Benny 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-23Added tel: uri and user-defined uri parserBenny Prijono
2005-11-22More optimizations for msg parser etc.Benny Prijono
2005-11-22Fix parse param bug in Contact hdr and add more msg testsBenny Prijono
2005-11-21Optimization here and there, changes because of PJLIB modificationsBenny Prijono
2005-11-21Set svn:eol-style propertyBenny Prijono
2005-11-20More compliant URI parser, comparison, etc.Benny Prijono
2005-11-20Renaming filesBenny Prijono
2005-11-19Changed transaction to refrect new transport changesBenny Prijono