1. 25cb51d Ticket #913: Concurrency problem in select ioqueue may corrupt descriptor set by Benny Prijono · 15 years ago
  2. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  3. 838cb32 Cleaned up compile warnings (on gcc 4.0.1). by Nanang Izzuddin · 16 years ago
  4. 8eb763c Ticket #561: select() ioqueue default concurrency setting is not initialized with default value by Benny Prijono · 16 years ago
  5. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  6. 8ac081b More ticket #469: fix in ioqueue to handle case when key has been unregistered when recvfrom() is called by Benny Prijono · 17 years ago
  7. e3f79fd Ticket #474: option in ioqueue to control concurrency (to allow/disallow simultaneous/multiple callback calls) by Benny Prijono · 17 years ago
  8. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  9. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  10. 3569c0d Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan) by Benny Prijono · 17 years ago
  11. 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
  12. 2fa9422 Removed unusable and scary warning when ioqueue cannot write packet immediately by Benny Prijono · 18 years ago
  13. f6b9530 Fixed ticket #49: When socket is signaled for readability, recv()/recvfrom is called with flags set to zero. It should use the flags as specified when ioqueue_recv()/ioqueue_recvfrom() was called. by Benny Prijono · 18 years ago
  14. 3059eb6 Fixed compilation errors when threading is disabled (PJ_HAS_THREADS=0) and safe ioqueue unregistration is disabled (PJ_IOQUEUE_HAS_SAFE_UNREG=0). Also increase PJ_IOQUEUE_MAX_HANDLES for minimum config to 16 in config_sample.h [thanks Olivier Gournet]. by Benny Prijono · 18 years ago
  15. 7db431e Added 64bit Linux target (x86_64), also fixed compilation warnings when compiling for this target by Benny Prijono · 18 years ago
  16. 2bbd710 Fixed several bugs related to TCP: by Benny Prijono · 18 years ago
  17. 63ab356 Attempted to fix epoll for Linux by Benny Prijono · 18 years ago
  18. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  19. 4021258 Fixed bug: ioqueue should return error when send()/sendto() is called while previous operation on the same op_key has not finished by Benny Prijono · 18 years ago
  20. 8befd9f Another major modifications in PJMEDIA: by Benny Prijono · 18 years ago
  21. 42c5b9e Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release. by Benny Prijono · 18 years ago
  22. 5accbd0 Fixed race condition bug in ioqueue unregistration for select and Win32 IOCP backend by Benny Prijono · 18 years ago
  23. ac52df4 Fixed bug in ioqueue: crashed when key is unregistered while another thread is running a callback by Benny Prijono · 19 years ago
  24. 37e8d33 Completed testing for WinCE port by Benny Prijono · 19 years ago
  25. 9cf138e Initial, quick and dirty WinCE port with EVC4 by Benny Prijono · 19 years ago
  26. 9033e31 Set svn:eol-style for all files by Benny Prijono · 19 years ago
  27. 73f7133 Added PJ_IOQUEUE_ALWAYS_ASYNC flag by Benny Prijono · 19 years ago
  28. e0312a7 Pretty comments by Benny Prijono · 19 years ago
  29. e722461 Applying license to pjproject by Benny Prijono · 19 years ago
  30. f010e69 First clean compile of pjsip by Benny Prijono · 19 years ago
  31. 85d3f45 Rework pjlib++ by Benny Prijono · 19 years ago
  32. 0e64113 Linux alpha test by Benny Prijono · 19 years ago
  33. 1a73a05 Modif in configure by Benny Prijono · 19 years ago
  34. 6782e1d Tested UDP echo server on Win2K by Benny Prijono · 19 years ago
  35. bc98615 Tested new ioqueue framework on Linux with select and epoll by Benny Prijono · 19 years ago
  36. 4d974f3 Put common ioqueue functionalities in separate file to be used by both select() and epoll by Benny Prijono · 19 years ago