1. a62ffc9 Re #1250: Updated the year in all copyright texts with 2011! by Nanang Izzuddin · 13 years ago
  2. 3a86f32 Fix #1212: by Nanang Izzuddin · 14 years ago
  3. 744e0db Misc (re #1175) (thanks to Seth Hinze for the patch): by Sauw Ming · 14 years ago
  4. 5c2f6da Re #1161: Support for adding custom presence subscription headers. by Sauw Ming · 14 years ago
  5. 7897949 Fixed #1164: Possible crash in PUBLISH session if network connectivity is lost between two requests (thanks Nikolay Popok for the report) by Benny Prijono · 14 years ago
  6. 1a1f51e Fixed #1156: New option to ignore bad NOTIFY presence message body (thanks Johan Lantz for the suggestion) by Benny Prijono · 14 years ago
  7. bb0348e Misc (Re #1134): do not allow subscription state callback to be called with NULL event parameter as application may not expect this by Benny Prijono · 14 years ago
  8. f279c09 Closed #1146: support for multipart message bodies in incoming NOTIFY requests by Benny Prijono · 14 years ago
  9. 89e5261 Misc (re #1134): added Supported header in outgoing SUBSCRIBE request. Although RFC 3265 says it is only optional, some downstream RFC may bring this requirement to SHOULD strength - e.g. RFC 5373 (thanks Johan Lantz for the suggestion) by Benny Prijono · 14 years ago
  10. d1f054e Misc (re #1068): fix compile errors/warnings on Symbian S60 5th ed. by Nanang Izzuddin · 14 years ago
  11. c7b3c3b Ticket #996: update the ETag header in the pending PUBLISH requests if the value changes in the previous request (thanks Johan Lantz for the report) by Benny Prijono · 15 years ago
  12. 15d3a70 Ticket #1029: Fix support for multiple (event) subscriptions in a single dialog (thanks Wang Eric for the report) by Benny Prijono · 15 years ago
  13. 98301da Misc (#1003): fixed bug: wrong month value in PIDF timestamp generation (thanks Johan Lantz for the report) by Benny Prijono · 15 years ago
  14. 4dd961b Implement ticket #982: Support for SIP Message Summary/Message Waiting Indication (MWI, RFC 3842) by Benny Prijono · 15 years ago
  15. fe50c9e Ticket #411: Cannot update account presence's status while previous PUBLISH is in progress (thanks Olivier Beytrison for the report) by Benny Prijono · 15 years ago
  16. 6ad7766 Related to ticket #411 (Cannot update account presence's status while previous PUBLISH is in progress): by Benny Prijono · 15 years ago
  17. 9378ea1 Ticket #966: Bad RPID <person> id attribute generation (thanks Filipe Figueiredo for the report) by Benny Prijono · 15 years ago
  18. 840c3d2 Better fix for ticket #938: Presence PIDF document may be rejected by presence servers that implement strict XML checking (thanks Johan Lantz for the fix) by Benny Prijono · 15 years ago
  19. 6f54e8d Fixed ticket #938: Presence PIDF document may be rejected by presence servers that implement strict XML checking (thanks Johan Lantz for the fix) by Benny Prijono · 15 years ago
  20. 7bc6924 Ticket #927: PIDF timestamp is not added to the tuple (thanks Johan Lantz for the report) by Benny Prijono · 15 years ago
  21. ce00fa0 Ticket #911: Crash when receiving NOTIFY after subscription is terminated (thanks Johan Lantz for the report) by Benny Prijono · 15 years ago
  22. 560e286 Ticket #873: Minor update: cleaned up compile warnings of undefined function. by Nanang Izzuddin · 15 years ago
  23. 28add7e Ticket #873: Include the parsed XML tuple in the pjsip_pres_status, and include it in the pjsua_buddy_info in PJSUA-LIB, in case the PIDF document contains other info that is needed by application (thanks Johan Lantz for the suggestion) by Benny Prijono · 15 years ago
  24. b4d22b0 More ticket #869: Added PJSIP_PUBLISHC_DELAY_BEFORE_REFRESH configuration by Benny Prijono · 15 years ago
  25. cf2e673 Ticket #869: Make various event/presence subscription time settings configurable (thanks Johan Lantz for the suggestion) by Benny Prijono · 15 years ago
  26. adb0495 More ticket #868: compilation error due to changes in pj_xml_find() function by Benny Prijono · 15 years ago
  27. 53984d1 Ticket #760: Enhancements to PUBLISH management (thanks Johan Lantz for the suggestion) by Benny Prijono · 15 years ago
  28. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  29. 7513057 Ticket #574: Add new API to know why the outgoing subscription request is terminated and added support for delaying subscription acceptance by Benny Prijono · 16 years ago
  30. 0c13f3d Ticket #573: Handle receiving short version of Event header by Benny Prijono · 16 years ago
  31. 10d8dbd Ticket #564: Reduce the memory usage for default pjsip settings by Benny Prijono · 16 years ago
  32. 7741c8a Stop putting PUBLISH in Allow header since that's probably is not semantically correct (thanks Ruud Klaver for the suggestion) by Benny Prijono · 16 years ago
  33. 0e9f762 Ticket #553: PUBLISH callback is not called when authentication fails (thanks Ruud Klaver for the report) by Benny Prijono · 16 years ago
  34. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  35. c2456cc Added assertion which checks if evsub module has been registered before other calls pjsip_evsub_register_pkg() (thanks Alexander Agranovsky) by Benny Prijono · 17 years ago
  36. df51a28 Ticket #349 revisited: Crash when sending PUBLISH when network is unreachable by Benny Prijono · 17 years ago
  37. 4461c7d Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting subset of RPID elements by Benny Prijono · 17 years ago
  38. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  39. 2943815 Ticket #349: Crash when sending PUBLISH when network is unreachable by Benny Prijono · 17 years ago
  40. c61cc04 Ticket #347: Assertion failure when handling incoming presence subscription with Expires=0 by Benny Prijono · 17 years ago
  41. efb9b6b Ticket #346: deadlock in event subscription when SUBSCRIBE is followed immediately with UN-SUBSCRIBE by Benny Prijono · 17 years ago
  42. a13314a Fixed ticket #307: Fail to parse fully qualified PIDF document (thanks Cool_Zer0) by Benny Prijono · 17 years ago
  43. da1e063 Fixed ticket #291: Free memory read in PUBLISH session by Benny Prijono · 17 years ago
  44. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  45. 9d4469d Ported PJSIP and PJSIP-SIMPLE to Symbian by Benny Prijono · 17 years ago
  46. 9db591a Ticket #209: Added XMLNS for attribute for PIDF document (thanks Tory Patnoe) by Benny Prijono · 17 years ago
  47. 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
  48. d524e82 In pjsua, outgoing REFER now always put Refer-Sub: false by Benny Prijono · 18 years ago
  49. 736d0f7 Fixed bug in event subscription: for event subscriptions established by non-SUBSCRIBE method (such as REFER), the method to refresh/unsubscribe subscription would still be SUBSCRIBE, not the initial method to establish subscription. There's no known ill effect of this bug (that I know of), but it's still important that this one has been fixed. by Benny Prijono · 18 years ago
  50. c8141a8 Added initial "norefersub" (RFC 4488) implementation in PJSUA-LIB, and also properly register all supported SIP method, accepted content type, and supported extensions to endpoint. by Benny Prijono · 18 years ago
  51. 3a5e1ab Support for PUBLISH (RFC 3903): by Benny Prijono · 18 years ago
  52. 21b9ad9 Added initial PUBLISH client support, and also default account selection in pjsua/pjsua-lib by Benny Prijono · 18 years ago
  53. 8eae838 Attempt to fix the race condition in dialog locking. by Benny Prijono · 18 years ago
  54. 01f0154 Added simple WinCE application: by Benny Prijono · 18 years ago
  55. 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
  56. f55c02f Fixed bugs with the parsing (re: allowable chars): (1) Parameters in URI and header should have different spec. URI should use paramchar spec while header should use token spec (thanks Jeroen van Bemmel) (2) The same rule applies when escaping the parameters during printing process (3) While we're on it, also fixed the tel-URI parser to automatically unescape the parameter values. by Benny Prijono · 18 years ago
  57. e682155 Changed in presence: incoming NOTIFY without body will not change presence status (previously it will set status to closed) by Benny Prijono · 18 years ago
  58. 1d8d608 Fixed bug in event subscription when it is challenged/authenticated by Benny Prijono · 18 years ago
  59. 64158af Changed pjsip_dlg_send_request() API to NOT return transaction as it is not safe against race condition by Benny Prijono · 18 years ago
  60. 3ba816e Added option to disable error message altogether, to save space footprint by Benny Prijono · 19 years ago
  61. ed811d7 Fixed compilation and run warnings/errors with MSVC 2005 by Benny Prijono · 19 years ago
  62. 441ce00 Updated evsub to sync with the doc by Benny Prijono · 19 years ago
  63. d4e0abd Added API to terminate dialog prematurely. Affect: dialog, invite sessions, evsub, and presence by Benny Prijono · 19 years ago
  64. 69b98ab Terminate pending SUBSCRIBE if application sends another one (e.g. to unsubscribe) by Benny Prijono · 19 years ago
  65. b080837 Added IM and composition indication, and tested by Benny Prijono · 19 years ago
  66. 2f8992b Tidying up and make it consistent with the documentation by Benny Prijono · 19 years ago
  67. 26ff906 Implemented major feature: call hold and transfer by Benny Prijono · 19 years ago
  68. bcaed6c SIMPLE test with FWD, and added more info in UI by Benny Prijono · 19 years ago
  69. f80b1bf Fixing Makefiles for the new pjmedia-codec and pjsip-simple libraries by Benny Prijono · 19 years ago
  70. 834aee3 Initial SIMPLE implementation by Benny Prijono · 19 years ago
  71. 5b91744 Optimization here and there, changes because of PJLIB modifications by Benny Prijono · 19 years ago
  72. 5dcb38d Set svn:eol-style property by Benny Prijono · 19 years ago
  73. a3273a3 More compliant URI parser, comparison, etc. by Benny Prijono · 19 years ago
  74. e0312a7 Pretty comments by Benny Prijono · 19 years ago
  75. e722461 Applying license to pjproject by Benny Prijono · 19 years ago
  76. 89a705a Organizing pjsip directory structure by Benny Prijono · 19 years ago