1. 3569c0d Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan) by Benny Prijono · 17 years ago
  2. 69f73fe Fixed ticket #189: Error parsing compact form of Via header (thanks Tobias Söreling) by Benny Prijono · 18 years ago
  3. 9147544 Fixed DNS test error because of recent changes by Benny Prijono · 18 years ago
  4. a771a51 Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2007 in copyright notice in all sources by Benny Prijono · 18 years ago
  5. f4721ca Fixed test.h to include all tests in pjsip test by Benny Prijono · 18 years ago
  6. e960bb5 Fixed gcc warnings, especially about dereferencing type-punned pointer by Benny Prijono · 18 years ago
  7. df2b71e Fixed ticket #65: broken pjsip-test compilation because of recent changes in transport by Benny Prijono · 18 years ago
  8. fa9e5b1 Major addition to support DNS SRV resolution in PJSIP: by Benny Prijono · 18 years ago
  9. d524e82 In pjsua, outgoing REFER now always put Refer-Sub: false by Benny Prijono · 18 years ago
  10. bc331ca Fixed misc compilation warnings (mostly about unused variables) by Benny Prijono · 18 years ago
  11. e85bc41 Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 chars (from 16), and check all those sprintf's especially the ones with "%p" format. by Benny Prijono · 18 years ago
  12. 7db431e Added 64bit Linux target (x86_64), also fixed compilation warnings when compiling for this target by Benny Prijono · 18 years ago
  13. 86b73d5 Fixed bug in tel: URI unescaping code by Benny Prijono · 18 years ago
  14. 9b44622 Fixed error in tel: URI test in pjsip-test by Benny Prijono · 18 years ago
  15. ceb1260 Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working by Benny Prijono · 18 years ago
  16. 1ef06df Report peak memory used upon exiting by Benny Prijono · 18 years ago
  17. fe9c9b6 Fixed link errors in ioqueue epoll backend by Benny Prijono · 18 years ago
  18. 95c6348 Set the caching pool workspace size in pjsip-test to 2MB (configurable) by Benny Prijono · 18 years ago
  19. ed76f51 Fixed SIP parsing bugs when in-place escaping is enabled by Benny Prijono · 18 years ago
  20. b6eab2c Various performance improvements in PJSIP: (1) optimizing for common case to minimize stricmp() calls (header names, method, URI schemes), (2) added functionality in scanner to parse and unescape in-place, (3) etc.. by Benny Prijono · 18 years ago
  21. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  22. e93e287 Major improvements in PJSIP to support TCP. The changes fall into these categories: (1) the TCP transport implementation itself (*.[hc]), (2) bug-fix in SIP transaction when using reliable transports, (3) support for TCP transport in PJSUA-LIB/PJSUA, and (4) changes in PJSIP-TEST to support TCP testing. by Benny Prijono · 18 years ago
  23. 02b8fd8 Bring the dead pjsip-test up to date with latest pjsip by Benny Prijono · 18 years ago
  24. 478d431 Renamed pjsip_transport_unregister() to pjsip_transport_destroy(), also initial implementation of TCP transport by Benny Prijono · 18 years ago
  25. 733c67a Fixed pjsip-test and added msg_err_test.c for testing parsing errors by Benny Prijono · 18 years ago
  26. 3899823 Finished invite session UAS implementation by Benny Prijono · 19 years ago
  27. 40f2f64 Finished implementation of UA layer (to be tested) by Benny Prijono · 19 years ago
  28. 728a905 Complete tsx layer selftest, implemented authentication framework by Benny Prijono · 19 years ago
  29. 0c2bc61 Renamed pjsip_url to pjsip_sip_uri by Benny Prijono · 19 years ago
  30. dbe337a Start working on UAS test functions by Benny Prijono · 19 years ago
  31. e8a2ff5 Fixed title mismatch in uac test by Benny Prijono · 19 years ago
  32. 9c1d9f5 Finished UAC tests and added argument parsing in main() by Benny Prijono · 19 years ago
  33. 85598d9 Added test functions for UAC transaction by Benny Prijono · 19 years ago
  34. fa73e3e Added loop transport to test transaction by Benny Prijono · 19 years ago
  35. 0ca04b6 Basic module, transport, and sending messages by Benny Prijono · 19 years ago
  36. f81cd06 Modify transport to use generic sockaddr address by Benny Prijono · 19 years ago
  37. 82458b1 Added tel: uri and user-defined uri parser by Benny Prijono · 19 years ago
  38. cec5f4a More optimizations for msg parser etc. by Benny Prijono · 19 years ago
  39. 3818c93 Fix parse param bug in Contact hdr and add more msg tests by Benny Prijono · 19 years ago
  40. 5b91744 Optimization here and there, changes because of PJLIB modifications by Benny Prijono · 19 years ago
  41. 5dcb38d Set svn:eol-style property by Benny Prijono · 19 years ago
  42. a3273a3 More compliant URI parser, comparison, etc. by Benny Prijono · 19 years ago
  43. 1fa7600 Renaming files by Benny Prijono · 19 years ago
  44. 14f51a5 Changed transaction to refrect new transport changes by Benny Prijono · 19 years ago