summaryrefslogtreecommitdiff
path: root/pjlib
AgeCommit message (Expand)Author
2006-06-28Major improvements in PJSIP to support TCP. The changes fall into these categ...Benny Prijono
2006-06-28Added PJ_INT64() and PJ_UINT64() macro to construct 64bit constants in portab...Benny Prijono
2006-06-28Fixed bug in ioqueue IOCP: accept() callback is called with new socket handle...Benny Prijono
2006-06-28Fixed bug in sockaddr_in: the sin_zero part of the sockaddr_in is not zeroed,...Benny Prijono
2006-06-26Added OSERR_ENOTCONN to compat/socket.hBenny Prijono
2006-06-26Added Winsock error code to the error messageBenny Prijono
2006-06-23Minor fix to doxygen documentation to ioqueue.hBenny Prijono
2006-06-22Fixed bug: ioqueue should return error when send()/sendto() is called while p...Benny Prijono
2006-06-22Added the error code into error messagesBenny Prijono
2006-06-19Set log message level to error (=1) when message is too longBenny Prijono
2006-06-17Modifications all over the place, but mainly only to update Doxygen documenta...Benny Prijono
2006-06-16Fixed pjlib doxygen documentationBenny Prijono
2006-06-16Optimizations mostly in the conference bridge (gained more than 3x faster)Benny Prijono
2006-06-15Cleanup misc compilation warnings with gccBenny Prijono
2006-06-13-- REWRITE OF PJSUA API --Benny Prijono
2006-06-11Changed codec priority to use integer with value between 0-255 instead of enumBenny Prijono
2006-06-01Added "#undef s_addr" in sock.h to fix build error on some Windows platformsBenny Prijono
2006-05-27Added README-RTEMS and tweaked the makefilesBenny Prijono
2006-05-24Cleanup warnings with MSVC 2003Benny Prijono
2006-05-21Fixed MacOS X buildBenny Prijono
2006-05-19Removed VSS traces from .dsp filesBenny Prijono
2006-05-19Changed PJ_ASSERT_RETURN to evaluate the expression in the pj_assert, so that...Benny Prijono
2006-05-16Fixed broken make on Linux etc because of missing os_timestamp_linux.c (was r...Benny Prijono
2006-05-14Changed default sound back-end on Win32 to own DirectSoundBenny Prijono
2006-05-13Another major modifications in PJMEDIA:Benny Prijono
2006-05-11Removed rwmutex implementation to os_rwmutex.cBenny Prijono
2006-05-10Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release.Benny Prijono
2006-05-04Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$C...Benny Prijono
2006-04-29Fixed bug in event subscription when it is challenged/authenticatedBenny Prijono
2006-04-29Released version 0.5.5Benny Prijono
2006-04-29Improve codec handling in pjsua cmd-line options, and add URI to callBenny Prijono
2006-04-28Increase the maximum number of formats in SDP media line (from 16 to 32)Benny Prijono
2006-04-28Set version to 0.5.4.11Benny Prijono
2006-04-09Set pjproject version to 0.5.4.10Benny Prijono
2006-04-09Added experimental code to handle QueryPerformanceCounter leaping bug on Win32Benny Prijono
2006-04-05Don't use rdtsc for high res timestamp on Linux as it's highly inaccurate (fo...Benny Prijono
2006-04-05Added timestamp frequency accuracy test in pjlib-testBenny Prijono
2006-03-30Fixed race condition bug in ioqueue unregistration for select and Win32 IOCP ...Benny Prijono
2006-03-30Added ability to have custom pool backend (needed for pool debugging facility)Benny Prijono
2006-03-25Fixed bug in ioqueue: crashed when key is unregistered while another thread i...Benny Prijono
2006-03-24Added byte order swapping utilitiesBenny Prijono
2006-03-23Fixed build error on LinuxBenny Prijono
2006-03-23Set default option to exclude pj_stricmp_alnum()Benny Prijono
2006-03-22Added a little more threading test and put more info in ioqueue test logBenny Prijono
2006-03-22Fixed bug in ioqueue with IO Completion Port backend, where events may still ...Benny Prijono
2006-03-22Added pj_inet_addr2()Benny Prijono
2006-03-20Fixed build error on mingwBenny Prijono
2006-03-20Ported pjlib to PowerPC/MacOSBenny Prijono
2006-03-18Fixed or added misc flags to enable build selection via compile time macroBenny Prijono
2006-03-18Added option to disable error message altogether, to save space footprintBenny Prijono