1. 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
  2. 8c7a617 Fixed invalid URI typecasting in Contact header generation in PJSUA-LIB by Benny Prijono · 18 years ago
  3. 9c1528f Related to ticket #97: make name_addr handling more robust against possibility of bugs that someone may put another name_addr inside a name_addr by Benny Prijono · 18 years ago
  4. 922933b Fixed ticket #68: pjsua account is not completely invalidated by Benny Prijono · 18 years ago
  5. 62c5c5b More work on ticket #50: binding of PJSUA-API account to specific transport, and minor fixes in PJSIP core implementation. Tested okay. by Benny Prijono · 18 years ago
  6. 8fc6de0 Add pjsip_regc_add_headers() APi to set headers to be added by Benny Prijono · 18 years ago
  7. dfb7d48 Changed temporary buffer size for duplicating contact info in pjsua-lib to 1024 from 512 by Benny Prijono · 18 years ago
  8. e1a8bad Fixed possible small memory leak in PJSUA registration by Benny Prijono · 18 years ago
  9. 093d302 Fixed several bugs in PJSUA-API: by Benny Prijono · 18 years ago
  10. 3a5e1ab Support for PUBLISH (RFC 3903): by Benny Prijono · 18 years ago
  11. 21b9ad9 Added initial PUBLISH client support, and also default account selection in pjsua/pjsua-lib by Benny Prijono · 18 years ago
  12. e85bc41 Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 chars (from 16), and check all those sprintf's especially the ones with "%p" format. by Benny Prijono · 18 years ago
  13. 5631561 Small improvements: (1) pjsua now responds to incoming OPTIONS request, which means that some modules (evsub, invite) need to register their capabilities to the endpoint, (2) added command in pjsua to send arbitrary request by Benny Prijono · 18 years ago
  14. c570f2d More intelligent PJSUA-LIB in selecting the appropriate address for Contact header by Benny Prijono · 18 years ago
  15. b4a17c9 Fixed bug in PJSUA API re: account selection and Contact header for accounts by Benny Prijono · 18 years ago
  16. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  17. 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
  18. 6f97941 Fixed couple of bugs in pjsua API: (1) server presence subscription not setting credentials, and (2) incorrect account status is reported when registration failed by Benny Prijono · 18 years ago
  19. eebe9af -- REWRITE OF PJSUA API -- by Benny Prijono · 18 years ago