1. 444ef3f Ticket #419: initial support for DNS AAAA resolution by Benny Prijono · 17 years ago
  2. b071a78 Fixed build warnings/error on Linux by Benny Prijono · 17 years ago
  3. 7977f9f Ticket #396: initial implementation of digest AKA (akav1-md5) authentication for IMS/3GPP by Benny Prijono · 17 years ago
  4. f1428f3 Fixed wrong year in copyright line, s/2005/2007 (thanks Atik Khan) by Benny Prijono · 17 years ago
  5. bf56604 Ticket #332: Enlarge default buffer size for caching DNS responses from 512 to 1000 bytes by Benny Prijono · 17 years ago
  6. f5afa92 Ticket #330: Changed DNS SRV resolver to use the new DNS A response parser by Benny Prijono · 17 years ago
  7. 1423585 Ticket #329: Added utility function to parse DNS A response in PJLIB-UTIL by Benny Prijono · 17 years ago
  8. a53dc15 Ticket #325: More tunable settings in DNS resolver by Benny Prijono · 17 years ago
  9. a266868 Fixed missing padding when calculating MESSAGE-INTEGRITY in STUN by Benny Prijono · 17 years ago
  10. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  11. db6a309 Ticket #208: Allow single quotes for attributes in XML (thanks Tory Patnoe) by Benny Prijono · 17 years ago
  12. ebbf689 Added generic DNS SRV resolution in pjlib-util by Benny Prijono · 18 years ago
  13. 0923717 (big patch) Added top-level pjnath project and moved STUN related files to this new project by Benny Prijono · 18 years ago
  14. d597174 Completed and tested (simple test) the TURN server and command line STUN/TURN client by Benny Prijono · 18 years ago
  15. e4c4020 Started working on sample TURN client by Benny Prijono · 18 years ago
  16. 62923f2 Today's work on TURN server. All looks to be implemented by Benny Prijono · 18 years ago
  17. e631558 A really initial implementation on STUN server by Benny Prijono · 18 years ago
  18. cc8febb Committed today's work on STUN by Benny Prijono · 18 years ago
  19. 055ae9f Finishing up client-side STUN authentication, a simple STUN client, and simple STUN server by Benny Prijono · 18 years ago
  20. 963c4da Removed C++ style comment from dns.h by Benny Prijono · 18 years ago
  21. cc3a9a9 Fixed ticket #156: Not enough memory to parse DNS packets in resolver (thanks Frank Wiersma) by Benny Prijono · 18 years ago
  22. 4df6261 More STUN work by Benny Prijono · 18 years ago
  23. c5ee091 More work on STUN session framework by Benny Prijono · 18 years ago
  24. cf77042 Moved stun_session from client to library by Benny Prijono · 18 years ago
  25. 8fe2ed5 Finishing up STUN server side authentication by Benny Prijono · 18 years ago
  26. 3dc1f40 Added CRC32 code to pjlib-util, and implemented STUN FINGERPRINT and MESSAGE-INTEGRITY by Benny Prijono · 18 years ago
  27. 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
  28. d0a3585 Ticket #121 and #122: Initial implementation of generic STUN transaction, with Binding request as an example by Benny Prijono · 18 years ago
  29. 91169ac Continuing work on the new STUN framework, partly implemented the client session by Benny Prijono · 18 years ago
  30. 14c2b86 Merged the ICE branch into the trunk by Benny Prijono · 18 years ago
  31. 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
  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. 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
  36. 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
  37. 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
  38. 385153d Cleanup warnings with MSVC 2003 by Benny Prijono · 18 years ago
  39. 4a19415 Removed pj_opterr from getopt.h as it is currently not supported by Benny Prijono · 18 years ago
  40. 448fc06 Moved getopt from pjsua-lib to pjlib-util by Benny Prijono · 19 years ago
  41. 0e152ff Added PJLIB_UTIL_EINXML in errno by Benny Prijono · 19 years ago
  42. bece36a Started errno framework in pjlib-util by Benny Prijono · 19 years ago
  43. 0cdba29 Added pj_xml_clone() by Benny Prijono · 19 years ago
  44. 4d95efe Fixed Makefile and warnings in cygwin/mingw by Benny Prijono · 19 years ago
  45. 728a905 Complete tsx layer selftest, implemented authentication framework by Benny Prijono · 19 years ago
  46. b77cc54 Added pj_cis_add_cis() by Benny Prijono · 19 years ago
  47. cec5f4a More optimizations for msg parser etc. by Benny Prijono · 19 years ago
  48. de5f464 Scanner optimization and added cis_uint backend by Benny Prijono · 19 years ago
  49. 9033e31 Set svn:eol-style for all files by Benny Prijono · 19 years ago
  50. 5dcb38d Set svn:eol-style property by Benny Prijono · 19 years ago
  51. fd39486 Added character (un)escaping utilities in string.h by Benny Prijono · 19 years ago
  52. e0312a7 Pretty comments by Benny Prijono · 19 years ago
  53. e722461 Applying license to pjproject by Benny Prijono · 19 years ago
  54. f010e69 First clean compile of pjsip by Benny Prijono · 19 years ago
  55. 9a65621 MSVC projects for pjlib-util by Benny Prijono · 19 years ago
  56. f2afa6c Renamed pjutil subdirs to pjlib-util by Benny Prijono · 19 years ago
  57. b3abf49 Rename pjutil to pjlib-util by Benny Prijono · 19 years ago