1. c7c9183 Re #1070 (multipart): modified Visual Studio projects by Benny Prijono · 14 years ago
  2. 1c1d734 Implemented core multipart support and support in the invite session (re #1070) by Benny Prijono · 14 years ago
  3. 14681e3 More ticket #957 (SSL): exclude sip_transport_tls_ossl.c from VS6 build by Benny Prijono · 15 years ago
  4. 47cdfb6 More ticket #982: updated VS6 project with the mwi.[hc] by Benny Prijono · 15 years ago
  5. ea6d3c4 Ticket #957: by Nanang Izzuddin · 15 years ago
  6. 4dd961b Implement ticket #982: Support for SIP Message Summary/Message Waiting Indication (MWI, RFC 3842) by Benny Prijono · 15 years ago
  7. 9b93f86 Ticket #833: by Nanang Izzuddin · 15 years ago
  8. 59dffb1 Ticket #833: by Nanang Izzuddin · 15 years ago
  9. dc8c490 More ticket #706: renamed output names from vs8 to vc8 to make it backward compatible by Benny Prijono · 15 years ago
  10. 1a2f739 Ticket #706: by Nanang Izzuddin · 15 years ago
  11. 89c273e Initial VS settings for all platforms. by Nanang Izzuddin · 15 years ago
  12. 5ac6cdf #792: Fixed WM6 build configs, updated svn prop for pjsua_wince & pocketpj. by Nanang Izzuddin · 15 years ago
  13. 57ccc7f #792: Updated output file name: use short platform name wm6std/pro & replace hyphen with dash. by Nanang Izzuddin · 15 years ago
  14. 50a7530 #792 work in progress by Perry Ismangil · 15 years ago
  15. 29b6baf #792: Renamed test_pjsip to pjsip_test, updated some missing settings for Win32 platform. by Nanang Izzuddin · 15 years ago
  16. 6ae3846 #792: Updated property sheet win32-common and updated some projects settings by Nanang Izzuddin · 15 years ago
  17. 740891e #792 work in progress: all vcproj now has property sheets wired in. by Perry Ismangil · 15 years ago
  18. a5c1abf Added sample of ps inherited from another ps. by Nanang Izzuddin · 15 years ago
  19. e6410c2 #792 work in progress, solutions loads but then freezes VS. Trying it on other PCs. by Perry Ismangil · 15 years ago
  20. 05d1769 #706 work in progress: all Win32 projects now have all 6 configs. Settings not correct yet. by Perry Ismangil · 15 years ago
  21. 7433805 Addition of Debug-Static, Debug-Dynamic, Release-Static, and Release-Dynamic build configuration for Visual Studio, for Win32 target by Perry Ismangil · 15 years ago
  22. 298c12e Ticket #706: Part 1 of VS 2005 projects reorganization: introduction of Windows Mobile 6 standard SDK in the build platform by Benny Prijono · 16 years ago
  23. df26901 Added pjmedia-test, pjnath-test, and pjsip-test to VS8 solution, and changed the exe output names to the more standard naming convention (for the cdash test) by Benny Prijono · 16 years ago
  24. ec575c5 Ticket #653: Add WinCE workspace/project files for pjsip unit tests (thanks Seth Hinze for the contribution) by Benny Prijono · 16 years ago
  25. b1c6204 Fixed ticket #581: Fixed build dependencies in the makefiles by Benny Prijono · 16 years ago
  26. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  27. dd742da Ticket #534: Client register/registration support for various registrar brokenness by Benny Prijono · 16 years ago
  28. 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
  29. d0bd498 More ticket #421: fixed SIP messaging components to support IPv6 format by Benny Prijono · 17 years ago
  30. 3808af1 Updated VS2005 and eVC projects with new base64 and AKA files by Benny Prijono · 17 years ago
  31. b071a78 Fixed build warnings/error on Linux by Benny Prijono · 17 years ago
  32. 7977f9f Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP by Benny Prijono · 17 years ago
  33. ee7276b Force svn eol-style for WinCE project files to CRLF by Benny Prijono · 17 years ago
  34. 6703f04 Ticket #95: Keep-alive mechanism for TCP and TLS transports by Benny Prijono · 17 years ago
  35. 1f7767b Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiation by Benny Prijono · 17 years ago
  36. dcfc0ba Ticket #385: Support for reliable provisional response (100rel, PRACK) by Benny Prijono · 17 years ago
  37. 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
  38. 4461c7d Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting subset of RPID elements by Benny Prijono · 17 years ago
  39. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  40. d962784 Fixed the legacy build system by Benny Prijono · 17 years ago
  41. 25dfd1d Fixed build system for third_party by Benny Prijono · 17 years ago
  42. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  43. 2225d01 Updated project dependencies to pjnath by Benny Prijono · 17 years ago
  44. a6bd758 Updated projects and Makefiles with the new pjnath library by Benny Prijono · 17 years ago
  45. ebbf689 Added generic DNS SRV resolution in pjlib-util by Benny Prijono · 18 years ago
  46. c27512b Added/updated VS8 projects for pjnath by Benny Prijono · 18 years ago
  47. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  48. 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
  49. fbce9d0 Support for Visual Studio 2005 workspace by Benny Prijono · 18 years ago
  50. 7e0d75f Added TLS support in Makefiles (see ticket #3) by Benny Prijono · 18 years ago
  51. 6f0a3d7 Added debugging info setting in Visual Studio project in Release mode by Benny Prijono · 18 years ago
  52. 6e0e54b Initial implementation of TLS transport for ticket #3 (still not working at all) by Benny Prijono · 18 years ago
  53. 053f522 Attended call transfer implementation. The changes involves: by Benny Prijono · 18 years ago
  54. 3647cbd Changed svn:eol-style to CRLF for Visual Studio projects by Benny Prijono · 18 years ago
  55. fa9e5b1 Major addition to support DNS SRV resolution in PJSIP: by Benny Prijono · 18 years ago
  56. 39ea7f0 Fixed WinCE compilation by Benny Prijono · 18 years ago
  57. c4c61d0 Finishing autoconf work, also fixed compilation error in publish.h by Benny Prijono · 18 years ago
  58. 3a5e1ab Support for PUBLISH (RFC 3903): by Benny Prijono · 18 years ago
  59. 21b9ad9 Added initial PUBLISH client support, and also default account selection in pjsua/pjsua-lib by Benny Prijono · 18 years ago
  60. 01f0154 Added simple WinCE application: by Benny Prijono · 18 years ago
  61. ceb1260 Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working by Benny Prijono · 18 years ago
  62. 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
  63. 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
  64. efc9585 Finished initial SIP TCP transport support by Benny Prijono · 18 years ago
  65. 478d431 Renamed pjsip_transport_unregister() to pjsip_transport_destroy(), also initial implementation of TCP transport by Benny Prijono · 18 years ago
  66. 733c67a Fixed pjsip-test and added msg_err_test.c for testing parsing errors by Benny Prijono · 18 years ago
  67. 0498d90 Re-live --quality options in pjsua by Benny Prijono · 18 years ago
  68. 312aff9 Modifications all over the place, but mainly only to update Doxygen documentation by Benny Prijono · 18 years ago
  69. 172cd73 Fixed new pjsua build/makefiles by Benny Prijono · 18 years ago
  70. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago
  71. d9ed706 Updated pjsua Makefile with recent changes in pjsua-lib by Benny Prijono · 18 years ago
  72. 0c59fea Added README-RTEMS and tweaked the makefiles by Benny Prijono · 18 years ago
  73. dc39fe8 First stage in pjsua library re-arrangements towards creating an easy to use high level API by Benny Prijono · 18 years ago
  74. 4100342 Removed VSS traces from .dsp files by Benny Prijono · 18 years ago
  75. 0382cd8 Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$CC_NAME) by Benny Prijono · 18 years ago
  76. fce4b5c Moved getopt from pjsua-lib to pjlib-util by Benny Prijono · 19 years ago
  77. f9c668f Renamed getopt() to pj_getopt(), and fixed misc Linux warnings by Benny Prijono · 19 years ago
  78. 5c17ea7 Updated Makefiles for SIMPLE IM+iscomposing, wideband support, and Speex by Benny Prijono · 19 years ago
  79. b080837 Added IM and composition indication, and tested by Benny Prijono · 19 years ago
  80. 6e839f3 Increase UDP transport socket buffer size to 24M! by Benny Prijono · 19 years ago
  81. cbf3740 Moved pjsua to pjsip-apps by Benny Prijono · 19 years ago
  82. f714a04 Fixed Makefile to adhere library dependencies by Benny Prijono · 19 years ago
  83. a6df7b8 Fixed Linux port warnings/errors by Benny Prijono · 19 years ago
  84. ab7399b Updated mingw compilation by Benny Prijono · 19 years ago
  85. 4f9f64e Moved pjsua framework to pjsua-lib by Benny Prijono · 19 years ago
  86. 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
  87. f256ae7 Better error reporting in pjmedia stream by Benny Prijono · 19 years ago
  88. 26ff906 Implemented major feature: call hold and transfer by Benny Prijono · 19 years ago
  89. f80b1bf Fixing Makefiles for the new pjmedia-codec and pjsip-simple libraries by Benny Prijono · 19 years ago
  90. 834aee3 Initial SIMPLE implementation by Benny Prijono · 19 years ago
  91. f319507 Ported pjsip to WinCE by Benny Prijono · 19 years ago
  92. 1f9afba Integrated pjmedia-codec library to pjsua by Benny Prijono · 19 years ago
  93. 7758fce Fixed Linux OSS sound by Benny Prijono · 19 years ago
  94. 34a404e Failed attempt to build pjmedia with DirectSound on Linux by Benny Prijono · 19 years ago
  95. 84126ab Setting svn:eol-style attribute by Benny Prijono · 19 years ago
  96. 8ad5535 Initial UAS implementation in invite session by Benny Prijono · 19 years ago
  97. 1819dc9 Removed default CFLAGS=-O2 -g in Makefiles by Benny Prijono · 19 years ago
  98. 1a01ad3 Renamed pjsua.c to pjsua_core.c since it is causing link problems with gcc by Benny Prijono · 19 years ago
  99. 6782e09 Updated Makefile for cygwin/mingw build and fix misc warnings by Benny Prijono · 19 years ago
  100. ccf9562 Tested initial implementation: basic UAC, client registration, authentication, etc by Benny Prijono · 19 years ago