1. 40f2f64 Finished implementation of UA layer (to be tested) by Benny Prijono · 19 years ago
  2. 37e8d33 Completed testing for WinCE port by Benny Prijono · 19 years ago
  3. 9cf138e Initial, quick and dirty WinCE port with EVC4 by Benny Prijono · 19 years ago
  4. bb80436 Updated VisualC++ 7 projects by Benny Prijono · 19 years ago
  5. 728a905 Complete tsx layer selftest, implemented authentication framework by Benny Prijono · 19 years ago
  6. ac9d142 Fixed minor warnings/mismatched comments mainly in pjlib++ by Benny Prijono · 19 years ago
  7. b50137b Compiled cleanly first time for the new pjlib by Benny Prijono · 19 years ago
  8. 74790eb Added requirements/testing document by Benny Prijono · 19 years ago
  9. 0c2bc61 Renamed pjsip_url to pjsip_sip_uri by Benny Prijono · 19 years ago
  10. 8220f90 Fixed bugs and added tests to handle NULL and zero length strings by Benny Prijono · 19 years ago
  11. dbe337a Start working on UAS test functions by Benny Prijono · 19 years ago
  12. 877bb90 Do not allow modules with the same name to be registered by Benny Prijono · 19 years ago
  13. f616744 Transaction only decrements tx_data in send_msg() if return status is PJ_SUCCESS by Benny Prijono · 19 years ago
  14. 30a48c6 Timer heap checks if callback is NULL by Benny Prijono · 19 years ago
  15. e8a2ff5 Fixed title mismatch in uac test by Benny Prijono · 19 years ago
  16. 5fd75cc Added prev_state in tsx_state event by Benny Prijono · 19 years ago
  17. 9c1d9f5 Finished UAC tests and added argument parsing in main() by Benny Prijono · 19 years ago
  18. d88ca8e Added prev_state in tsx_state event by Benny Prijono · 19 years ago
  19. 85598d9 Added test functions for UAC transaction by Benny Prijono · 19 years ago
  20. c81dfef Changed loggin to level 6 (from 5) by Benny Prijono · 19 years ago
  21. fa73e3e Added loop transport to test transaction by Benny Prijono · 19 years ago
  22. 0ca04b6 Basic module, transport, and sending messages by Benny Prijono · 19 years ago
  23. f81cd06 Modify transport to use generic sockaddr address by Benny Prijono · 19 years ago
  24. ee7ef9d Added PJSIP Developer Guide (pdf) by Benny Prijono · 19 years ago
  25. c4b31cd Deleted docs (moved to tc repos) by Benny Prijono · 19 years ago
  26. 209d336 Deleted docs (moved to tc repos) by Benny Prijono · 19 years ago
  27. b49e898 Updated pjsip docs (finishing basic dialog) by Benny Prijono · 19 years ago
  28. dde24cd Updated PJSIP docs (latest callback design) by Benny Prijono · 19 years ago
  29. 22c4cd9 updated docs (callback approach) by Benny Prijono · 19 years ago
  30. 7fc34bd updated docs by Benny Prijono · 19 years ago
  31. a60b2cb updated diagrams by Benny Prijono · 19 years ago
  32. 0f4eb0a Updated flow diagram by Benny Prijono · 19 years ago
  33. 5e1d3b8 Updated pjsip doc by Benny Prijono · 19 years ago
  34. 7c35ff6 Updated PJSIP User's Guide by Benny Prijono · 19 years ago
  35. 31433b0 Updated users guide by Benny Prijono · 19 years ago
  36. 5aa51b6 Added Users Guide document by Benny Prijono · 19 years ago
  37. e986c8c Win32 IOCP ioqueue calls multiple connect completion on a single poll by Benny Prijono · 19 years ago
  38. 82458b1 Added tel: uri and user-defined uri parser by Benny Prijono · 19 years ago
  39. b77cc54 Added pj_cis_add_cis() by Benny Prijono · 19 years ago
  40. 7f9ac6e Fixed warnings when logging is disabled and small opt in msg parser by Benny Prijono · 19 years ago
  41. 0198612 Dont skip whitespace after newline in pj_scan_skip_line by Benny Prijono · 19 years ago
  42. af12bfc Fixed unused arg warning when logging is disabled by Benny Prijono · 19 years ago
  43. cec5f4a More optimizations for msg parser etc. by Benny Prijono · 19 years ago
  44. 3818c93 Fix parse param bug in Contact hdr and add more msg tests by Benny Prijono · 19 years ago
  45. 33723ce Added more info for pj_dump_config by Benny Prijono · 19 years ago
  46. 5b91744 Optimization here and there, changes because of PJLIB modifications by Benny Prijono · 19 years ago
  47. de5f464 Scanner optimization and added cis_uint backend by Benny Prijono · 19 years ago
  48. a7944bb Added pj_stricmp_alnum() to speedup the parser!!! by Benny Prijono · 19 years ago
  49. 4f2be31 Fixed MSVC compilation warnings in release build by Benny Prijono · 19 years ago
  50. 99683ae Added rdtsc option for win32 timestamp and added pj_elapsed_msec by Benny Prijono · 19 years ago
  51. d493480 Small optimization in pool (removed used_size) by Benny Prijono · 19 years ago
  52. d0d44f5 Changed syntax to support Windows SEH by Benny Prijono · 19 years ago
  53. b7f5629 Setting svn:keywords on pjlib-util/string.* by Benny Prijono · 19 years ago
  54. 9033e31 Set svn:eol-style for all files by Benny Prijono · 19 years ago
  55. 5dcb38d Set svn:eol-style property by Benny Prijono · 19 years ago
  56. a3273a3 More compliant URI parser, comparison, etc. by Benny Prijono · 19 years ago
  57. fd39486 Added character (un)escaping utilities in string.h by Benny Prijono · 19 years ago
  58. e9ed389 Added hex character conversion utility in ctype by Benny Prijono · 19 years ago
  59. 1fa7600 Renaming files by Benny Prijono · 19 years ago
  60. e8aee6e Modified pjsip tests by Benny Prijono · 19 years ago
  61. 0ca3b20 Removed tests directory by Benny Prijono · 19 years ago
  62. 14f51a5 Changed transaction to refrect new transport changes by Benny Prijono · 19 years ago
  63. 4d1a54e Added UDP transport implementation by Benny Prijono · 19 years ago
  64. d4afc90 Fixed compile error in scanner by Benny Prijono · 19 years ago
  65. 73f7133 Added PJ_IOQUEUE_ALWAYS_ASYNC flag by Benny Prijono · 19 years ago
  66. 1f56d56 The BIG transport modifications by Benny Prijono · 19 years ago
  67. 58754e6 Added PJSIP-Testing.doc by Benny Prijono · 19 years ago
  68. e0312a7 Pretty comments by Benny Prijono · 19 years ago
  69. e722461 Applying license to pjproject by Benny Prijono · 19 years ago
  70. ea6655e Updated pjlib docs by Benny Prijono · 19 years ago
  71. 0c5fd34 Test anonymous access by Benny Prijono · 19 years ago
  72. 7d3a12b Test new repository by Benny Prijono · 19 years ago
  73. 03a9898 Renamed main to trunk by Benny Prijono · 19 years ago
  74. fc921ee Update to pjsip.dsw by Benny Prijono · 19 years ago
  75. f010e69 First clean compile of pjsip by Benny Prijono · 19 years ago
  76. e85ddfe Organizing pjsip directory structure by Benny Prijono · 19 years ago
  77. 392b8e5 Organizing pjsip directory structure by Benny Prijono · 19 years ago
  78. 618f0ef Organizing pjsip directory structure by Benny Prijono · 19 years ago
  79. 89a705a Organizing pjsip directory structure by Benny Prijono · 19 years ago
  80. 4c5dcfd Begin organizing directory structure of pjsip by Benny Prijono · 19 years ago
  81. 12e13b7 Test pj++ proactor (compile only) by Benny Prijono · 19 years ago
  82. 85d3f45 Rework pjlib++ by Benny Prijono · 19 years ago
  83. 0e64113 Linux alpha test by Benny Prijono · 19 years ago
  84. 9551df1 Fixed missing .exe extension in pjlib-util MSVC projects by Benny Prijono · 19 years ago
  85. 9a65621 MSVC projects for pjlib-util by Benny Prijono · 19 years ago
  86. e91bf77 Initial configuration for pjlib-util by Benny Prijono · 19 years ago
  87. f2afa6c Renamed pjutil subdirs to pjlib-util by Benny Prijono · 19 years ago
  88. b3abf49 Rename pjutil to pjlib-util by Benny Prijono · 19 years ago
  89. 80f260c Split PJLIB utilities into pjutil by Benny Prijono · 19 years ago
  90. 1a73a05 Modif in configure by Benny Prijono · 19 years ago
  91. 0c6935e Some changes in pjlib.dsp by Benny Prijono · 19 years ago
  92. 4808c2a Updated root Makefile by Benny Prijono · 19 years ago
  93. 81fd5c3 Backup build.mak in configure by Benny Prijono · 19 years ago
  94. ffa5d64 Changed default number of thread in test.h by Benny Prijono · 19 years ago
  95. d8419c0 Added svn ignore for build mak by Benny Prijono · 19 years ago
  96. ca39168 Added simple configure script by Benny Prijono · 19 years ago
  97. 8fb8467 Add ioqueue name in report by Benny Prijono · 19 years ago
  98. 7d56b6f Added more checking in UDP client by Benny Prijono · 19 years ago
  99. 40ce3fb UDP echo testing in Linux by Benny Prijono · 19 years ago
  100. a7f64a3 Added file I/O and file access API by Benny Prijono · 19 years ago