summaryrefslogtreecommitdiff
path: root/pjlib/src/pj
AgeCommit message (Expand)Author
2006-08-15Support for PUBLISH (RFC 3903):Benny Prijono
2006-08-15Fixed yet another bug for 64bit target: error in initializing caching pool be...Benny Prijono
2006-08-12Improved logging consistency and added more logging info in verbosity 6Benny Prijono
2006-08-11Added pj_thread_is_registeredBenny Prijono
2006-08-11Increased width for sender column in log message, and added additional check ...Benny Prijono
2006-08-10Removed copyright info from pj_timer_heap [hc], and explain more about ACEBenny Prijono
2006-08-07Added --auto-conf options in pjsua, also enable speex/3200, and set quality 5...Benny Prijono
2006-07-29Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 cha...Benny Prijono
2006-07-23Added 64bit Linux target (x86_64), also fixed compilation warnings when compi...Benny Prijono
2006-07-23Improvement/bug fix in hash table lookup to allow user to specify the hash va...Benny Prijono
2006-07-18Increased version number to 0.5.7!Benny Prijono
2006-07-18Fixed several bugs related to TCP:Benny Prijono
2006-07-10Fixed several bugs in WinNT IOCP: (1) accept() does not return correct addres...Benny Prijono
2006-07-10Fixed bug in PJSUA API re: account selection and Contact header for accountsBenny Prijono
2006-07-09Added feature to report peak memory used in caching poolBenny Prijono
2006-07-08Attempted to fix epoll for LinuxBenny Prijono
2006-07-06Fixed link errors in ioqueue epoll backendBenny Prijono
2006-07-06Improve the search for correct size in caching poolBenny Prijono
2006-07-03Various performance improvements in PJSIP: (1) optimizing for common case to ...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-07-03Fixed minor bug in pool_caching.c that prevent pool from being reused if the ...Benny Prijono
2006-07-03PJLIB will print the exception name when there is an unhandled exceptionBenny Prijono
2006-06-28Major improvements in PJSIP to support TCP. The changes fall into these categ...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 Winsock error code to the error messageBenny 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-13-- REWRITE OF PJSUA API --Benny Prijono
2006-05-21Fixed MacOS X buildBenny 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-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-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-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-20Ported pjlib to PowerPC/MacOSBenny Prijono