1. 21b9ad9 Added initial PUBLISH client support, and also default account selection in pjsua/pjsua-lib by Benny Prijono · 18 years ago
  2. 01f0154 Added simple WinCE application: by Benny Prijono · 18 years ago
  3. ceb1260 Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working by Benny Prijono · 18 years ago
  4. 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
  5. 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
  6. efc9585 Finished initial SIP TCP transport support by Benny Prijono · 18 years ago
  7. 478d431 Renamed pjsip_transport_unregister() to pjsip_transport_destroy(), also initial implementation of TCP transport by Benny Prijono · 18 years ago
  8. 733c67a Fixed pjsip-test and added msg_err_test.c for testing parsing errors by Benny Prijono · 18 years ago
  9. 0498d90 Re-live --quality options in pjsua by Benny Prijono · 18 years ago
  10. 312aff9 Modifications all over the place, but mainly only to update Doxygen documentation by Benny Prijono · 18 years ago
  11. 172cd73 Fixed new pjsua build/makefiles by Benny Prijono · 18 years ago
  12. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago
  13. d9ed706 Updated pjsua Makefile with recent changes in pjsua-lib by Benny Prijono · 18 years ago
  14. 0c59fea Added README-RTEMS and tweaked the makefiles by Benny Prijono · 18 years ago
  15. dc39fe8 First stage in pjsua library re-arrangements towards creating an easy to use high level API by Benny Prijono · 18 years ago
  16. 4100342 Removed VSS traces from .dsp files by Benny Prijono · 18 years ago
  17. 0382cd8 Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$CC_NAME) by Benny Prijono · 18 years ago
  18. fce4b5c Moved getopt from pjsua-lib to pjlib-util by Benny Prijono · 19 years ago
  19. f9c668f Renamed getopt() to pj_getopt(), and fixed misc Linux warnings by Benny Prijono · 19 years ago
  20. 5c17ea7 Updated Makefiles for SIMPLE IM+iscomposing, wideband support, and Speex by Benny Prijono · 19 years ago
  21. b080837 Added IM and composition indication, and tested by Benny Prijono · 19 years ago
  22. 6e839f3 Increase UDP transport socket buffer size to 24M! by Benny Prijono · 19 years ago
  23. cbf3740 Moved pjsua to pjsip-apps by Benny Prijono · 19 years ago
  24. f714a04 Fixed Makefile to adhere library dependencies by Benny Prijono · 19 years ago
  25. a6df7b8 Fixed Linux port warnings/errors by Benny Prijono · 19 years ago
  26. ab7399b Updated mingw compilation by Benny Prijono · 19 years ago
  27. 4f9f64e Moved pjsua framework to pjsua-lib by Benny Prijono · 19 years ago
  28. 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
  29. f256ae7 Better error reporting in pjmedia stream by Benny Prijono · 19 years ago
  30. 26ff906 Implemented major feature: call hold and transfer by Benny Prijono · 19 years ago
  31. f80b1bf Fixing Makefiles for the new pjmedia-codec and pjsip-simple libraries by Benny Prijono · 19 years ago
  32. 834aee3 Initial SIMPLE implementation by Benny Prijono · 19 years ago
  33. f319507 Ported pjsip to WinCE by Benny Prijono · 19 years ago
  34. 1f9afba Integrated pjmedia-codec library to pjsua by Benny Prijono · 19 years ago
  35. 7758fce Fixed Linux OSS sound by Benny Prijono · 19 years ago
  36. 34a404e Failed attempt to build pjmedia with DirectSound on Linux by Benny Prijono · 19 years ago
  37. 84126ab Setting svn:eol-style attribute by Benny Prijono · 19 years ago
  38. 8ad5535 Initial UAS implementation in invite session by Benny Prijono · 19 years ago
  39. 1819dc9 Removed default CFLAGS=-O2 -g in Makefiles by Benny Prijono · 19 years ago
  40. 1a01ad3 Renamed pjsua.c to pjsua_core.c since it is causing link problems with gcc by Benny Prijono · 19 years ago
  41. 6782e09 Updated Makefile for cygwin/mingw build and fix misc warnings by Benny Prijono · 19 years ago
  42. ccf9562 Tested initial implementation: basic UAC, client registration, authentication, etc by Benny Prijono · 19 years ago
  43. 268ca61 Initial implementation of invite session abstraction, and updated pjsua for the new framework by Benny Prijono · 19 years ago
  44. 40f2f64 Finished implementation of UA layer (to be tested) by Benny Prijono · 19 years ago
  45. 728a905 Complete tsx layer selftest, implemented authentication framework by Benny Prijono · 19 years ago
  46. 0c2bc61 Renamed pjsip_url to pjsip_sip_uri by Benny Prijono · 19 years ago
  47. dbe337a Start working on UAS test functions by Benny Prijono · 19 years ago
  48. 85598d9 Added test functions for UAC transaction by Benny Prijono · 19 years ago
  49. fa73e3e Added loop transport to test transaction by Benny Prijono · 19 years ago
  50. 0ca04b6 Basic module, transport, and sending messages by Benny Prijono · 19 years ago
  51. f81cd06 Modify transport to use generic sockaddr address by Benny Prijono · 19 years ago
  52. 82458b1 Added tel: uri and user-defined uri parser by Benny Prijono · 19 years ago
  53. cec5f4a More optimizations for msg parser etc. by Benny Prijono · 19 years ago
  54. 5b91744 Optimization here and there, changes because of PJLIB modifications by Benny Prijono · 19 years ago
  55. a3273a3 More compliant URI parser, comparison, etc. by Benny Prijono · 19 years ago
  56. e8aee6e Modified pjsip tests by Benny Prijono · 19 years ago
  57. 14f51a5 Changed transaction to refrect new transport changes by Benny Prijono · 19 years ago
  58. 4d1a54e Added UDP transport implementation by Benny Prijono · 19 years ago
  59. fc921ee Update to pjsip.dsw by Benny Prijono · 19 years ago
  60. f010e69 First clean compile of pjsip by Benny Prijono · 19 years ago
  61. dd859a6 Added suppor /and fix things for SunOS port by Benny Prijono · 19 years ago
  62. 0a749f1 initial import by Benny Prijono · 19 years ago