1. a62ffc9 Re #1250: Updated the year in all copyright texts with 2011! by Nanang Izzuddin · 13 years ago
  2. 1e5a08b Re #1070 (support for multipart bodies): modified the param field of pjsip_media_type from a simple string to pjsip_param, to support a more complex use of this field by Benny Prijono · 14 years ago
  3. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  4. c6ff4b8 Ticket #842: Error parsing status line in sipfrag message body in call transfer scenario (thanks Tomáš Valenta for the report!) by Benny Prijono · 15 years ago
  5. 2e4f03f Cleaned up bunch of compile warnings. Special for libgsmcodec, its warning level is reduced from 4 to 3. by Nanang Izzuddin · 15 years ago
  6. 29b6baf #792: Renamed test_pjsip to pjsip_test, updated some missing settings for Win32 platform. by Nanang Izzuddin · 15 years ago[Renamed from pjsip/src/test-pjsip/msg_test.c]
  7. 713587c More ticket #747: the previous fix in r2505 causes parsing IPv6 address in Via to fail. Also added some torture messages in the SIP message test vectors. by Benny Prijono · 16 years ago
  8. d661f57 Continuation of ticket #704: error in the test if PJSIP_UNESCAPE_IN_PLACE is set to 1 (thanks Michael Broughton for the report) by Benny Prijono · 16 years ago
  9. fce6781 Ticket #704: pjsip-test: Bus error on FreeBSD due to declaration of test data in read-only segment (thanks Michael Broughton for the report) by Benny Prijono · 16 years ago
  10. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  11. 3c97d9b Ticket #639: added torture tests for handling non-ASCII UTF-8 characters in SIP message elements by Benny Prijono · 16 years ago
  12. 7d1ac29 Ticket #625: Fixed unicode build issues on Windows platforms (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  13. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  14. 123fad7 Fixed error representing the qvalue in Contact header (parser error), and optimize the printing to remove ending zero digits (thanks Philippe Leuba) by Benny Prijono · 16 years ago
  15. 054c5df More ticket #533: fixed bug in Retry-After parser (thanks Samuel Vinson) by Benny Prijono · 16 years ago
  16. d0bd498 More ticket #421: fixed SIP messaging components to support IPv6 format by Benny Prijono · 17 years ago
  17. 91a5a3a Fixed several unit test failures: typecast error on C++ mode, SIP parsing, etc. by Benny Prijono · 17 years ago
  18. d4791af Fixed failure in unit test for SIP resolver, also shorten some benchmarks by Benny Prijono · 17 years ago
  19. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  20. 64898b5 Fixed build error on Linux by Benny Prijono · 17 years ago
  21. 8fcbe2d Continuing ticket #240: Error parsing quoted URI parameters by Benny Prijono · 17 years ago
  22. 8aea0d9 Fixed ticket #240: error parsing/printing quoted parameters, and also added header tests in pjsip-test by Benny Prijono · 17 years ago
  23. 4cf8d1c Undo ticket #238 by Benny Prijono · 17 years ago
  24. 83186e0 Fixed ticket #238: allow colon in Via parameters by Benny Prijono · 17 years ago
  25. 69f73fe Fixed ticket #189: Error parsing compact form of Via header (thanks Tobias Söreling) by Benny Prijono · 18 years ago
  26. 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
  27. e960bb5 Fixed gcc warnings, especially about dereferencing type-punned pointer by Benny Prijono · 18 years ago
  28. 7db431e Added 64bit Linux target (x86_64), also fixed compilation warnings when compiling for this target by Benny Prijono · 18 years ago
  29. 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
  30. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  31. 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
  32. 40f2f64 Finished implementation of UA layer (to be tested) by Benny Prijono · 19 years ago
  33. 0c2bc61 Renamed pjsip_url to pjsip_sip_uri by Benny Prijono · 19 years ago
  34. 85598d9 Added test functions for UAC transaction by Benny Prijono · 19 years ago
  35. fa73e3e Added loop transport to test transaction by Benny Prijono · 19 years ago
  36. 0ca04b6 Basic module, transport, and sending messages by Benny Prijono · 19 years ago
  37. f81cd06 Modify transport to use generic sockaddr address by Benny Prijono · 19 years ago[Renamed from pjsip/src/test-pjsip/msg.c]
  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. 5dcb38d Set svn:eol-style property by Benny Prijono · 19 years ago
  41. a3273a3 More compliant URI parser, comparison, etc. by Benny Prijono · 19 years ago[Renamed (83%) from pjsip/src/test-pjsip/parse_msg.c]
  42. 1fa7600 Renaming files by Benny Prijono · 19 years ago[Renamed from pjsip/src/test-pjsip/test_msg.c]
  43. 14f51a5 Changed transaction to refrect new transport changes by Benny Prijono · 19 years ago[Renamed from pjsip/src/tests/pjsip-core/test_msg.c]
  44. e0312a7 Pretty comments by Benny Prijono · 19 years ago
  45. e722461 Applying license to pjproject by Benny Prijono · 19 years ago
  46. 392b8e5 Organizing pjsip directory structure by Benny Prijono · 19 years ago[Renamed from pjsip/src/tests/pjsip_core/test_msg.c]
  47. 618f0ef Organizing pjsip directory structure by Benny Prijono · 19 years ago[Renamed from pjsip/src/pjsip-tests/pjsip_core/test_msg.c]
  48. 89a705a Organizing pjsip directory structure by Benny Prijono · 19 years ago[Renamed from pjsip/src/tests/pjsip_core/test_msg.c]
  49. 4766ffe Just changing keyword expansion by Benny Prijono · 19 years ago
  50. dd859a6 Added suppor /and fix things for SunOS port by Benny Prijono · 19 years ago
  51. 0a749f1 initial import by Benny Prijono · 19 years ago