1. 3ae5f06 Fixed bug in the hash table size calculation. The hash table creation API (pj_hash_create()) suggests that the size should be 2^n-1, and when the size is not 2^n-1, it will be rounded-up to the nearest 2^n-1, except when the size is exactly 2^n, then it will be rounded-down to 2^n-1. by Benny Prijono · 18 years ago
  2. b699fe2 Improvement/bug fix in hash table lookup to allow user to specify the hash value, and modify transaction to take advantage of this feature by Benny Prijono · 18 years ago
  3. 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
  4. 42c5b9e Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release. by Benny Prijono · 18 years ago
  5. 40f2f64 Finished implementation of UA layer (to be tested) by Benny Prijono · 19 years ago
  6. c81dfef Changed loggin to level 6 (from 5) by Benny Prijono · 19 years ago
  7. 9033e31 Set svn:eol-style for all files by Benny Prijono · 19 years ago
  8. e0312a7 Pretty comments by Benny Prijono · 19 years ago
  9. e722461 Applying license to pjproject by Benny Prijono · 19 years ago
  10. f010e69 First clean compile of pjsip by Benny Prijono · 19 years ago
  11. 48a9f4c Final commit before 0.3-pre3 by Benny Prijono · 19 years ago
  12. 4766ffe Just changing keyword expansion by Benny Prijono · 19 years ago
  13. dd859a6 Added suppor /and fix things for SunOS port by Benny Prijono · 19 years ago
  14. 0a749f1 initial import by Benny Prijono · 19 years ago