1. ff3b146 Ticket #566: TURN session in PJSUA-LIB is not properly destroyed causing possible memory and handle leaks by Benny Prijono · 16 years ago
  2. ddde091 Ticket #565: Call WSACleanup() when pj_shutdown() is called on Windows by Benny Prijono · 16 years ago
  3. 10d8dbd Ticket #564: Reduce the memory usage for default pjsip settings by Benny Prijono · 16 years ago
  4. c91ed8d Ticket #518: some fixes for growing memory usage in PJSUA-LIB, by using temporary pools for temporary variables and by having separate pool for each account and buddy by Benny Prijono · 16 years ago
  5. eef6a7d Set default UDP media transport name if name is not specified by application, otherwise memory pool name will be empty by Benny Prijono · 16 years ago
  6. 10208dc Related to ticket #529: ignore transaction terminate request if transaction state is already DESTROYED by Benny Prijono · 16 years ago
  7. f4ca835 Fixed ticket #529: memory leak on Symbian and possibly handle leaks on all platforms when application quits while transactions have not been terminated by Benny Prijono · 16 years ago
  8. 8eb763c Ticket #561: select() ioqueue default concurrency setting is not initialized with default value by Benny Prijono · 16 years ago
  9. 1222ef6 Ticket #562: In TURN client sample application, when STUN server is specified, contact the STUN server on default STUN port rather than the TURN port by Benny Prijono · 16 years ago
  10. 41d7013 Ticket #560: Optimize the memory usage of DNS resolver by Benny Prijono · 16 years ago
  11. d7c6d05 Ticket 559 (minor): Update the pool alternative API (pool_alt.h) with the latest pool API by Benny Prijono · 16 years ago
  12. 940bd3e Fixed bug in python's player_get_slot() and recorder_get_slot() by Benny Prijono · 16 years ago
  13. 90cc76e Fixed gcc function is not a prototype warnings by Benny Prijono · 16 years ago
  14. b85ba65 Updated setup.py for Linux and written more docstrings documentation by Benny Prijono · 16 years ago
  15. 9c46114 Ticket #556: New object oriented Python abstraction for pjsua API by Benny Prijono · 16 years ago
  16. ba736c4 Ticket 555: modifications to pjsua instant messaging callbacks by Benny Prijono · 16 years ago
  17. 69fb2fd Added config settings for search range in WSOLA expand() by Nanang Izzuddin · 16 years ago
  18. 131faa5 Updated delay buffer to use circular buffer by Nanang Izzuddin · 16 years ago
  19. 89214fe Updated WSOLA to use circular buffer and configurable hanning window size (which affecting number of delay produced by WSOLA) by Nanang Izzuddin · 16 years ago
  20. 0883cff Added two APIs to pjmedia circular buffer: copy & pack buffer by Nanang Izzuddin · 16 years ago
  21. 0c4c136 Removed pjmedia_test from VS 2005 workspace as it makes compilation fails when some features are disabled (e.g. SRTP). Need to modify mips_test.c to take into account if features are disabled by Benny Prijono · 16 years ago
  22. 1d6b895 Configuration option to include/exclude loopback interface in enum_ip_interface(), and always include loopback address in the proxy sample (thanks Filippo Zangheri for the suggestion) by Benny Prijono · 16 years ago
  23. c7bdb08 Modified runall.py python testing module to accommodate mod_recvfrom.py by Benny Prijono · 16 years ago
  24. e9a8224 Added mod_recvfrom.py testing module and some registrar test scenarios by Benny Prijono · 16 years ago
  25. a4ff8c5 Related to ticket 554: handle the case where server rejects Authorization because of incorrect nonce but fails to set stale parameter to true. In this case we will retry the authentication as long as the nonce in the challenge is different than current nonce. This seems to have fixed ticket 554 too (to be confirmed) by Benny Prijono · 16 years ago
  26. 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
  27. 5a7c5f4 Removed pjmedia-test from pjmedia build for now since it's causing build error when SRTP is disabled (thanks Pedro Gonalves) by Benny Prijono · 16 years ago
  28. c5b1dad Fixed segfault when getifaddrs() returns NULL address (thanks Filippo Zangheri) by Benny Prijono · 16 years ago
  29. b5a4e77 Added WinCE project for pjmedia_test by Benny Prijono · 16 years ago
  30. ca1f631 Added pjmedia_test to Visual Studio workspaces by Benny Prijono · 16 years ago
  31. 35f5ce9 Fixed compilation warnings on gcc-4.2.3 by Benny Prijono · 16 years ago
  32. b1f62f4 Updated mips_test.c after running on ARM by Benny Prijono · 16 years ago
  33. 0ff56dc Added MIPS benchmark in pjmedia-test, and loopback media transport to assist the stream testing by Benny Prijono · 16 years ago
  34. 4999dbf Fixed crash in stream.c when it tries to send RTCP BYE when stream initialization fails by Benny Prijono · 16 years ago
  35. 943ce2a Fixed bug in SRTP regarding startup flags evaluation by Benny Prijono · 16 years ago
  36. 78238b3 Added module circular buffer (circbuf.h) to pjmedia by Nanang Izzuddin · 16 years ago
  37. d38b414 Fixed VS 2005 dependency for samples project by Benny Prijono · 16 years ago
  38. 6ae55be Added gdi32.lib and advapi32.lib into pjsua VC 2005 input libraries specs by Benny Prijono · 16 years ago
  39. 0e9f762 Ticket #553: PUBLISH callback is not called when authentication fails (thanks Ruud Klaver for the report) by Benny Prijono · 16 years ago
  40. e10db84 Ticket #552: Added TLS server name extension to support connecting to multi-hosted SIP TLS server (thanks Klaus Darilion for the suggestion) by Benny Prijono · 16 years ago
  41. 6c0bdf4 Changed version to 0.9.0-trunk by Benny Prijono · 16 years ago
  42. 149ebfe Updated PJ_VERSION to 0.9.0-release by Benny Prijono · 16 years ago
  43. b036fdf Fixed build error on Symbian by Benny Prijono · 16 years ago
  44. e78676b Removed old PLC setting from pjmedia/config.h by Benny Prijono · 16 years ago
  45. ffa18c9 Updated PESQ test to save the WAV output on failure and report the PESQ target. by Nanang Izzuddin · 16 years ago
  46. cb11856 Updated python test readme doc by Benny Prijono · 16 years ago
  47. 0fe5acff Fixed crash when handling incoming MESSAGE request without message body but with Content/Type set (thanks Anshuman S. Rawat) by Benny Prijono · 16 years ago
  48. 038effe Fixed wrong variable name for number of failed tests by Nanang Izzuddin · 16 years ago
  49. 1e65e9a Added stdout buffering option in Python tests by Benny Prijono · 16 years ago
  50. e19e0e0 Removed userdata param in callback funcs of mod_media_playrec.py by Nanang Izzuddin · 16 years ago
  51. 65417bd Updated runall.py to cleanup the 'logs' directory before test; fixed log ext name; added report num of tests performed by Nanang Izzuddin · 16 years ago
  52. ab8dba9 Added more Python tests: offer with multiple media lines by Benny Prijono · 16 years ago
  53. 036911b Added the ability to send a complete/arbitrary SIP INVITE message in mod_sendto.py Python test script by Benny Prijono · 16 years ago
  54. a310bd2 Fix handling of multiple media lines in the incoming SDP offer. Now pjsua-lib will be able to select the best media line to handle by Benny Prijono · 16 years ago
  55. a680bd6 Ticket #543: by Nanang Izzuddin · 16 years ago
  56. f6a5ac5 Media session should not reject the whole SDP when it receives SDP with unknown media by Benny Prijono · 16 years ago
  57. 934f03b Fixed assertion when parsing incoming SDP which is not properly terminated with CRLF by Benny Prijono · 16 years ago
  58. 9869cb5 Ticket #543: by Nanang Izzuddin · 16 years ago
  59. 81e9bd5 Fixed minor bug on ptime calculation on player creation; Updated pjsua-app info on ports ptime and default capture latency by Nanang Izzuddin · 16 years ago
  60. 72778f2 Fixed session.c incorrectly parsing channel count from SDP by Nanang Izzuddin · 16 years ago
  61. 129b8b0 Fixed extra '/' character when encoding stereo codecs (thanks Gianluca Crucillà) by Benny Prijono · 16 years ago
  62. e4ddeec python testing: fixed slow test performance due to expecting wrong text in mod_call.py, and exclude PUBLISH tests in runall.py by Benny Prijono · 16 years ago
  63. 8ca4014 Rearrange the commands in mod_pres.py to make it work by Benny Prijono · 16 years ago
  64. ddd02de echo command in pjsua can be used to print any text, and this is used to better synchronize stdout in Python test apps by Benny Prijono · 16 years ago
  65. 9bc3c18 Added test duration in runall.py output, and add public ICE in excluded tests by Benny Prijono · 16 years ago
  66. 4d0da3a Added option to disable stdout buffering in pjsua, and adjust the python tests by Benny Prijono · 16 years ago
  67. 632be0a Added various tests with invalid SDP and other SIP parameters by Benny Prijono · 16 years ago
  68. 2c484e4 Fixed assertion in invite session when INVITE has bad SDP because the SDP is given without having been validated first by Benny Prijono · 16 years ago
  69. 4375f90 Ticket #544: Fixed SRTP on hold+reinvite scenario by Nanang Izzuddin · 16 years ago
  70. 9eac547 Ticket #543: Updated PESQ to start/stop manually stream/record instead of using auto-rec/play/hangup, and also updated thresholds by Nanang Izzuddin · 16 years ago
  71. 5242a42 Set universal_newlines=False in run.py, and added failed UPDATE scenario in mod_call.py by Benny Prijono · 16 years ago
  72. 88accae Specifying star in codec selection will select all codecs. Fixed the codec selection in codec.c to select all codecs when empty string is given. by Benny Prijono · 16 years ago
  73. 2331d20 Fixed bug: media got deactivated when SDP negotiation fails on re-INVITE or UPDATE while it should be unaffected by Benny Prijono · 16 years ago
  74. 62a969c Added PRACK tests and ICE with public proxy tests by Benny Prijono · 16 years ago
  75. b2ad04a Do no disconnect invite session if authentication fails for requests within dialog. Also clears up inv->invite_tsx if re-INVITE fails with authentication error, otherwise it will not be able to send further re-INVITEs by Benny Prijono · 16 years ago
  76. 6ee166d Ticket #543: Updated PESQ test, sound device used only by one side to avoid contention by Nanang Izzuddin · 16 years ago
  77. fd07289 Changed log verbosity of STUN unrecognized attribute log from 4 to 5 since we now put unrecognized attribute in a generic container anyway by Benny Prijono · 16 years ago
  78. 8a3fc3b Replaced WAV files for automated testing by Benny Prijono · 16 years ago
  79. a18dad9 Optimize the number of characters written to SDP by ICE by Benny Prijono · 16 years ago
  80. 61fc5e6 Fixed assertion error when resending re-INVITE after it is challenged with 401/407, and also fixed error when the invite session is not retrying the BYE request when it is challenged with 401/407 by Benny Prijono · 16 years ago
  81. acb3e32 Ticket #543: Updated mod_pseq & mod_media_playrec. by Nanang Izzuddin · 16 years ago
  82. b40e287 Ticket #543: added mod pesq & mod media playrec to runall.py, also added some more wav files by Nanang Izzuddin · 16 years ago
  83. 9a6e835 Ticket #543: added initial WAV files for test input by Nanang Izzuddin · 16 years ago
  84. 0b4c57b Fixed ticket #550: PRACK is not re-sent on 401/407 challenge (thanks Josh Benson) by Benny Prijono · 16 years ago
  85. 8eb9141 More ticket #542: Updated default capture latency (tested OK on Vista 64bit for WMME & dsound) by Nanang Izzuddin · 16 years ago
  86. 8d67fba Fixed crash in ICE when adding peer reflexive candidate by Benny Prijono · 16 years ago
  87. ed416b5 Fixed bug in TURN when sending Send Indication by Benny Prijono · 16 years ago
  88. 8a2b59d Optimize TURN client to send Send Indication without allocating a pool by Benny Prijono · 16 years ago
  89. 074db79 Added more API to initialize STUN message and attributes without pool by Benny Prijono · 16 years ago
  90. b8ad0e4 Fixed bug in ICE: packet is not sent when ICE is not running (remote has no ice) and TURN is set as default candidate by Benny Prijono · 16 years ago
  91. d6aea36 Added pjnath_test, pjturn_client, and pjturn_server projects in VS6 workspace by Benny Prijono · 16 years ago
  92. 7ce7413 Fixed bug with authenticating STUN messages when unrecognized/unknown non-mandatory STUN attribute is present in the message by Benny Prijono · 16 years ago
  93. 3fdf3f6 Peers use STUN mapped address instead of local address in TURN client sample by Benny Prijono · 16 years ago
  94. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  95. b6133fb More ticket #543: added PESQ test by Nanang Izzuddin · 16 years ago
  96. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  97. e6f85fb More ticket #543: added SRTP tests on scripts-sendto by Nanang Izzuddin · 16 years ago
  98. df008d3 Make SDP parser more lenient by ignoring first newlines. by Benny Prijono · 16 years ago
  99. 3190f69 Set svn attributes on new test script files by Benny Prijono · 16 years ago
  100. 7d578a7 More ticket #543: added mod_sendto.py to send arbitrary INVITE request by Benny Prijono · 16 years ago