1. d597174 Completed and tested (simple test) the TURN server and command line STUN/TURN client by Benny Prijono · 18 years ago
  2. e4c4020 Started working on sample TURN client by Benny Prijono · 18 years ago
  3. 62923f2 Today's work on TURN server. All looks to be implemented by Benny Prijono · 18 years ago
  4. e631558 A really initial implementation on STUN server by Benny Prijono · 18 years ago
  5. 7cd1622 Implemented new STUN server framework by Benny Prijono · 18 years ago
  6. 044eb08 Fixed warnings in STUN by Benny Prijono · 18 years ago
  7. d8672d8 Fixed STUN client/server authentication by Benny Prijono · 18 years ago
  8. cc8febb Committed today's work on STUN by Benny Prijono · 18 years ago
  9. 055ae9f Finishing up client-side STUN authentication, a simple STUN client, and simple STUN server by Benny Prijono · 18 years ago
  10. 963c4da Removed C++ style comment from dns.h by Benny Prijono · 18 years ago
  11. cc3a9a9 Fixed ticket #156: Not enough memory to parse DNS packets in resolver (thanks Frank Wiersma) by Benny Prijono · 18 years ago
  12. 4df6261 More STUN work by Benny Prijono · 18 years ago
  13. c5ee091 More work on STUN session framework by Benny Prijono · 18 years ago
  14. f83dc1d Fixed build error for recent STUN modifications on Unix by Benny Prijono · 18 years ago
  15. cf77042 Moved stun_session from client to library by Benny Prijono · 18 years ago
  16. e329ef8 Renamed pjstun_srv to pjstun_srv_test by Benny Prijono · 18 years ago
  17. b6f7aed Renamed pjstun_srv to pjstun_srv_test by Benny Prijono · 18 years ago
  18. 8fe2ed5 Finishing up STUN server side authentication by Benny Prijono · 18 years ago
  19. 3dc1f40 Added CRC32 code to pjlib-util, and implemented STUN FINGERPRINT and MESSAGE-INTEGRITY by Benny Prijono · 18 years ago
  20. 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
  21. d0a3585 Ticket #121 and #122: Initial implementation of generic STUN transaction, with Binding request as an example by Benny Prijono · 18 years ago
  22. 91169ac Continuing work on the new STUN framework, partly implemented the client session by Benny Prijono · 18 years ago
  23. 14c2b86 Merged the ICE branch into the trunk by Benny Prijono · 18 years ago
  24. 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
  25. 8f6c89f Minor change in resolver: added current TTL value when entry is picked up from the cache by Benny Prijono · 18 years ago
  26. e80cdf0 Updated doxygen documentation to version 0.5.10 by Benny Prijono · 18 years ago
  27. fbce9d0 Support for Visual Studio 2005 workspace by Benny Prijono · 18 years ago
  28. 5fb99e5 Fixed several compilation warnings with MSVC by Benny Prijono · 18 years ago
  29. f792bef Removed duplicated stun.o in pjlib-util Makefile by Benny Prijono · 18 years ago
  30. 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
  31. c3a5f42 Fixed title mismatch in PJLIB-UTIL HTML header by Benny Prijono · 18 years ago
  32. 04d9576 Added pjlib-util/config.h and pjlib-util/types.h to put by Benny Prijono · 18 years ago
  33. fa9e5b1 Major addition to support DNS SRV resolution in PJSIP: by Benny Prijono · 18 years ago
  34. d424f5b Added initial implementation of low-level DNS packetization by Benny Prijono · 18 years ago
  35. 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
  36. c4c61d0 Finishing autoconf work, also fixed compilation error in publish.h by Benny Prijono · 18 years ago
  37. 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
  38. 01f0154 Added simple WinCE application: by Benny Prijono · 18 years ago
  39. 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
  40. ceb1260 Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working by Benny Prijono · 18 years ago
  41. 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
  42. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  43. 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
  44. 7eaa0fd Added the error code into error messages by Benny Prijono · 18 years ago
  45. 0c59fea Added README-RTEMS and tweaked the makefiles by Benny Prijono · 18 years ago
  46. 385153d Cleanup warnings with MSVC 2003 by Benny Prijono · 18 years ago
  47. 0382cd8 Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$CC_NAME) by Benny Prijono · 18 years ago
  48. 4a19415 Removed pj_opterr from getopt.h as it is currently not supported by Benny Prijono · 18 years ago
  49. 448fc06 Moved getopt from pjsua-lib to pjlib-util by Benny Prijono · 19 years ago
  50. 4fca27b Fixed misc warnings/errors in Solaris build by Benny Prijono · 19 years ago
  51. 3ba816e Added option to disable error message altogether, to save space footprint by Benny Prijono · 19 years ago
  52. ed811d7 Fixed compilation and run warnings/errors with MSVC 2005 by Benny Prijono · 19 years ago
  53. 0e152ff Added PJLIB_UTIL_EINXML in errno by Benny Prijono · 19 years ago
  54. dce7b11 Found out what has been causing the slow performance. by Benny Prijono · 19 years ago
  55. 2eb5dd6 Added errno.c in Makefile by Benny Prijono · 19 years ago
  56. bece36a Started errno framework in pjlib-util by Benny Prijono · 19 years ago
  57. d1bfc62 Added support for <! element by Benny Prijono · 19 years ago
  58. 0cdba29 Added pj_xml_clone() by Benny Prijono · 19 years ago
  59. c0a9586 Ported to WinCE by Benny Prijono · 19 years ago
  60. 1819dc9 Removed default CFLAGS=-O2 -g in Makefiles by Benny Prijono · 19 years ago
  61. 8fa234f Fixed minor typo in Makefile comments by Benny Prijono · 19 years ago
  62. 4d95efe Fixed Makefile and warnings in cygwin/mingw by Benny Prijono · 19 years ago
  63. 728a905 Complete tsx layer selftest, implemented authentication framework by Benny Prijono · 19 years ago
  64. b77cc54 Added pj_cis_add_cis() by Benny Prijono · 19 years ago
  65. 0198612 Dont skip whitespace after newline in pj_scan_skip_line by Benny Prijono · 19 years ago
  66. cec5f4a More optimizations for msg parser etc. by Benny Prijono · 19 years ago
  67. de5f464 Scanner optimization and added cis_uint backend by Benny Prijono · 19 years ago
  68. 9033e31 Set svn:eol-style for all files by Benny Prijono · 19 years ago
  69. 5dcb38d Set svn:eol-style property by Benny Prijono · 19 years ago
  70. fd39486 Added character (un)escaping utilities in string.h by Benny Prijono · 19 years ago
  71. d4afc90 Fixed compile error in scanner by Benny Prijono · 19 years ago
  72. e0312a7 Pretty comments by Benny Prijono · 19 years ago
  73. e722461 Applying license to pjproject by Benny Prijono · 19 years ago
  74. f010e69 First clean compile of pjsip by Benny Prijono · 19 years ago
  75. 9551df1 Fixed missing .exe extension in pjlib-util MSVC projects by Benny Prijono · 19 years ago
  76. 9a65621 MSVC projects for pjlib-util by Benny Prijono · 19 years ago
  77. e91bf77 Initial configuration for pjlib-util by Benny Prijono · 19 years ago
  78. f2afa6c Renamed pjutil subdirs to pjlib-util by Benny Prijono · 19 years ago
  79. b3abf49 Rename pjutil to pjlib-util by Benny Prijono · 19 years ago[Renamed from pjutil]
  80. 80f260c Split PJLIB utilities into pjutil by Benny Prijono · 19 years ago