1. 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
  2. e3f79fd Ticket #474: option in ioqueue to control concurrency (to allow/disallow simultaneous/multiple callback calls) by Benny Prijono · 17 years ago
  3. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  4. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  5. 3569c0d Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan) by Benny Prijono · 17 years ago
  6. 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
  7. 2fa9422 Removed unusable and scary warning when ioqueue cannot write packet immediately by Benny Prijono · 18 years ago
  8. 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
  9. 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
  10. 7db431e Added 64bit Linux target (x86_64), also fixed compilation warnings when compiling for this target by Benny Prijono · 18 years ago
  11. 2bbd710 Fixed several bugs related to TCP: by Benny Prijono · 18 years ago
  12. 63ab356 Attempted to fix epoll for Linux by Benny Prijono · 18 years ago
  13. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  14. 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
  15. 8befd9f Another major modifications in PJMEDIA: by Benny Prijono · 18 years ago
  16. 42c5b9e Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release. by Benny Prijono · 18 years ago
  17. 5accbd0 Fixed race condition bug in ioqueue unregistration for select and Win32 IOCP backend by Benny Prijono · 18 years ago
  18. ac52df4 Fixed bug in ioqueue: crashed when key is unregistered while another thread is running a callback by Benny Prijono · 19 years ago
  19. 37e8d33 Completed testing for WinCE port by Benny Prijono · 19 years ago
  20. 9cf138e Initial, quick and dirty WinCE port with EVC4 by Benny Prijono · 19 years ago
  21. 9033e31 Set svn:eol-style for all files by Benny Prijono · 19 years ago
  22. 73f7133 Added PJ_IOQUEUE_ALWAYS_ASYNC flag by Benny Prijono · 19 years ago
  23. e0312a7 Pretty comments by Benny Prijono · 19 years ago
  24. e722461 Applying license to pjproject by Benny Prijono · 19 years ago
  25. f010e69 First clean compile of pjsip by Benny Prijono · 19 years ago
  26. 85d3f45 Rework pjlib++ by Benny Prijono · 19 years ago
  27. 0e64113 Linux alpha test by Benny Prijono · 19 years ago
  28. 1a73a05 Modif in configure by Benny Prijono · 19 years ago
  29. 6782e1d Tested UDP echo server on Win2K by Benny Prijono · 19 years ago
  30. bc98615 Tested new ioqueue framework on Linux with select and epoll by Benny Prijono · 19 years ago
  31. 4d974f3 Put common ioqueue functionalities in separate file to be used by both select() and epoll by Benny Prijono · 19 years ago