summaryrefslogtreecommitdiff
path: root/pjlib/src/pj/ioqueue_common_abs.c
AgeCommit message (Expand)Author
2008-07-12Ticket #561: select() ioqueue default concurrency setting is not initialized ...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-02-14More ticket #469: fix in ioqueue to handle case when key has been unregistere...Benny Prijono
2008-02-13Ticket #474: option in ioqueue to control concurrency (to allow/disallow simu...Benny Prijono
2007-07-20Ticket #354: build PJLIB as dynamic libraries (.DSO) in SymbianBenny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-04-06Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan)Benny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-01-20Removed unusable and scary warning when ioqueue cannot write packet immediatelyBenny Prijono
2006-12-25Fixed ticket #49: When socket is signaled for readability, recv()/recvfrom is...Benny Prijono
2006-10-04Fixed compilation errors when threading is disabled (PJ_HAS_THREADS=0) and sa...Benny Prijono
2006-07-23Added 64bit Linux target (x86_64), also fixed compilation warnings when compi...Benny Prijono
2006-07-18Fixed several bugs related to TCP:Benny Prijono
2006-07-08Attempted to fix epoll for LinuxBenny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-06-22Fixed bug: ioqueue should return error when send()/sendto() is called while p...Benny Prijono
2006-05-13Another major modifications in PJMEDIA:Benny Prijono
2006-05-10Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release.Benny Prijono
2006-03-30Fixed race condition bug in ioqueue unregistration for select and Win32 IOCP ...Benny Prijono
2006-03-25Fixed bug in ioqueue: crashed when key is unregistered while another thread i...Benny Prijono
2006-01-20Completed testing for WinCE portBenny Prijono
2006-01-19Initial, quick and dirty WinCE port with EVC4Benny Prijono
2005-11-21Set svn:eol-style for all filesBenny Prijono
2005-11-19Added PJ_IOQUEUE_ALWAYS_ASYNC flagBenny Prijono
2005-11-18Pretty commentsBenny Prijono
2005-11-13Applying license to pjprojectBenny Prijono
2005-11-11First clean compile of pjsipBenny Prijono
2005-11-09Rework pjlib++Benny Prijono
2005-11-08Linux alpha testBenny Prijono
2005-11-07Modif in configureBenny Prijono
2005-11-06Tested UDP echo server on Win2KBenny Prijono
2005-11-06Tested new ioqueue framework on Linux with select and epollBenny Prijono
2005-11-06Put common ioqueue functionalities in separate file to be used by both select...Benny Prijono