summaryrefslogtreecommitdiff
path: root/pjlib
AgeCommit message (Expand)Author
2007-04-11Changed version to 0.5.10.3v0.5.10.3@1187Benny Prijono
2007-04-11Fixed ticket #218: Bug in hash table when key is PJ_HASH_KEY_STRING and hval ...Benny Prijono
2007-04-06Fixed ticket #215: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan)Benny Prijono
2007-04-03A little bit of improvement in pj_time_val_normalize()Benny Prijono
2007-03-16Make it build cleanly on RedHat 7.3, gcc 2.96, linux-2.4.18 (also somebody re...Benny Prijono
2007-03-16Ticket #184: Added pj_file_flush() to file I/O API to flush file buffersBenny Prijono
2007-03-15Fixed ticet #180: Failed compilation because usleep() does not return int on ...Benny Prijono
2007-03-13Tagged 0.5.10.2-releasev0.5.10.2@1059Benny Prijono
2007-03-06Fixed ticket #161: assertion on thread creation in Win32 with log level 6 ena...Benny Prijono
2007-03-01Related to ticket #148: added test in pjlib-test to capture the errorBenny Prijono
2007-03-01Fixed ticket #150: pj_gethostip() should fallback to default interface when 1...Benny Prijono
2007-03-01Fixed ticket #148: Crash when resolving bad hostnames in Linux (thanks Binu KS)Benny Prijono
2007-03-01Fixed ticket #147: Division by zero in pj_pool_factory_dump() when there is n...Benny Prijono
2007-02-22Fixed ticket #131: dialog automatically insert Contact header when sending 3x...Benny Prijono
2007-02-20Fixed ticket #118: Bug in pj_array_insert() when position is equal to count-1Benny Prijono
2007-02-19Fixed ticket #115: Release 0.5.10 does not have the correct PJ_VERSION string!v0.5.10.1@984Benny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-17Fixed ticket #107: deadlock with ioqueue/IOCP unregistration when unregistrat...Benny Prijono
2007-02-17More robust pjlib file test: it shouldn't leave the file on the disk if the t...Benny Prijono
2007-02-17Ticket #103: use Win32 native file I/O on Win32 (the VS8 project file was not...Benny Prijono
2007-02-16Fixed ticket #106: writing data outside buffer in Win32 error string generationBenny Prijono
2007-02-16Fixed ticket #105: unnecessary assert in fixed buffer based pool (pool_buf) o...Benny Prijono
2007-02-16Implement ticket #103: changed autoconf script to use native Win32 file I/O o...Benny Prijono
2007-02-16Implement ticket #103: use native Win32 for file I/O on Win32Benny Prijono
2007-02-10Bumped up version to 0.5.10-rc2Benny Prijono
2007-02-06Changing PJLIB version to 0.5.10-rc1 to avoid confusionBenny Prijono
2007-02-01Implement ticket #83: socket TOS abstractionBenny Prijono
2007-01-27Fixed various gcc warnings especially related to ticket #82 when particular c...Benny Prijono
2007-01-26Ticket #80: pj_gethostbyname() should return the appropriate native error cod...Benny Prijono
2007-01-25Updated doxygen documentation to version 0.5.10Benny Prijono
2007-01-23Support for Visual Studio 2005 workspaceBenny Prijono
2007-01-23Fixed several compilation warnings with MSVCBenny Prijono
2007-01-22Give more useful information when assertion fails in pj_thread_this()Benny Prijono
2007-01-21Implement ticket #67: added WAV playlist feature to PJMEDIABenny Prijono
2007-01-21Fixed gcc warnings, especially about dereferencing type-punned pointerBenny Prijono
2007-01-20Fixed ticket #70: Frame timestamp not propagated correctly in PJMEDIABenny Prijono
2007-01-20Removed unusable and scary warning when ioqueue cannot write packet immediatelyBenny Prijono
2007-01-20Fix ticket #71: When host doesn't have any NIC interfaces, pj_gethostip() sho...Benny Prijono
2007-01-18Ticket #66: fix broken compilation with gcc 2.9x.x or olderBenny Prijono
2007-01-16Fix compilation error when _CRT_SECURE_NO_DEPRECATE is already declared by ot...Benny Prijono
2007-01-0964bit fix for pool.h (thanks HARDOUIN Briac)Benny Prijono
2007-01-04Just updated and improved the doxygen documentations all over the placeBenny Prijono
2006-12-25In relation to ticket #49: fix support for recv() flags such as PJ_MSG_PEEK a...Benny Prijono
2006-12-25Fixed ticket #49: When socket is signaled for readability, recv()/recvfrom is...Benny Prijono
2006-12-02Fixed incorrect output path in PJLIBBenny Prijono
2006-12-01Changed critical section in os_core_unix.c to use recursive mutexBenny Prijono
2006-12-01Fixed ticket #29: calling pjsua_init() to reinitialize the whole libraries af...Benny Prijono
2006-11-27Bumped up version to 0.5.9Benny Prijono
2006-11-25Print media statistic when call is disconnected in pjsua, to assist tracing m...Benny Prijono
2006-11-24Updated footprint script to include new stuffs such as echo canceller and ton...Benny Prijono