1. dfd3052 Changed build optimization settings for Speex and pjmedia for eVC4/Windows Mobile. Speex/8000 now runs on Windows Mobile! by Benny Prijono · 16 years ago
  2. dd742da Ticket #534: Client register/registration support for various registrar brokenness by Benny Prijono · 16 years ago
  3. 4bac2c1 Implement ticket #531: active socket abstraction to make ioqueue programming easier by Benny Prijono · 16 years ago
  4. 7ffd775 Ticket #507: committed and tested g722 patch on Windows by Benny Prijono · 17 years ago
  5. 5ac0bd7 More ticket #485: added TURN client application by Benny Prijono · 17 years ago
  6. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  7. 27c9872 Initial modification to Makefiles by Benny Prijono · 17 years ago
  8. 4f093d2 Updated EVC project files with new directory layout by Benny Prijono · 17 years ago
  9. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  10. 2225d01 Updated project dependencies to pjnath by Benny Prijono · 17 years ago
  11. a6bd758 Updated projects and Makefiles with the new pjnath library by Benny Prijono · 17 years ago
  12. 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
  13. c27512b Added/updated VS8 projects for pjnath by Benny Prijono · 18 years ago
  14. 0923717 (big patch) Added top-level pjnath project and moved STUN related files to this new project by Benny Prijono · 18 years ago
  15. 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
  16. d471184 Ticket #103: use Win32 native file I/O on Win32 (the VS8 project file was not updated for the Release build) by Benny Prijono · 18 years ago
  17. ad086e0 Implement ticket #103: changed autoconf script to use native Win32 file I/O on mingw and cygwin by Benny Prijono · 18 years ago
  18. ca8a54c Implement ticket #103: use native Win32 for file I/O on Win32 by Benny Prijono · 18 years ago
  19. fbce9d0 Support for Visual Studio 2005 workspace by Benny Prijono · 18 years ago
  20. 706242e Fixed incorrect output path in PJLIB by Benny Prijono · 18 years ago
  21. 7d93d4e Added pool for allocating memory from the stack buffer by Benny Prijono · 18 years ago
  22. c5b6dbf Fixed autoconf in mingw by Benny Prijono · 18 years ago
  23. c4c61d0 Finishing autoconf work, also fixed compilation error in publish.h by Benny Prijono · 18 years ago
  24. edba079 Echo suppressor tuning and testing on WincE, and also added config_site_sample.h by Benny Prijono · 18 years ago
  25. c4c8f24 Fix PJLIB on WinCE: by Benny Prijono · 18 years ago
  26. 53c3677 Removed pj/compat/sprintf.h from MSVC workspace, also changed "make size" to calculate .bss and .data as well. by Benny Prijono · 18 years ago
  27. d281013 In VC6 workspace, set PJLIB to use IoCompletionPort instead of select() on Release build by Benny Prijono · 18 years ago
  28. 312aff9 Modifications all over the place, but mainly only to update Doxygen documentation by Benny Prijono · 18 years ago
  29. 0c59fea Added README-RTEMS and tweaked the makefiles by Benny Prijono · 18 years ago
  30. 4100342 Removed VSS traces from .dsp files by Benny Prijono · 18 years ago
  31. 0c38bad Fixed broken make on Linux etc because of missing os_timestamp_linux.c (was renamed to os_timestamp_posix.c) by Benny Prijono · 18 years ago
  32. 42c5b9e Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release. by Benny Prijono · 18 years ago
  33. 0382cd8 Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$CC_NAME) by Benny Prijono · 18 years ago
  34. 5accbd0 Fixed race condition bug in ioqueue unregistration for select and Win32 IOCP backend by Benny Prijono · 18 years ago
  35. ac52df4 Fixed bug in ioqueue: crashed when key is unregistered while another thread is running a callback by Benny Prijono · 19 years ago
  36. dcf2996 Set default option to exclude pj_stricmp_alnum() by Benny Prijono · 19 years ago
  37. 8d317a0 Fixed bug in ioqueue with IO Completion Port backend, where events may still be called after key is unregistered by Benny Prijono · 19 years ago
  38. 6908edd Fixed build error on mingw by Benny Prijono · 19 years ago
  39. e67d99a Ported pjlib to PowerPC/MacOS by Benny Prijono · 19 years ago
  40. ed811d7 Fixed compilation and run warnings/errors with MSVC 2005 by Benny Prijono · 19 years ago
  41. 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
  42. ace0093 Changed the unicode string API and ported to ARM/WinCE by Benny Prijono · 19 years ago
  43. 3d32730 Fixed build errors when PJ_OS_HAS_CHECK_STACK or PJ_HAS_TCP is disabled by Benny Prijono · 19 years ago
  44. d47401e Added PJ_ERR_MSG_SIZE in errno.h and updated VC7 project files by Benny Prijono · 19 years ago
  45. 7d433ec Added gcov-report build target and fixed bug in string test under gcov by Benny Prijono · 19 years ago
  46. 37e8d33 Completed testing for WinCE port by Benny Prijono · 19 years ago
  47. 9cf138e Initial, quick and dirty WinCE port with EVC4 by Benny Prijono · 19 years ago
  48. bb80436 Updated VisualC++ 7 projects by Benny Prijono · 19 years ago
  49. ac9d142 Fixed minor warnings/mismatched comments mainly in pjlib++ by Benny Prijono · 19 years ago
  50. f81cd06 Modify transport to use generic sockaddr address by Benny Prijono · 19 years ago
  51. 33723ce Added more info for pj_dump_config by Benny Prijono · 19 years ago
  52. 4f2be31 Fixed MSVC compilation warnings in release build by Benny Prijono · 19 years ago
  53. e9ed389 Added hex character conversion utility in ctype by Benny Prijono · 19 years ago
  54. f010e69 First clean compile of pjsip by Benny Prijono · 19 years ago
  55. 85d3f45 Rework pjlib++ by Benny Prijono · 19 years ago
  56. 9a65621 MSVC projects for pjlib-util by Benny Prijono · 19 years ago
  57. e91bf77 Initial configuration for pjlib-util by Benny Prijono · 19 years ago
  58. 1a73a05 Modif in configure by Benny Prijono · 19 years ago
  59. 0c6935e Some changes in pjlib.dsp by Benny Prijono · 19 years ago
  60. 7d56b6f Added more checking in UDP client by Benny Prijono · 19 years ago
  61. 40ce3fb UDP echo testing in Linux by Benny Prijono · 19 years ago
  62. a7f64a3 Added file I/O and file access API by Benny Prijono · 19 years ago
  63. 6782e1d Tested UDP echo server on Win2K by Benny Prijono · 19 years ago
  64. bc98615 Tested new ioqueue framework on Linux with select and epoll by Benny Prijono · 19 years ago
  65. 4d974f3 Put common ioqueue functionalities in separate file to be used by both select() and epoll by Benny Prijono · 19 years ago
  66. a9946d5 Changed ioqueue to allow simultaneous operations on the same key by Benny Prijono · 19 years ago
  67. 48a9f4c Final commit before 0.3-pre3 by Benny Prijono · 19 years ago
  68. dd859a6 Added suppor /and fix things for SunOS port by Benny Prijono · 19 years ago
  69. 0a749f1 initial import by Benny Prijono · 19 years ago