summaryrefslogtreecommitdiff
path: root/pjlib
AgeCommit message (Expand)Author
2009-03-25Changed version to 1.0.2v1.0.2@2551Benny Prijono
2009-03-23Ticket #750: back-porting ticket #749Benny Prijono
2009-03-23Ticket #715: back-porting changes in ticket #703 to 1.0 branchBenny Prijono
2009-03-02Ticket #733:Nanang Izzuddin
2009-01-01Fixed gcc-4.3.2 warnings with the warn_unused_result flag in some APIsBenny Prijono
2009-01-01Fixed unreached code, deprecated fopen(), unused arguments, and other warning...Benny Prijono
2008-12-24Changed version to 1.0.1Benny Prijono
2008-12-24Ticket #688: Memory leak on Solaris 10 with pjlib's mutex (thanks Andrey Kobt...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-12-19Added note about what may be causing WSAEINVAL error in pj_inet_pton() with IPv6Benny Prijono
2008-12-18Cleaned up compile warnings (on gcc 4.0.1).Nanang Izzuddin
2008-12-18Ticket 685: Crash or assertion on debug mode when processing large SIP packetBenny Prijono
2008-12-17Ticket #675:Nanang Izzuddin
2008-10-09Changed version to 1.0-trunkBenny Prijono
2008-10-09Changed version to 1.0Benny Prijono
2008-10-02Ticket #655: Compilation error on Linux when PJ_HAS_POOL_ALT_API is used (tha...Benny Prijono
2008-10-01Ticket #650: Unit test failure in the timestamp test on very fast CPU (thanks...Benny Prijono
2008-09-28Changed version to 1.0-rc4-trunkBenny Prijono
2008-09-28Changed version to 1.0-rc4Benny Prijono
2008-09-27Fixed ticket #644 and 648 again (hopefully once and for all): build error on ...Benny Prijono
2008-09-27Fixed previous accidental check in r2329.Nanang Izzuddin
2008-09-27Fixed assertion in echo suppressor when recording and playing level is equal.Nanang Izzuddin
2008-09-27Fixed ticket #644 and #648: incorrect muticast related socket constant names,...Benny Prijono
2008-09-25Changed version to 1.0-rc3-trunkBenny Prijono
2008-09-25Changed version to 1.0-rc3Benny Prijono
2008-09-23More ticket #622: some more fixes to ioqueue_epoll, it passes pjlib-test now ...Benny Prijono
2008-09-23More ticket #639: fixed warning with gcc about comparison always trueBenny Prijono
2008-09-21Ticket #639: Assertion in <ctype.h> functions with Visual Studio 2005 when ha...Benny Prijono
2008-09-19Couple of fixes in ioqueue_epoll for ticket #622 (still not working)Benny Prijono
2008-09-18Ticket #622: initial integration of ioqueue_epoll patch, updated the configur...Benny Prijono
2008-09-17Ticket #636: Fixed linux compilation issue when autoconf is not used (thanks ...Nanang Izzuddin
2008-09-16Ticket #629: Added IGMPv2 multicast socket options (thanks David Parker for t...Nanang Izzuddin
2008-09-09Updated version to 1.0-rc2-trunkBenny Prijono
2008-09-09Changed version to 1.0-rc2Benny Prijono
2008-09-05Ticket #612: division by zero in pjlib stddev calculation causes crash/floati...Benny Prijono
2008-09-04Changed pjlib version to 1.0-rc1-trunkBenny Prijono
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