summaryrefslogtreecommitdiff
path: root/pjlib/src
AgeCommit message (Expand)Author
2007-03-17Make it build cleanly on RedHat 7.3, gcc 2.96, linux-2.4.18 (also somebody re...Benny Prijono
2007-03-16Implemented ticket #185: Added pj_file_flush() to file I/O API to flush file ...Benny Prijono
2007-03-15Fixed ticket #181: Failed compilation because usleep() does not return int on...Benny Prijono
2007-03-10Completed and tested (simple test) the TURN server and command line STUN/TURN...Benny Prijono
2007-03-06Fixed ticket #162: assertion on thread creation in Win32 when log level 6 is ...Benny Prijono
2007-03-05Optimization on the log and add tracing on mutex trylockBenny Prijono
2007-03-01Related to ticket #149: added test in pjlib-test to capture host resolution c...Benny Prijono
2007-03-01Fixed ticket #151: pj_gethostip() should fallback to default interface when 1...Benny Prijono
2007-03-01Fixed ticket #149: Crash when resolving bad hostnames in Linux (thanks Binu KS)Benny Prijono
2007-03-01Fixed ticket 146: Division by zero in pj_pool_factory_dump() when there is no...Benny Prijono
2007-02-23Ticket #121 and #122: Initial implementation of generic STUN transaction, wit...Benny Prijono
2007-02-22Fixed ticket #132: dialog automatically insert Contact header when sending 3x...Benny Prijono
2007-02-20Fixed ticket #117: Bug in pj_array_insert() when position is equal to count-1Benny Prijono
2007-02-19Set version to 0.5.10.1Benny 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-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-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-23Fixed several compilation warnings with MSVCBenny Prijono
2007-01-22Give more useful information when assertion fails in pj_thread_this()Benny Prijono
2007-01-21Fixed gcc warnings, especially about dereferencing type-punned pointerBenny 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
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-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-23Fixed crash in IoCompletionPort during unregistration. Also remove WSACleanup...Benny Prijono
2006-11-21Fixed thread_test in pjlib-test: the stack buffer for pj_thread_desc may cont...Benny Prijono
2006-11-21Added pj_shutdown() on os_core_unix.cBenny Prijono
2006-11-21Fixed handles leak upon program exit, by introducing pj_shutdown() and pj_ate...Benny Prijono
2006-11-21Fixed minor memory leak in caching pool (one malloc is not freed)Benny Prijono
2006-11-11Committed what seems like what left uncommitted in previous commit (pjsua_app...Benny Prijono
2006-10-13Fixed bug in static buffer based pool: thread local strorage leakageBenny Prijono
2006-10-13Fixed bug in log length calculation (null character was included) [thanks Kla...Benny Prijono
2006-10-08Major addition to support DNS SRV resolution in PJSIP:Benny Prijono
2006-10-05Changed puts() to printf() in log_writer_stdout.c, since puts() introduced ex...Benny Prijono
2006-10-04Fixed compilation errors when threading is disabled (PJ_HAS_THREADS=0) and sa...Benny Prijono
2006-10-04Changed fputs() to puts() in log_writer_stdout.c, since it's suspected to cra...Benny Prijono
2006-10-03Fixed bug in the hash table size calculation. The hash table creation API (pj...Benny Prijono
2006-10-03Fixed minor error in pj_thread_is_registered() API. The return value should b...Benny Prijono