summaryrefslogtreecommitdiff
path: root/pjlib
AgeCommit message (Expand)Author
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
2006-03-17Added <stdio.h> in this fileBenny Prijono
2006-03-16Added misc flags and modify Makefiles to allow exclusion of PortAudio and spe...Benny Prijono
2006-03-10Fixed compilation and run warnings/errors with MSVC 2005Benny Prijono
2006-03-09Updated MSVC projects to use os_time_win32.c, as os_time_ansi.c caused proble...Benny Prijono
2006-03-07Version 0.5.4 (web release)Benny Prijono
2006-03-06Fixed bug in writing log when pj_init() is calledBenny Prijono
2006-03-06Added version info on pj_init()Benny Prijono
2006-03-06Tested Speex codecs (narrowband, wideband, ultrawideband)!Benny Prijono
2006-03-05Added PJ_EEOF in pjlib errno.hBenny Prijono
2006-03-05Fixed Speex warnings, and set version to 0.5.3.1Benny Prijono
2006-03-02Fixed compilation warnings and errors in pjsip-perfBenny Prijono
2006-03-02Added pj_strdup2_with_nullBenny Prijono
2006-03-01Fixed bug in timer, where poll() can return negative time, causing havoc with...Benny Prijono
2006-02-27Temporary fix: added sleep() when epoll returns non-zero while no descriptor ...Benny Prijono
2006-02-27Fixed warning about _WIN32_WINNT redefined when compiled on MingwBenny Prijono
2006-02-26Fixed bug pj_thread_register() when same thread is re-registered with differe...Benny Prijono
2006-02-26Added mutex protection for caching poolBenny Prijono
2006-02-25Version 0.5.1.3Benny Prijono
2006-02-25Synched with documentationBenny Prijono
2006-02-23Added support for NULL frame in rtp stream, fixed bugs here and there in INVI...Benny Prijono
2006-02-22Register pjlib-util errno, and update pjlib versionBenny Prijono
2006-02-21Added pj_ansi/native/unicode_snprintf, and added comment in errno.hBenny Prijono
2006-02-19Fixing Makefiles for the new pjmedia-codec and pjsip-simple librariesBenny Prijono
2006-02-19Added assert in timer if entry is scheduled more than onceBenny Prijono
2006-02-19Added pj_list_size()Benny Prijono
2006-02-14Changed the unicode string API and ported to ARM/WinCEBenny Prijono
2006-02-14Changed the unicode functionsBenny Prijono
2006-02-14Added pj_strcat2Benny Prijono