1. 7a4cf15 Added pj_inet_addr2() by Benny Prijono · 19 years ago
  2. 6908edd Fixed build error on mingw by Benny Prijono · 19 years ago
  3. e67d99a Ported pjlib to PowerPC/MacOS by Benny Prijono · 19 years ago
  4. 1185299 Fixed or added misc flags to enable build selection via compile time macro by Benny Prijono · 19 years ago
  5. 3ba816e Added option to disable error message altogether, to save space footprint by Benny Prijono · 19 years ago
  6. b8f63d6 Added <stdio.h> in this file by Benny Prijono · 19 years ago
  7. 4381efe Added misc flags and modify Makefiles to allow exclusion of PortAudio and specific codec during compilation by Benny Prijono · 19 years ago
  8. ed811d7 Fixed compilation and run warnings/errors with MSVC 2005 by Benny Prijono · 19 years ago
  9. edb566c Updated MSVC projects to use os_time_win32.c, as os_time_ansi.c caused problems in VC2005 by Benny Prijono · 19 years ago
  10. 8a02d01 Version 0.5.4 (web release) by Benny Prijono · 19 years ago
  11. 45a5ff2 Fixed bug in writing log when pj_init() is called by Benny Prijono · 19 years ago
  12. 247fd9e Added version info on pj_init() by Benny Prijono · 19 years ago
  13. c0dcc63 Tested Speex codecs (narrowband, wideband, ultrawideband)! by Benny Prijono · 19 years ago
  14. 6aa5c2a Added PJ_EEOF in pjlib errno.h by Benny Prijono · 19 years ago
  15. d081350 Fixed Speex warnings, and set version to 0.5.3.1 by Benny Prijono · 19 years ago
  16. d2e84d5 Fixed compilation warnings and errors in pjsip-perf by Benny Prijono · 19 years ago
  17. 942452b Added pj_strdup2_with_null by Benny Prijono · 19 years ago
  18. 6492081 Fixed bug in timer, where poll() can return negative time, causing havoc with other polling function that depends on the value by Benny Prijono · 19 years ago
  19. 09413ca Temporary fix: added sleep() when epoll returns non-zero while no descriptor is actually set! by Benny Prijono · 19 years ago
  20. e1a3de5 Fixed warning about _WIN32_WINNT redefined when compiled on Mingw by Benny Prijono · 19 years ago
  21. cb0758a Fixed bug pj_thread_register() when same thread is re-registered with different descriptor by Benny Prijono · 19 years ago
  22. c8322f3 Added mutex protection for caching pool by Benny Prijono · 19 years ago
  23. 1eaeb7d Version 0.5.1.3 by Benny Prijono · 19 years ago
  24. 8c71561 Synched with documentation by Benny Prijono · 19 years ago
  25. 64f851e Added support for NULL frame in rtp stream, fixed bugs here and there in INVITE (e.g. dont send SDP on 180), and set version to 0.5.1.2 by Benny Prijono · 19 years ago
  26. b2343c7 Register pjlib-util errno, and update pjlib version by Benny Prijono · 19 years ago
  27. c5784c1 Added pj_ansi/native/unicode_snprintf, and added comment in errno.h by Benny Prijono · 19 years ago
  28. f80b1bf Fixing Makefiles for the new pjmedia-codec and pjsip-simple libraries by Benny Prijono · 19 years ago
  29. a915cd1 Added assert in timer if entry is scheduled more than once by Benny Prijono · 19 years ago
  30. a5f4ff2 Added pj_list_size() by Benny Prijono · 19 years ago
  31. ace0093 Changed the unicode string API and ported to ARM/WinCE by Benny Prijono · 19 years ago
  32. 6139641 Changed the unicode functions by Benny Prijono · 19 years ago
  33. 5a9091c Added pj_strcat2 by Benny Prijono · 19 years ago
  34. 9c43b2b Changed PJ_ASSERT_RETURN implementation, to prevent expr from being evaluated twice by Benny Prijono · 19 years ago
  35. 3643cc2 Fixed compilation error in ioqueue_epoll when TCP is disabled by Benny Prijono · 19 years ago
  36. 3d32730 Fixed build errors when PJ_OS_HAS_CHECK_STACK or PJ_HAS_TCP is disabled by Benny Prijono · 19 years ago
  37. 8054de0 Implement rwlock for Linux by Benny Prijono · 19 years ago
  38. 37685d5 Fixed warning about isblank() redefinition on cygwin by Benny Prijono · 19 years ago
  39. ccf9562 Tested initial implementation: basic UAC, client registration, authentication, etc by Benny Prijono · 19 years ago
  40. d47401e Added PJ_ERR_MSG_SIZE in errno.h and updated VC7 project files by Benny Prijono · 19 years ago
  41. 7d433ec Added gcov-report build target and fixed bug in string test under gcov by Benny Prijono · 19 years ago
  42. dcc2952 Added framework for attaching custom error message handler by Benny Prijono · 19 years ago
  43. 40f2f64 Finished implementation of UA layer (to be tested) by Benny Prijono · 19 years ago
  44. 37e8d33 Completed testing for WinCE port by Benny Prijono · 19 years ago
  45. 9cf138e Initial, quick and dirty WinCE port with EVC4 by Benny Prijono · 19 years ago
  46. bb80436 Updated VisualC++ 7 projects by Benny Prijono · 19 years ago
  47. ac9d142 Fixed minor warnings/mismatched comments mainly in pjlib++ by Benny Prijono · 19 years ago
  48. 8220f90 Fixed bugs and added tests to handle NULL and zero length strings by Benny Prijono · 19 years ago
  49. 30a48c6 Timer heap checks if callback is NULL by Benny Prijono · 19 years ago
  50. c81dfef Changed loggin to level 6 (from 5) by Benny Prijono · 19 years ago
  51. fa73e3e Added loop transport to test transaction by Benny Prijono · 19 years ago
  52. 0ca04b6 Basic module, transport, and sending messages by Benny Prijono · 19 years ago
  53. f81cd06 Modify transport to use generic sockaddr address by Benny Prijono · 19 years ago
  54. e986c8c Win32 IOCP ioqueue calls multiple connect completion on a single poll by Benny Prijono · 19 years ago
  55. af12bfc Fixed unused arg warning when logging is disabled by Benny Prijono · 19 years ago
  56. cec5f4a More optimizations for msg parser etc. by Benny Prijono · 19 years ago
  57. 33723ce Added more info for pj_dump_config by Benny Prijono · 19 years ago
  58. a7944bb Added pj_stricmp_alnum() to speedup the parser!!! by Benny Prijono · 19 years ago
  59. 4f2be31 Fixed MSVC compilation warnings in release build by Benny Prijono · 19 years ago
  60. 99683ae Added rdtsc option for win32 timestamp and added pj_elapsed_msec by Benny Prijono · 19 years ago
  61. d493480 Small optimization in pool (removed used_size) by Benny Prijono · 19 years ago
  62. d0d44f5 Changed syntax to support Windows SEH by Benny Prijono · 19 years ago
  63. 9033e31 Set svn:eol-style for all files by Benny Prijono · 19 years ago
  64. 5dcb38d Set svn:eol-style property by Benny Prijono · 19 years ago
  65. e9ed389 Added hex character conversion utility in ctype by Benny Prijono · 19 years ago
  66. 73f7133 Added PJ_IOQUEUE_ALWAYS_ASYNC flag by Benny Prijono · 19 years ago
  67. e0312a7 Pretty comments by Benny Prijono · 19 years ago
  68. e722461 Applying license to pjproject by Benny Prijono · 19 years ago
  69. ea6655e Updated pjlib docs by Benny Prijono · 19 years ago
  70. f010e69 First clean compile of pjsip by Benny Prijono · 19 years ago
  71. 12e13b7 Test pj++ proactor (compile only) by Benny Prijono · 19 years ago
  72. 85d3f45 Rework pjlib++ by Benny Prijono · 19 years ago
  73. 0e64113 Linux alpha test by Benny Prijono · 19 years ago
  74. 9a65621 MSVC projects for pjlib-util by Benny Prijono · 19 years ago
  75. e91bf77 Initial configuration for pjlib-util by Benny Prijono · 19 years ago
  76. 80f260c Split PJLIB utilities into pjutil by Benny Prijono · 19 years ago
  77. 1a73a05 Modif in configure by Benny Prijono · 19 years ago
  78. 0c6935e Some changes in pjlib.dsp by Benny Prijono · 19 years ago
  79. ffa5d64 Changed default number of thread in test.h by Benny Prijono · 19 years ago
  80. 8fb8467 Add ioqueue name in report by Benny Prijono · 19 years ago
  81. 7d56b6f Added more checking in UDP client by Benny Prijono · 19 years ago
  82. 40ce3fb UDP echo testing in Linux by Benny Prijono · 19 years ago
  83. a7f64a3 Added file I/O and file access API by Benny Prijono · 19 years ago
  84. 6782e1d Tested UDP echo server on Win2K by Benny Prijono · 19 years ago
  85. 6d5db77 Disable validate_set as it's not valid anymore by Benny Prijono · 19 years ago
  86. ce931fd Fixed error with inet_ntoa() by Benny Prijono · 19 years ago
  87. bc98615 Tested new ioqueue framework on Linux with select and epoll by Benny Prijono · 19 years ago
  88. 4d974f3 Put common ioqueue functionalities in separate file to be used by both select() and epoll by Benny Prijono · 19 years ago
  89. a9946d5 Changed ioqueue to allow simultaneous operations on the same key by Benny Prijono · 19 years ago
  90. 02711ca Use delay based bandwidth calculation. by Benny Prijono · 19 years ago
  91. d31369c Updated doxygen documentation by Benny Prijono · 19 years ago
  92. 48a9f4c Final commit before 0.3-pre3 by Benny Prijono · 19 years ago
  93. 005e456 Changed atomic interface and fixed bugs in echo test client by Benny Prijono · 19 years ago
  94. bf6d942 Adding keyword expansion for Id by Benny Prijono · 19 years ago
  95. 4766ffe Just changing keyword expansion by Benny Prijono · 19 years ago
  96. dd859a6 Added suppor /and fix things for SunOS port by Benny Prijono · 19 years ago
  97. 0a749f1 initial import by Benny Prijono · 19 years ago