1. d51a37a Continue work on ticket #354: changed pjlib-util and pjnath libraries to .DSO (DLL) in Symbian by Benny Prijono · 17 years ago
  2. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  3. 45b7621 Ticket #344: ICE negotiation failed when remote doesn't support RTCP by Benny Prijono · 17 years ago
  4. fc48bd7 Fixed crash in TURN server (thanks Scott Lu) by Benny Prijono · 17 years ago
  5. f1428f3 Fixed wrong year in copyright line, s/2005/2007 (thanks Atik Khan) by Benny Prijono · 17 years ago
  6. c84ebc2 Fixed ticket #322: Crash in ICE when adding peer reflexive candidate by Benny Prijono · 17 years ago
  7. c540b62 Fixed ticket #321: Assertion in ICE stream transport when STUN is not used (thanks Frank Nießen) by Benny Prijono · 17 years ago
  8. 9991d2c Fixed assertion error in ice_strans.c, when response is received before get_stun_mapped_addr() returns by Benny Prijono · 17 years ago
  9. 3bbc27c Ticket #308: Selective STUN authentication for STUN failure responses by Benny Prijono · 17 years ago
  10. 4730d6b Fixed ticket #303: Crash on STUN session's keep alive on loss of network connectivity by Benny Prijono · 17 years ago
  11. 6fbe48e Fixed gcc warning because of ticket #297 by Benny Prijono · 17 years ago
  12. 684c057 Fixed ticket #297: Bug in handling data from peer in TURN sample application (thanks scott_lvsha) by Benny Prijono · 17 years ago
  13. fb2cec3 Fixed gcc warning about unitialized variable by Benny Prijono · 17 years ago
  14. c9f6ea7 Fixed ticket #288: ICE role error on re-INVITE and ICE auth error when sending 487 (Role Conflict) response by Benny Prijono · 17 years ago
  15. edd4ffa Ticket #287: selectively disable authentication for several STUN error responses by Benny Prijono · 17 years ago
  16. eb92128 Fixed ticket #286: Bug in STUN FINGERPRINT verification and logging STUN message by Benny Prijono · 17 years ago
  17. 1c064e6 Fixed ticket #285: ICE transport stops receiving packet upon getting ICMP unreach on Windows by Benny Prijono · 17 years ago
  18. b823dbd Fixed ticket #279: Bug with authenticating STUN response causes STUN responses to be dropped by Benny Prijono · 17 years ago
  19. 5aeed44 Fixed several STUN bugs: USERNAME, REALM etc are not allowed in the response, retransmission timer calculation bug, etc. by Benny Prijono · 17 years ago
  20. 2fedc73 Added missing distclean rule in pjnath Makefile by Benny Prijono · 17 years ago
  21. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  22. a266868 Fixed missing padding when calculating MESSAGE-INTEGRITY in STUN by Benny Prijono · 17 years ago
  23. 897f9f8 Misc Symbian fixes, looks good by Benny Prijono · 17 years ago
  24. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  25. 727f203 Ported PJLIB-UTIL and PJNATH to Symbian by Benny Prijono · 17 years ago
  26. 6212899 ICE: fixed pruning of host candidates by Benny Prijono · 17 years ago
  27. 302fa13 ICE: prune host candidates (not in ICE) by Benny Prijono · 17 years ago
  28. a10664c Fixed mingw build by Benny Prijono · 17 years ago
  29. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  30. 25dfd1d Fixed build system for third_party by Benny Prijono · 17 years ago
  31. 1b0ee29 Handle scenario where ICE check list completes early in the answerer by Benny Prijono · 17 years ago
  32. caa8f62 Respond to early check with proper credential by Benny Prijono · 17 years ago
  33. 40468d3 Added missing include in pjnath/config.h by Benny Prijono · 17 years ago
  34. dbf4615 ICE (work in progress): handle early check that is received before answer by Benny Prijono · 17 years ago
  35. 7f03bea Added PJ_STUN_NO_AUTHENTICATE option to disable authentication in STUN session by Benny Prijono · 17 years ago
  36. 8d9fd61 Fixed crash with invalid PDU and added MAGIC-COOKIE attribute for backward compatibility with old TURN by Benny Prijono · 17 years ago
  37. 1cf078d Fixed compile error in stun_client because of last modification in STUN 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. 64ac31b Fixed couple of compilation warnings in STUN and new proxy samples with gcc by Benny Prijono · 17 years ago
  42. 0cb7bf1 Enable all tests in pjnath-test by Benny Prijono · 17 years ago
  43. da675ce ICE: work in progress by Benny Prijono · 17 years ago
  44. 919758f Added ICE-CONTROLLING and ICE-CONTROLLED STUN attribute types by Benny Prijono · 17 years ago
  45. 33fcaa0 Fixed warnings/errors when logging is disabled by Benny Prijono · 17 years ago
  46. dbce2cf Fixed pjnath build warnings/errors on Linux by Benny Prijono · 17 years ago
  47. a6bd758 Updated projects and Makefiles with the new pjnath library by Benny Prijono · 17 years ago
  48. fed1af9 Created doxygen documentation for PJNATH by Benny Prijono · 17 years ago
  49. fd70c9b ICE: added media index in pjmedia when handling SDP containing ICE candidates by Benny Prijono · 18 years ago
  50. 7e0d52c ICE: implement RTCP component and cancelling check in progress by Benny Prijono · 18 years ago
  51. 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
  52. ec92134 ICE (work in progress): implement error codes by Benny Prijono · 18 years ago
  53. c27512b Added/updated VS8 projects for pjnath by Benny Prijono · 18 years ago
  54. f75eceb ICE (work in progress): implemented server reflexive candidate by Benny Prijono · 18 years ago
  55. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  56. 24cda7d ICE (work in progress): implemented ICE media transport by Benny Prijono · 18 years ago
  57. ff49ab7 Final ICE stream transport by Benny Prijono · 18 years ago
  58. fd7f147 Tested simple ICE with data by Benny Prijono · 18 years ago
  59. 2532b9d Completed initial test for ICE by Benny Prijono · 18 years ago
  60. fb9d987 Added pjnath-test by Benny Prijono · 18 years ago
  61. fe95353 ICE complete, ready for testing by Benny Prijono · 18 years ago
  62. 48a4927 s/stun_setting/stun_config by Benny Prijono · 18 years ago
  63. 38fa00a s/stun_endpoint/stun_setting by Benny Prijono · 18 years ago
  64. 0ef1cf6 Today's work by Benny Prijono · 18 years ago
  65. bda2621 -- by Benny Prijono · 18 years ago
  66. b01897b Changed pj_sockaddr structure and added pjnath project for ICE/STUN stuffs by Benny Prijono · 18 years ago
  67. 0923717 (big patch) Added top-level pjnath project and moved STUN related files to this new project by Benny Prijono · 18 years ago