summaryrefslogtreecommitdiff
path: root/pjlib
AgeCommit message (Expand)Author
2007-05-15Changed version to 0.7.0-rc1Benny Prijono
2007-05-12Define PJSIP_SAFE_MODULE=0 for SymbianBenny Prijono
2007-05-12Symbian fixes to compile on GCCE (nested callbacks etc)Benny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-05-04Added null_audio project for SymbianBenny Prijono
2007-05-03Misc Symbian fixes, looks goodBenny Prijono
2007-05-03Implemented ticket #246, #247, #261, #268, #250 for SymbianBenny Prijono
2007-05-02More Symbian fixesBenny Prijono
2007-05-02Errno and memory size tweaking for SymbianBenny Prijono
2007-05-02PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing followsBenny Prijono
2007-05-01PJSDP port to SymbianBenny Prijono
2007-05-01Ported PJLIB and PJLIB-TEST to Symbian!Benny Prijono
2007-05-01Fixed build error on LinuxBenny Prijono
2007-04-30Initial Symbian integration to trunk for pjlibBenny Prijono
2007-04-22Merged changes from the trunkBenny Prijono
2007-04-09Initial modification to MakefilesBenny Prijono
2007-04-09Updated EVC project files with new directory layoutBenny Prijono
2007-04-09Fixed all VS6 and VS8 projects with new third party projects layoutBenny Prijono
2007-04-06Fixed ticket #216: 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-04-02Updated project dependencies to pjnathBenny Prijono
2007-04-02Minor fix: set integer type to pj_uint32_t (from unsigned) for TI platformBenny Prijono
2007-04-02Added pj_cmp_timestamp()Benny Prijono
2007-03-30Fixed not enough buffer error with IP helper on XP SP2Benny Prijono
2007-03-28Updated projects and Makefiles with the new pjnath libraryBenny Prijono
2007-03-27Created doxygen documentation for PJNATHBenny Prijono
2007-03-25ICE (work in progress): use single socket for all candidates in component, an...Benny Prijono
2007-03-23Added/updated VS8 projects for pjnathBenny Prijono
2007-03-18Changed pj_sockaddr structure and added pjnath project for ICE/STUN stuffsBenny Prijono
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-14(big patch) Added top-level pjnath project and moved STUN related files to th...Benny Prijono
2007-03-14Fixed link error (multiple symbols) with pj_log_max_level with C++ buildBenny 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-05Implemented new STUN server frameworkBenny 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-25Updated VS8 and EVC4 project with new STUN files and added SHA1, HMAC-MD5, an...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-21Merged the ICE branch into the trunkBenny 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