1. a10664c Fixed mingw build by Benny Prijono · 17 years ago
  2. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  3. d962784 Fixed the legacy build system by Benny Prijono · 17 years ago
  4. 25dfd1d Fixed build system for third_party by Benny Prijono · 17 years ago
  5. 27c9872 Initial modification to Makefiles by Benny Prijono · 17 years ago
  6. d187231 Added PortAudio build files by Benny Prijono · 17 years ago
  7. eb4cf91 Initial Makefiles for the third_party components by Benny Prijono · 17 years ago
  8. 4f093d2 Updated EVC project files with new directory layout by Benny Prijono · 17 years ago
  9. a378bfc Added the VS8 project files by Benny Prijono · 17 years ago
  10. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  11. f03861b mv resample_resample.c resample.c by Benny Prijono · 17 years ago
  12. e58cbe1 Moved plc, resample, and mp3 to third_party by Benny Prijono · 17 years ago
  13. 8758b9c mv resample.c resample_resample.c by Benny Prijono · 17 years ago
  14. 562d8b6 Brought back the old resample.c by Benny Prijono · 17 years ago
  15. aeb625e mv resample.c resample_speex.c by Benny Prijono · 17 years ago
  16. 396156c Changed resample to use speex (for now) by Benny Prijono · 17 years ago
  17. 8f57dca Moved resample to third_party directory by Benny Prijono · 17 years ago
  18. f830c1b Moved ilbc to third_party directory by Benny Prijono · 17 years ago
  19. 7f1c90f Split speex, portaudio, and gsm into third_party directory by Benny Prijono · 17 years ago
  20. eb1e116 Deleting own copy of of speex and portaudio by Benny Prijono · 17 years ago
  21. 1c6d6ee Locked speex and portaudio in third_party directory to specific revision by Benny Prijono · 17 years ago
  22. b7bb955 Added third_party directory by Benny Prijono · 17 years ago
  23. 80821e2 Created experimental branch to split 3rd party libraries into a separate directory. by Benny Prijono · 17 years ago
  24. 90d6200 Fixed destination address error when sending RTCP in ICE media transport by Benny Prijono · 17 years ago
  25. 230c2f9 Added missing NULL getopt sentitel in stateful/stateless proxy samples by Benny Prijono · 17 years ago
  26. 3569c0d Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan) by Benny Prijono · 17 years ago
  27. 1b0ee29 Handle scenario where ICE check list completes early in the answerer by Benny Prijono · 17 years ago
  28. d639efa Fixed ticket #214: Error opening sound device is not propagated to application (thanks Paul Levin) by Benny Prijono · 17 years ago
  29. caa8f62 Respond to early check with proper credential by Benny Prijono · 17 years ago
  30. 40468d3 Added missing include in pjnath/config.h by Benny Prijono · 17 years ago
  31. dbf4615 ICE (work in progress): handle early check that is received before answer by Benny Prijono · 17 years ago
  32. 7f03bea Added PJ_STUN_NO_AUTHENTICATE option to disable authentication in STUN session by Benny Prijono · 17 years ago
  33. 8d9fd61 Fixed crash with invalid PDU and added MAGIC-COOKIE attribute for backward compatibility with old TURN by Benny Prijono · 17 years ago
  34. 1cf078d Fixed compile error in stun_client because of last modification in STUN by Benny Prijono · 17 years ago
  35. e1a10cb Ticket #212: IM typing indication request is missing route set (thanks Nicholas Xu) by Benny Prijono · 17 years ago
  36. 9db591a Ticket #209: Added XMLNS for attribute for PIDF document (thanks Tory Patnoe) by Benny Prijono · 17 years ago
  37. db6a309 Ticket #208: Allow single quotes for attributes in XML (thanks Tory Patnoe) by Benny Prijono · 17 years ago
  38. 7c57f87 Fixed potential crash in ICE when adding peer reflexive candidate by Benny Prijono · 17 years ago
  39. 6c670ac Added ICE-CONTROLLED and ICE-CONTROLLING attribute, handle ICE 487 error, and add response source address checking by Benny Prijono · 17 years ago
  40. bd876dc Fixed misc bugs with ICE: (1) moved STUN session from candidate to component since it causes STUN response to wrong session, and (2) keep-alive transaction timed-out when ICE is active by Benny Prijono · 17 years ago
  41. cb57962 A little bit of improvement in pj_time_val_normalize() by Benny Prijono · 17 years ago
  42. 980ca0a Undo ticket #185: removed pj_file_flush() from pjsua-lib since it slows down the application alot! by Benny Prijono · 17 years ago
  43. da9785b Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsua by Benny Prijono · 17 years ago
  44. 617c5bc When STUN is used with ICE, SDP media line should show the public IP address by Benny Prijono · 17 years ago
  45. 667952e Fixed hold/re-INVITE bug when ICE is used by Benny Prijono · 17 years ago
  46. 64ac31b Fixed couple of compilation warnings in STUN and new proxy samples with gcc by Benny Prijono · 17 years ago
  47. 2225d01 Updated project dependencies to pjnath by Benny Prijono · 17 years ago
  48. 0cb7bf1 Enable all tests in pjnath-test by Benny Prijono · 17 years ago
  49. fbec997 Fixed Python module because of recent ICE changes in pjsua by Benny Prijono · 17 years ago
  50. fff245c Ticket #205: merged proxy functionalities from stable to trunk by Benny Prijono · 17 years ago
  51. da675ce ICE: work in progress by Benny Prijono · 17 years ago
  52. 4a035e9 Minor fix: set integer type to pj_uint32_t (from unsigned) for TI platform by Benny Prijono · 17 years ago
  53. 6f86e7c Added pj_cmp_timestamp() by Benny Prijono · 17 years ago
  54. 54826a3 Make simpleua work without threads by Benny Prijono · 17 years ago
  55. 6b5b660 Fixed not enough buffer error with IP helper on XP SP2 by Benny Prijono · 17 years ago
  56. 87ebad4 Removed 3rdparty dir by Benny Prijono · 17 years ago
  57. c95c55c Deleted speex from 3rdparty (will use svn:external instead) by Benny Prijono · 17 years ago
  58. ef010c5 Added speex to 3rdparty directory by Benny Prijono · 17 years ago
  59. b7d8897 Added 3rdparty directory by Benny Prijono · 17 years ago
  60. 919758f Added ICE-CONTROLLING and ICE-CONTROLLED STUN attribute types by Benny Prijono · 17 years ago
  61. 33fcaa0 Fixed warnings/errors when logging is disabled by Benny Prijono · 17 years ago
  62. dbce2cf Fixed pjnath build warnings/errors on Linux by Benny Prijono · 17 years ago
  63. a6bd758 Updated projects and Makefiles with the new pjnath library by Benny Prijono · 17 years ago
  64. fed1af9 Created doxygen documentation for PJNATH by Benny Prijono · 17 years ago
  65. fed7f4c Fixed ticket #203: Fix error when telephone-event is set as the first format in SDP (thanks Chris Hamilton) by Benny Prijono · 18 years ago
  66. fd70c9b ICE: added media index in pjmedia when handling SDP containing ICE candidates by Benny Prijono · 18 years ago
  67. 7e0d52c ICE: implement RTCP component and cancelling check in progress by Benny Prijono · 18 years ago
  68. b681a2f ICE (work in progress): use single socket for all candidates in component, and implemented IP interface enumeration on Win32 by Benny Prijono · 18 years ago
  69. 28a3a12 Omit SDP rtcp attribute when RTCP is not present in sockinfo by Benny Prijono · 18 years ago
  70. ebbf689 Added generic DNS SRV resolution in pjlib-util by Benny Prijono · 18 years ago
  71. ec92134 ICE (work in progress): implement error codes by Benny Prijono · 18 years ago
  72. c27512b Added/updated VS8 projects for pjnath by Benny Prijono · 18 years ago
  73. f75eceb ICE (work in progress): implemented server reflexive candidate by Benny Prijono · 18 years ago
  74. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  75. 24cda7d ICE (work in progress): implemented ICE media transport by Benny Prijono · 18 years ago
  76. ff49ab7 Final ICE stream transport by Benny Prijono · 18 years ago
  77. fd7f147 Tested simple ICE with data by Benny Prijono · 18 years ago
  78. 2532b9d Completed initial test for ICE by Benny Prijono · 18 years ago
  79. fb9d987 Added pjnath-test by Benny Prijono · 18 years ago
  80. fe95353 ICE complete, ready for testing by Benny Prijono · 18 years ago
  81. 48a4927 s/stun_setting/stun_config by Benny Prijono · 18 years ago
  82. 38fa00a s/stun_endpoint/stun_setting by Benny Prijono · 18 years ago
  83. 0ef1cf6 Today's work by Benny Prijono · 18 years ago
  84. d377f7b Fixed compilation error in TLS transport because of recent changes in pj_sockaddr (thanks Alain Totouom) by Benny Prijono · 18 years ago
  85. 703b7d7 Fixed ticket #191: PUBLISH request in pjsua is not initialized with account's route set (thanks Nicholas Xu) by Benny Prijono · 18 years ago
  86. bda2621 -- by Benny Prijono · 18 years ago
  87. 93e9ded Fixed ticket #189: Error parsing compact form of SIP header (thanks Tobias Söreling) by Benny Prijono · 18 years ago
  88. 69f73fe Fixed ticket #189: Error parsing compact form of Via header (thanks Tobias Söreling) by Benny Prijono · 18 years ago
  89. b01897b Changed pj_sockaddr structure and added pjnath project for ICE/STUN stuffs by Benny Prijono · 18 years ago
  90. 71804f5 Fixed ticket #187: Bug with destination address calculation for strict route set (thanks Hoi-Ho Chan) by Benny Prijono · 18 years ago
  91. b514e55 Make it build cleanly on RedHat 7.3, gcc 2.96, linux-2.4.18 (also somebody reported build error on Slack 7.1 by Benny Prijono · 18 years ago
  92. ee73871 Implemented ticket #185: Added pj_file_flush() to file I/O API to flush file buffers by Benny Prijono · 18 years ago
  93. a38e78d Fixed ticket #183: Add flag in SDP negotiator to specify codec order preference (thanks Esbjorn Dominique) by Benny Prijono · 18 years ago
  94. 9de76b7 Fixed ticket #182: SDP negotiation failed when local does not specify telephone-event (thanks Esbjorn Dominique) by Benny Prijono · 18 years ago
  95. 4a5af68 Fixed ticket #181: Failed compilation because usleep() does not return int on some *nix platforms (thanks Jukka-Pekka Kervinen) by Benny Prijono · 18 years ago
  96. de47956 Fixed ticket #177: RTP port number is not reset in pjsua media (thanks Binu KS) by Benny Prijono · 18 years ago
  97. d7036a1 Fixed ticket #175: GSM codec factory does not shutdown properly causing it to fail on next pjsua_init (thanks Binu K S) by Benny Prijono · 18 years ago
  98. 0923717 (big patch) Added top-level pjnath project and moved STUN related files to this new project by Benny Prijono · 18 years ago
  99. bd09302 Fixed link error (multiple symbols) with pj_log_max_level with C++ build by Benny Prijono · 18 years ago
  100. ca60a7e Fixed ticket #172: SDP media direction negotiation bug (thanks Phil Torre) by Benny Prijono · 18 years ago