summaryrefslogtreecommitdiff
path: root/pjlib
AgeCommit message (Expand)Author
2008-08-29Updated PJ_VERSION to 1.0-rc1Benny Prijono
2008-08-28More ticket #604: create the file if it doesn't exist when PJ_O_APPEND flag i...Benny Prijono
2008-08-28Ticket #604: Error opening file in append mode in Win32 (thanks Gang Liu for ...Benny Prijono
2008-08-28Fixed unused parameter warning in active socket testBenny Prijono
2008-08-26More ticket #601: premature connection close with TCP active socket caseBenny Prijono
2008-08-26Ticket #601: 100% CPU usage when TCP active socket receives ECONNRESETBenny Prijono
2008-08-26Fixed ticket #603: Crash in ICE with IoCompletionPort ioqueue with the test f...Benny Prijono
2008-08-26Fixed ticket #601: Bug in IoCompletionPort ioqueue with TCP server socket cau...Benny Prijono
2008-08-15Ticket #595: Broken semaphore implementation on MacOS X (thanks Viktor Krikun...Benny Prijono
2008-08-13Ticket #594: Improvements in PocketPJ Windows Mobile application: added TCP o...Benny Prijono
2008-08-13pj_sockaddr_copy_addr() might raise assertion if destination address is not i...Benny Prijono
2008-08-04Fixed build error on FreeBSD (cannot use <netinet/ip.h> if <netinet/in_systm....Benny Prijono
2008-08-04Added new active socket API's to specify application buffers in start_read() ...Benny Prijono
2008-07-29Initial work for ticket #579: added option to make the active socket sends al...Benny Prijono
2008-07-28Added PJ_LOG_HAS_LEVEL_TEXT logging flag to display the log verbosity level (...Benny Prijono
2008-07-25Fixed linking errors in pjnath when TCP is disabled in PJLIBBenny Prijono
2008-07-23pj_strtoul() should stop the conversion as soon as it finds a non-digit chara...Benny Prijono
2008-07-22Added math.h to pjlib's Visual Studio projectsBenny Prijono
2008-07-19Fixed build error with some Mingw configuration related to socklen_tBenny Prijono
2008-07-19Ticket #571: Coloring for logs in Linux/UNIX, two more spaces in logs and run...Benny Prijono
2008-07-18Ticket #575: Unregistering from Windows IOCompletionPort (IOCP) ioqueue does ...Benny Prijono
2008-07-17More ticket #568: added hash_test.c to pjlib-test VS6 and VS2005 projectsBenny Prijono
2008-07-14Slight optimization in GUID generation for Win32 (removed unnecessary copy be...Benny Prijono
2008-07-14Ticket #568: The hash table ignores the last row of the table in hash table i...Benny Prijono
2008-07-14More ticket #559: added PJ_POOL_SIZE macro in pool_alt.h to make it work with...Benny Prijono
2008-07-13Ticket #565: Call WSACleanup() when pj_shutdown() is called on WindowsBenny Prijono
2008-07-12Ticket #561: select() ioqueue default concurrency setting is not initialized ...Benny Prijono
2008-07-12Ticket 559 (minor): Update the pool alternative API (pool_alt.h) with the lat...Benny Prijono
2008-07-11Fixed gcc function is not a prototype warningsBenny Prijono
2008-07-07Configuration option to include/exclude loopback interface in enum_ip_interfa...Benny Prijono
2008-07-07Fixed segfault when getifaddrs() returns NULL address (thanks Filippo Zangheri)Benny Prijono
2008-07-01Changed version to 0.9.0-trunkBenny Prijono
2008-06-28Updated PJ_VERSION to 0.9.0-releaseBenny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-20Updated doxygen documentationsBenny Prijono
2008-06-19Clarified in the pj_create_random_string() comment that the output string is ...Benny Prijono
2008-06-10Updated default speex quality settings and reenabled pjsua to set Speex codec...Nanang Izzuddin
2008-06-09Related to r1996, do not return 0.0.0.0/8 class IP address in pj_gethostip() ...Benny Prijono
2008-06-07Ignore 0.0.0.0/8 class IP address in interface enumeration function since thi...Benny Prijono
2008-06-06More ticket #531: added user_data parameter in activesocket creation API to m...Benny Prijono
2008-06-02More ticket #61: enabled SRTP on SymbianNanang Izzuddin
2008-05-30Added another WSOLA implementation, PJMEDIA_WSOLA_IMP_WSOLA_LITE, this is use...Nanang Izzuddin
2008-05-27Changed build optimizations settings for Speex, pjmedia, and symbian_sound fo...Nanang Izzuddin
2008-05-23Changed build optimization settings for Speex and pjmedia for eVC4/Windows Mo...Benny Prijono
2008-05-20Fixed Symbian build error caused by active socket addition to pjlib in ticket...Benny Prijono
2008-05-17More on ticket #535: updated files using and related to math.hNanang Izzuddin
2008-05-17Ticket #535: added initial source of math.hNanang Izzuddin
2008-05-17Ticket #534: Client register/registration support for various registrar broke...Benny Prijono
2008-05-16Modified pj_list_size() to take const argument insteadBenny Prijono
2008-05-15Fixed bug with pj_generate_unique_string() initialization trying to access th...Benny Prijono