1. 739551f Fixed compilation warnings in dns_server.c by Benny Prijono · 16 years ago
  2. 71c8395 Ticket #537: implemented Simple DNS Server class (for testing) in pjlib-util by Benny Prijono · 16 years ago
  3. 7ffd775 Ticket #507: committed and tested g722 patch on Windows by Benny Prijono · 17 years ago
  4. 5ac0bd7 More ticket #485: added TURN client application by Benny Prijono · 17 years ago
  5. b1cf890 Fixed compilation errors on Symbian and others caused by ticket #472 (FD_SETSIZE was removed) by Benny Prijono · 17 years ago
  6. c4bb78b More ticket #465: option to return UDP header in pj_pcap_read_udp(), and better RTP packet handling in pcaputil sample by Benny Prijono · 17 years ago
  7. 9eb0b71 Added trace to PCAP reader by Benny Prijono · 17 years ago
  8. 41b15db More ticket #465: updated VS8 and WinCE projects by Benny Prijono · 17 years ago
  9. 0f85672 Ticket #465: utility to read PCAP file and sample application to read RTP files from PCAP file, decode the payload, and write the PCM output to WAV file by Benny Prijono · 17 years ago
  10. a7b376b Fixed doxygen comments everywhere by Benny Prijono · 17 years ago
  11. b2f20e1 Fixed integer conversion/format warning on x86_64 Linux by Benny Prijono · 17 years ago
  12. 40c2633 More ticket #415: Added pj_sockaddr_cmp(), pj_sockaddr_copy_addr(), and pj_sockaddr_print() by Benny Prijono · 17 years ago
  13. f3437e0 Fixed ticket #425: pjstun_get_mapped_addr() failed when receiving incoming SIP request (thanks Lafras Henning) by Benny Prijono · 17 years ago
  14. 956eb1a Fixed missing typedef keyword in pj_dns_srv_option declaration (thanks Alain Totouom) by Benny Prijono · 17 years ago
  15. 444ef3f Ticket #419: initial support for DNS AAAA resolution by Benny Prijono · 17 years ago
  16. f0f8fd1 Fixed compilation warnings/errors under C++ mode by Benny Prijono · 17 years ago
  17. 3808af1 Updated VS2005 and eVC projects with new base64 and AKA files by Benny Prijono · 17 years ago
  18. b071a78 Fixed build warnings/error on Linux by Benny Prijono · 17 years ago
  19. 7977f9f Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP by Benny Prijono · 17 years ago
  20. ee7276b Force svn eol-style for WinCE project files to CRLF by Benny Prijono · 17 years ago
  21. 1af6beb Fixed compilation warnings by Benny Prijono · 17 years ago
  22. d51a37a Continue work on ticket #354: changed pjlib-util and pjnath libraries to .DSO (DLL) in Symbian by Benny Prijono · 17 years ago
  23. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  24. 42d5aaa Fixed sign mismatch warning with Symbian GCCE compiler by Benny Prijono · 17 years ago
  25. f1428f3 Fixed wrong year in copyright line, s/2005/2007 (thanks Atik Khan) by Benny Prijono · 17 years ago
  26. edec967 Fixed dns.c compilation error on Symbian by Benny Prijono · 17 years ago
  27. bf56604 Ticket #332: Enlarge default buffer size for caching DNS responses from 512 to 1000 bytes by Benny Prijono · 17 years ago
  28. 36430ad Ticket #326: added more DNS resolver tests by Benny Prijono · 17 years ago
  29. f5afa92 Ticket #330: Changed DNS SRV resolver to use the new DNS A response parser by Benny Prijono · 17 years ago
  30. 1423585 Ticket #329: Added utility function to parse DNS A response in PJLIB-UTIL by Benny Prijono · 17 years ago
  31. 57f7536 Ticket #328: Possible alignment error in DNS by Benny Prijono · 17 years ago
  32. b9f0368 Another ticket #326: Add DNS resolver and DNS SRV resolver test in pjlib-util by Benny Prijono · 17 years ago
  33. fa3e100 Another ticket #326: Add DNS resolver and DNS SRV resolver test in pjlib-util by Benny Prijono · 17 years ago
  34. 524f8e4 Another ticket #325: More tunable settings in DNS resolver by Benny Prijono · 17 years ago
  35. 0d7b4a8 Ticket #326: Add DNS resolver and DNS SRV resolver test in pjlib-util by Benny Prijono · 17 years ago
  36. a53dc15 Ticket #325: More tunable settings in DNS resolver by Benny Prijono · 17 years ago
  37. 1103222 Fixed ticket #311: PJSIP resolver is not destroyed on shutdown (thanks Martin Peterzon) by Benny Prijono · 17 years ago
  38. 17e58ed Fixed ticket #304: Memory alignment error for hash entry buffer causing crash on ARM (thanks ChenHuan) by Benny Prijono · 17 years ago
  39. 318f384 Fixed ticket #276: Error creating resolver on Win32 release mode (thanks Frank Wiersma) by Benny Prijono · 17 years ago
  40. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  41. a266868 Fixed missing padding when calculating MESSAGE-INTEGRITY in STUN by Benny Prijono · 17 years ago
  42. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  43. 727f203 Ported PJLIB-UTIL and PJNATH to Symbian by Benny Prijono · 17 years ago
  44. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  45. 27c9872 Initial modification to Makefiles by Benny Prijono · 17 years ago
  46. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  47. db6a309 Ticket #208: Allow single quotes for attributes in XML (thanks Tory Patnoe) by Benny Prijono · 17 years ago
  48. 2225d01 Updated project dependencies to pjnath by Benny Prijono · 17 years ago
  49. 33fcaa0 Fixed warnings/errors when logging is disabled by Benny Prijono · 17 years ago
  50. a6bd758 Updated projects and Makefiles with the new pjnath library by Benny Prijono · 17 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. ebbf689 Added generic DNS SRV resolution in pjlib-util by Benny Prijono · 18 years ago
  53. c27512b Added/updated VS8 projects for pjnath by Benny Prijono · 18 years ago
  54. 0923717 (big patch) Added top-level pjnath project and moved STUN related files to this new project by Benny Prijono · 18 years ago
  55. d597174 Completed and tested (simple test) the TURN server and command line STUN/TURN client by Benny Prijono · 18 years ago
  56. e4c4020 Started working on sample TURN client by Benny Prijono · 18 years ago
  57. 62923f2 Today's work on TURN server. All looks to be implemented by Benny Prijono · 18 years ago
  58. e631558 A really initial implementation on STUN server by Benny Prijono · 18 years ago
  59. 7cd1622 Implemented new STUN server framework by Benny Prijono · 18 years ago
  60. 044eb08 Fixed warnings in STUN by Benny Prijono · 18 years ago
  61. d8672d8 Fixed STUN client/server authentication by Benny Prijono · 18 years ago
  62. cc8febb Committed today's work on STUN by Benny Prijono · 18 years ago
  63. 055ae9f Finishing up client-side STUN authentication, a simple STUN client, and simple STUN server by Benny Prijono · 18 years ago
  64. 963c4da Removed C++ style comment from dns.h by Benny Prijono · 18 years ago
  65. cc3a9a9 Fixed ticket #156: Not enough memory to parse DNS packets in resolver (thanks Frank Wiersma) by Benny Prijono · 18 years ago
  66. 4df6261 More STUN work by Benny Prijono · 18 years ago
  67. c5ee091 More work on STUN session framework by Benny Prijono · 18 years ago
  68. f83dc1d Fixed build error for recent STUN modifications on Unix by Benny Prijono · 18 years ago
  69. cf77042 Moved stun_session from client to library by Benny Prijono · 18 years ago
  70. e329ef8 Renamed pjstun_srv to pjstun_srv_test by Benny Prijono · 18 years ago
  71. b6f7aed Renamed pjstun_srv to pjstun_srv_test by Benny Prijono · 18 years ago
  72. 8fe2ed5 Finishing up STUN server side authentication by Benny Prijono · 18 years ago
  73. 3dc1f40 Added CRC32 code to pjlib-util, and implemented STUN FINGERPRINT and MESSAGE-INTEGRITY by Benny Prijono · 18 years ago
  74. 015cbfd Updated VS8 and EVC4 project with new STUN files and added SHA1, HMAC-MD5, and HMAC-SHA1 encryption by Benny Prijono · 18 years ago
  75. d0a3585 Ticket #121 and #122: Initial implementation of generic STUN transaction, with Binding request as an example by Benny Prijono · 18 years ago
  76. 91169ac Continuing work on the new STUN framework, partly implemented the client session by Benny Prijono · 18 years ago
  77. 14c2b86 Merged the ICE branch into the trunk by Benny Prijono · 18 years ago
  78. 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
  79. 8f6c89f Minor change in resolver: added current TTL value when entry is picked up from the cache by Benny Prijono · 18 years ago
  80. e80cdf0 Updated doxygen documentation to version 0.5.10 by Benny Prijono · 18 years ago
  81. fbce9d0 Support for Visual Studio 2005 workspace by Benny Prijono · 18 years ago
  82. 5fb99e5 Fixed several compilation warnings with MSVC by Benny Prijono · 18 years ago
  83. f792bef Removed duplicated stun.o in pjlib-util Makefile by Benny Prijono · 18 years ago
  84. b3cdb2b Support for MP3 recording for Win32 target. Also added "--rec-file" and "--auto-rec" option in pjsua to record voice conversion. The "--rec-file" option will record to either .WAV or .MP3 depending on the file extension. by Benny Prijono · 18 years ago
  85. c3a5f42 Fixed title mismatch in PJLIB-UTIL HTML header by Benny Prijono · 18 years ago
  86. 04d9576 Added pjlib-util/config.h and pjlib-util/types.h to put by Benny Prijono · 18 years ago
  87. fa9e5b1 Major addition to support DNS SRV resolution in PJSIP: by Benny Prijono · 18 years ago
  88. d424f5b Added initial implementation of low-level DNS packetization by Benny Prijono · 18 years ago
  89. 4e5519f Fix STUN client when handling unknown attributes. Before it failed the transaction, now it simply just ignores it. by Benny Prijono · 18 years ago
  90. c4c61d0 Finishing autoconf work, also fixed compilation error in publish.h by Benny Prijono · 18 years ago
  91. 15bbb38 Change unescaping function in scanner and string.c to NOT unescape when '%' is not followed by hex digits. by Benny Prijono · 18 years ago
  92. 01f0154 Added simple WinCE application: by Benny Prijono · 18 years ago
  93. 92ac447 Changed all public header files to compile correctly when -ansi and -pedantic is used, also when g++ is used by Benny Prijono · 18 years ago
  94. ceb1260 Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working by Benny Prijono · 18 years ago
  95. b6eab2c Various performance improvements in PJSIP: (1) optimizing for common case to minimize stricmp() calls (header names, method, URI schemes), (2) added functionality in scanner to parse and unescape in-place, (3) etc.. by Benny Prijono · 18 years ago
  96. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  97. e1f1e38 Fixed bugs in scanner: (1) pj_cis_match() takes int argument, so when ASCII character above 127 is given, it will access the array with negative index, and (2) pj_scan_get_newline() may incorrectly eat two newlines when the second newline is a header continuation by Benny Prijono · 18 years ago
  98. 7eaa0fd Added the error code into error messages by Benny Prijono · 18 years ago
  99. 0c59fea Added README-RTEMS and tweaked the makefiles by Benny Prijono · 18 years ago
  100. 385153d Cleanup warnings with MSVC 2003 by Benny Prijono · 18 years ago