1. ec575c5 Ticket #653: Add WinCE workspace/project files for pjsip unit tests (thanks Seth Hinze for the contribution) by Benny Prijono · 16 years ago
  2. b1c6204 Fixed ticket #581: Fixed build dependencies in the makefiles by Benny Prijono · 16 years ago
  3. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  4. dd742da Ticket #534: Client register/registration support for various registrar brokenness by Benny Prijono · 16 years ago
  5. 4768c3c Ticket #7: Move PJSIP compile time configurations/settings (such as T1, T2 timers) to run-time (thanks Philippe Leuba) by Benny Prijono · 17 years ago
  6. d0bd498 More ticket #421: fixed SIP messaging components to support IPv6 format by Benny Prijono · 17 years ago
  7. 3808af1 Updated VS2005 and eVC projects with new base64 and AKA files by Benny Prijono · 17 years ago
  8. b071a78 Fixed build warnings/error on Linux by Benny Prijono · 17 years ago
  9. 7977f9f Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP by Benny Prijono · 17 years ago
  10. ee7276b Force svn eol-style for WinCE project files to CRLF by Benny Prijono · 17 years ago
  11. 6703f04 Ticket #95: Keep-alive mechanism for TCP and TLS transports by Benny Prijono · 17 years ago
  12. 1f7767b Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiation by Benny Prijono · 17 years ago
  13. dcfc0ba Ticket #385: Support for reliable provisional response (100rel, PRACK) by Benny Prijono · 17 years ago
  14. 15b0230 Ticket #381: auto-update the IP address in Contact according to the address/port received in REGISTER response by Benny Prijono · 17 years ago
  15. 4461c7d Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting subset of RPID elements by Benny Prijono · 17 years ago
  16. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  17. d962784 Fixed the legacy build system by Benny Prijono · 17 years ago
  18. 25dfd1d Fixed build system for third_party by Benny Prijono · 17 years ago
  19. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  20. 2225d01 Updated project dependencies to pjnath by Benny Prijono · 17 years ago
  21. a6bd758 Updated projects and Makefiles with the new pjnath library by Benny Prijono · 17 years ago
  22. ebbf689 Added generic DNS SRV resolution in pjlib-util by Benny Prijono · 18 years ago
  23. c27512b Added/updated VS8 projects for pjnath by Benny Prijono · 18 years ago
  24. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  25. 015cbfd Updated VS8 and EVC4 project with new STUN files and added SHA1, HMAC-MD5, and HMAC-SHA1 encryption by Benny Prijono · 18 years ago
  26. fbce9d0 Support for Visual Studio 2005 workspace by Benny Prijono · 18 years ago
  27. 7e0d75f Added TLS support in Makefiles (see ticket #3) by Benny Prijono · 18 years ago
  28. 6f0a3d7 Added debugging info setting in Visual Studio project in Release mode by Benny Prijono · 18 years ago
  29. 6e0e54b Initial implementation of TLS transport for ticket #3 (still not working at all) by Benny Prijono · 18 years ago
  30. 053f522 Attended call transfer implementation. The changes involves: by Benny Prijono · 18 years ago
  31. 3647cbd Changed svn:eol-style to CRLF for Visual Studio projects by Benny Prijono · 18 years ago
  32. fa9e5b1 Major addition to support DNS SRV resolution in PJSIP: by Benny Prijono · 18 years ago
  33. 39ea7f0 Fixed WinCE compilation by Benny Prijono · 18 years ago
  34. c4c61d0 Finishing autoconf work, also fixed compilation error in publish.h by Benny Prijono · 18 years ago
  35. 3a5e1ab Support for PUBLISH (RFC 3903): by Benny Prijono · 18 years ago
  36. 21b9ad9 Added initial PUBLISH client support, and also default account selection in pjsua/pjsua-lib by Benny Prijono · 18 years ago
  37. 01f0154 Added simple WinCE application: by Benny Prijono · 18 years ago
  38. ceb1260 Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working by Benny Prijono · 18 years ago
  39. 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
  40. 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
  41. efc9585 Finished initial SIP TCP transport support by Benny Prijono · 18 years ago
  42. 478d431 Renamed pjsip_transport_unregister() to pjsip_transport_destroy(), also initial implementation of TCP transport by Benny Prijono · 18 years ago
  43. 733c67a Fixed pjsip-test and added msg_err_test.c for testing parsing errors by Benny Prijono · 18 years ago
  44. 0498d90 Re-live --quality options in pjsua by Benny Prijono · 18 years ago
  45. 312aff9 Modifications all over the place, but mainly only to update Doxygen documentation by Benny Prijono · 18 years ago
  46. 172cd73 Fixed new pjsua build/makefiles by Benny Prijono · 18 years ago
  47. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago
  48. d9ed706 Updated pjsua Makefile with recent changes in pjsua-lib by Benny Prijono · 18 years ago
  49. 0c59fea Added README-RTEMS and tweaked the makefiles by Benny Prijono · 18 years ago
  50. dc39fe8 First stage in pjsua library re-arrangements towards creating an easy to use high level API by Benny Prijono · 18 years ago
  51. 4100342 Removed VSS traces from .dsp files by Benny Prijono · 18 years ago
  52. 0382cd8 Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$CC_NAME) by Benny Prijono · 18 years ago
  53. fce4b5c Moved getopt from pjsua-lib to pjlib-util by Benny Prijono · 19 years ago
  54. f9c668f Renamed getopt() to pj_getopt(), and fixed misc Linux warnings by Benny Prijono · 19 years ago
  55. 5c17ea7 Updated Makefiles for SIMPLE IM+iscomposing, wideband support, and Speex by Benny Prijono · 19 years ago
  56. b080837 Added IM and composition indication, and tested by Benny Prijono · 19 years ago
  57. 6e839f3 Increase UDP transport socket buffer size to 24M! by Benny Prijono · 19 years ago
  58. cbf3740 Moved pjsua to pjsip-apps by Benny Prijono · 19 years ago
  59. f714a04 Fixed Makefile to adhere library dependencies by Benny Prijono · 19 years ago
  60. a6df7b8 Fixed Linux port warnings/errors by Benny Prijono · 19 years ago
  61. ab7399b Updated mingw compilation by Benny Prijono · 19 years ago
  62. 4f9f64e Moved pjsua framework to pjsua-lib by Benny Prijono · 19 years ago
  63. a91a003 Major redesign in pjsua: call is indexed by number, multiple accounts, configurable max-calls, more auto-xxx features, fixed bugs in save_settings(), etc. by Benny Prijono · 19 years ago
  64. f256ae7 Better error reporting in pjmedia stream by Benny Prijono · 19 years ago
  65. 26ff906 Implemented major feature: call hold and transfer by Benny Prijono · 19 years ago
  66. f80b1bf Fixing Makefiles for the new pjmedia-codec and pjsip-simple libraries by Benny Prijono · 19 years ago
  67. 834aee3 Initial SIMPLE implementation by Benny Prijono · 19 years ago
  68. f319507 Ported pjsip to WinCE by Benny Prijono · 19 years ago
  69. 1f9afba Integrated pjmedia-codec library to pjsua by Benny Prijono · 19 years ago
  70. 7758fce Fixed Linux OSS sound by Benny Prijono · 19 years ago
  71. 34a404e Failed attempt to build pjmedia with DirectSound on Linux by Benny Prijono · 19 years ago
  72. 84126ab Setting svn:eol-style attribute by Benny Prijono · 19 years ago
  73. 8ad5535 Initial UAS implementation in invite session by Benny Prijono · 19 years ago
  74. 1819dc9 Removed default CFLAGS=-O2 -g in Makefiles by Benny Prijono · 19 years ago
  75. 1a01ad3 Renamed pjsua.c to pjsua_core.c since it is causing link problems with gcc by Benny Prijono · 19 years ago
  76. 6782e09 Updated Makefile for cygwin/mingw build and fix misc warnings by Benny Prijono · 19 years ago
  77. ccf9562 Tested initial implementation: basic UAC, client registration, authentication, etc by Benny Prijono · 19 years ago
  78. 268ca61 Initial implementation of invite session abstraction, and updated pjsua for the new framework by Benny Prijono · 19 years ago
  79. 40f2f64 Finished implementation of UA layer (to be tested) by Benny Prijono · 19 years ago
  80. 728a905 Complete tsx layer selftest, implemented authentication framework by Benny Prijono · 19 years ago
  81. 0c2bc61 Renamed pjsip_url to pjsip_sip_uri by Benny Prijono · 19 years ago
  82. dbe337a Start working on UAS test functions by Benny Prijono · 19 years ago
  83. 85598d9 Added test functions for UAC transaction by Benny Prijono · 19 years ago
  84. fa73e3e Added loop transport to test transaction by Benny Prijono · 19 years ago
  85. 0ca04b6 Basic module, transport, and sending messages by Benny Prijono · 19 years ago
  86. f81cd06 Modify transport to use generic sockaddr address by Benny Prijono · 19 years ago
  87. 82458b1 Added tel: uri and user-defined uri parser by Benny Prijono · 19 years ago
  88. cec5f4a More optimizations for msg parser etc. by Benny Prijono · 19 years ago
  89. 5b91744 Optimization here and there, changes because of PJLIB modifications by Benny Prijono · 19 years ago
  90. a3273a3 More compliant URI parser, comparison, etc. by Benny Prijono · 19 years ago
  91. e8aee6e Modified pjsip tests by Benny Prijono · 19 years ago
  92. 14f51a5 Changed transaction to refrect new transport changes by Benny Prijono · 19 years ago
  93. 4d1a54e Added UDP transport implementation by Benny Prijono · 19 years ago
  94. fc921ee Update to pjsip.dsw by Benny Prijono · 19 years ago
  95. f010e69 First clean compile of pjsip by Benny Prijono · 19 years ago
  96. dd859a6 Added suppor /and fix things for SunOS port by Benny Prijono · 19 years ago
  97. 0a749f1 initial import by Benny Prijono · 19 years ago