1. dc8c490 More ticket #706: renamed output names from vs8 to vc8 to make it backward compatible by Benny Prijono · 15 years ago
  2. 89c273e Initial VS settings for all platforms. by Nanang Izzuddin · 15 years ago
  3. 5ac6cdf #792: Fixed WM6 build configs, updated svn prop for pjsua_wince & pocketpj. by Nanang Izzuddin · 15 years ago
  4. 57ccc7f #792: Updated output file name: use short platform name wm6std/pro & replace hyphen with dash. by Nanang Izzuddin · 15 years ago
  5. 50a7530 #792 work in progress by Perry Ismangil · 15 years ago
  6. 29b6baf #792: Renamed test_pjsip to pjsip_test, updated some missing settings for Win32 platform. by Nanang Izzuddin · 15 years ago
  7. 6ae3846 #792: Updated property sheet win32-common and updated some projects settings by Nanang Izzuddin · 15 years ago
  8. 740891e #792 work in progress: all vcproj now has property sheets wired in. by Perry Ismangil · 15 years ago
  9. a5c1abf Added sample of ps inherited from another ps. by Nanang Izzuddin · 15 years ago
  10. 23e33c9 #792 work in progress by Perry Ismangil · 15 years ago
  11. e6410c2 #792 work in progress, solutions loads but then freezes VS. Trying it on other PCs. by Perry Ismangil · 15 years ago
  12. 05d1769 #706 work in progress: all Win32 projects now have all 6 configs. Settings not correct yet. by Perry Ismangil · 15 years ago
  13. 56aaca9 Misc (ticket #772): added missing hash_test.c in pjlib-test eVC4 project by Benny Prijono · 15 years ago
  14. 7433805 Addition of Debug-Static, Debug-Dynamic, Release-Static, and Release-Dynamic build configuration for Visual Studio, for Win32 target by Perry Ismangil · 15 years ago
  15. 298c12e Ticket #706: Part 1 of VS 2005 projects reorganization: introduction of Windows Mobile 6 standard SDK in the build platform by Benny Prijono · 16 years ago
  16. 0afea9b Added math.h to pjlib's Visual Studio projects by Benny Prijono · 16 years ago
  17. ac3c28d More ticket #568: added hash_test.c to pjlib-test VS6 and VS2005 projects by Benny Prijono · 16 years ago
  18. f137037 Ticket #568: The hash table ignores the last row of the table in hash table iteration, causing some memory leaks during shutdown routine because some objects are not destroyed by Benny Prijono · 16 years ago
  19. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  20. 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
  21. dd742da Ticket #534: Client register/registration support for various registrar brokenness by Benny Prijono · 16 years ago
  22. 4bac2c1 Implement ticket #531: active socket abstraction to make ioqueue programming easier by Benny Prijono · 16 years ago
  23. 7ffd775 Ticket #507: committed and tested g722 patch on Windows by Benny Prijono · 17 years ago
  24. 5ac0bd7 More ticket #485: added TURN client application by Benny Prijono · 17 years ago
  25. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  26. 27c9872 Initial modification to Makefiles by Benny Prijono · 17 years ago
  27. 4f093d2 Updated EVC project files with new directory layout by Benny Prijono · 17 years ago
  28. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  29. 2225d01 Updated project dependencies to pjnath by Benny Prijono · 17 years ago
  30. a6bd758 Updated projects and Makefiles with the new pjnath library by Benny Prijono · 17 years ago
  31. 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
  32. c27512b Added/updated VS8 projects for pjnath by Benny Prijono · 18 years ago
  33. 0923717 (big patch) Added top-level pjnath project and moved STUN related files to this new project by Benny Prijono · 18 years ago
  34. 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
  35. 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
  36. ad086e0 Implement ticket #103: changed autoconf script to use native Win32 file I/O on mingw and cygwin by Benny Prijono · 18 years ago
  37. ca8a54c Implement ticket #103: use native Win32 for file I/O on Win32 by Benny Prijono · 18 years ago
  38. fbce9d0 Support for Visual Studio 2005 workspace by Benny Prijono · 18 years ago
  39. 706242e Fixed incorrect output path in PJLIB by Benny Prijono · 18 years ago
  40. 7d93d4e Added pool for allocating memory from the stack buffer by Benny Prijono · 18 years ago
  41. c5b6dbf Fixed autoconf in mingw by Benny Prijono · 18 years ago
  42. c4c61d0 Finishing autoconf work, also fixed compilation error in publish.h by Benny Prijono · 18 years ago
  43. edba079 Echo suppressor tuning and testing on WincE, and also added config_site_sample.h by Benny Prijono · 18 years ago
  44. c4c8f24 Fix PJLIB on WinCE: by Benny Prijono · 18 years ago
  45. 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
  46. d281013 In VC6 workspace, set PJLIB to use IoCompletionPort instead of select() on Release build by Benny Prijono · 18 years ago
  47. 312aff9 Modifications all over the place, but mainly only to update Doxygen documentation by Benny Prijono · 18 years ago
  48. 0c59fea Added README-RTEMS and tweaked the makefiles by Benny Prijono · 18 years ago
  49. 4100342 Removed VSS traces from .dsp files by Benny Prijono · 18 years ago
  50. 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
  51. 42c5b9e Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release. by Benny Prijono · 18 years ago
  52. 0382cd8 Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$CC_NAME) by Benny Prijono · 18 years ago
  53. 5accbd0 Fixed race condition bug in ioqueue unregistration for select and Win32 IOCP backend by Benny Prijono · 18 years ago
  54. ac52df4 Fixed bug in ioqueue: crashed when key is unregistered while another thread is running a callback by Benny Prijono · 19 years ago
  55. dcf2996 Set default option to exclude pj_stricmp_alnum() by Benny Prijono · 19 years ago
  56. 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
  57. 6908edd Fixed build error on mingw by Benny Prijono · 19 years ago
  58. e67d99a Ported pjlib to PowerPC/MacOS by Benny Prijono · 19 years ago
  59. ed811d7 Fixed compilation and run warnings/errors with MSVC 2005 by Benny Prijono · 19 years ago
  60. 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
  61. ace0093 Changed the unicode string API and ported to ARM/WinCE by Benny Prijono · 19 years ago
  62. 3d32730 Fixed build errors when PJ_OS_HAS_CHECK_STACK or PJ_HAS_TCP is disabled by Benny Prijono · 19 years ago
  63. d47401e Added PJ_ERR_MSG_SIZE in errno.h and updated VC7 project files by Benny Prijono · 19 years ago
  64. 7d433ec Added gcov-report build target and fixed bug in string test under gcov by Benny Prijono · 19 years ago
  65. 37e8d33 Completed testing for WinCE port by Benny Prijono · 19 years ago
  66. 9cf138e Initial, quick and dirty WinCE port with EVC4 by Benny Prijono · 19 years ago
  67. bb80436 Updated VisualC++ 7 projects by Benny Prijono · 19 years ago
  68. ac9d142 Fixed minor warnings/mismatched comments mainly in pjlib++ by Benny Prijono · 19 years ago
  69. f81cd06 Modify transport to use generic sockaddr address by Benny Prijono · 19 years ago
  70. 33723ce Added more info for pj_dump_config by Benny Prijono · 19 years ago
  71. 4f2be31 Fixed MSVC compilation warnings in release build by Benny Prijono · 19 years ago
  72. e9ed389 Added hex character conversion utility in ctype by Benny Prijono · 19 years ago
  73. f010e69 First clean compile of pjsip by Benny Prijono · 19 years ago
  74. 85d3f45 Rework pjlib++ by Benny Prijono · 19 years ago
  75. 9a65621 MSVC projects for pjlib-util by Benny Prijono · 19 years ago
  76. e91bf77 Initial configuration for pjlib-util 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. 7d56b6f Added more checking in UDP client by Benny Prijono · 19 years ago
  80. 40ce3fb UDP echo testing in Linux by Benny Prijono · 19 years ago
  81. a7f64a3 Added file I/O and file access API by Benny Prijono · 19 years ago
  82. 6782e1d Tested UDP echo server on Win2K by Benny Prijono · 19 years ago
  83. bc98615 Tested new ioqueue framework on Linux with select and epoll by Benny Prijono · 19 years ago
  84. 4d974f3 Put common ioqueue functionalities in separate file to be used by both select() and epoll by Benny Prijono · 19 years ago
  85. a9946d5 Changed ioqueue to allow simultaneous operations on the same key by Benny Prijono · 19 years ago
  86. 48a9f4c Final commit before 0.3-pre3 by Benny Prijono · 19 years ago
  87. dd859a6 Added suppor /and fix things for SunOS port by Benny Prijono · 19 years ago
  88. 0a749f1 initial import by Benny Prijono · 19 years ago