summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-14Windows CE port (armv4, x86)v0.5.0.1Benny Prijono
2006-02-14Added pjsip++ to svn:ignoresvBenny Prijono
2006-02-14Ported to WinCEBenny Prijono
2006-02-14Ported pjsip to WinCEBenny Prijono
2006-02-14Ported pjmedia to WinCEBenny Prijono
2006-02-14Changed the unicode string API and ported to ARM/WinCEBenny Prijono
2006-02-14Changed the unicode functionsBenny Prijono
2006-02-14Added pj_strcat2Benny Prijono
2006-02-10Integrated pjmedia-codec library to pjsuaBenny Prijono
2006-02-10Added pjmedia-codec libraryBenny Prijono
2006-02-10Added more logging, and fixed bug when ACK is responded!Benny Prijono
2006-02-09Fixed bug where resolved address is not properly propagated from resolver to ...Benny Prijono
2006-02-09Fixed Linux OSS soundBenny Prijono
2006-02-09Ported pjmedia to LinuxBenny Prijono
2006-02-09Failed attempt to build pjmedia with DirectSound on LinuxBenny Prijono
2006-02-09Fixed ACK receipt not processed by invite sessionBenny Prijono
2006-02-09Updated with new jitter buffer, and statistics in pjsuaBenny Prijono
2006-02-09Added svn_psetBenny Prijono
2006-02-09Setting svn:eol-style attributeBenny Prijono
2006-02-09Setting svn:eol-style attributeBenny Prijono
2006-02-09Setting svn:eol-style attributeBenny Prijono
2006-02-09Setting svn:eol-style attributeBenny Prijono
2006-02-09Done media integration in pjsua. Needs to do actual voice testingBenny Prijono
2006-02-09Integration of pjmedia and pjsip error subsystem to pjlibBenny Prijono
2006-02-08Changed PJ_ASSERT_RETURN implementation, to prevent expr from being evaluated...Benny Prijono
2006-02-08Finished invite session UAS implementationBenny Prijono
2006-02-08Finished new pjmedia rewriteBenny Prijono
2006-02-08Fixed compilation error in ioqueue_epoll when TCP is disabledBenny Prijono
2006-02-08Fixed root Makefile for make sizeBenny Prijono
2006-02-08Initial UAS implementation in invite sessionBenny Prijono
2006-02-08Fixed VC6 release buildBenny Prijono
2006-02-08Removed default CFLAGS=-O2 -g in MakefilesBenny Prijono
2006-02-08Fixed build errors when PJ_OS_HAS_CHECK_STACK or PJ_HAS_TCP is disabledBenny Prijono
2006-02-08Fixed bug in INVITE server transaction for 2xx responseBenny Prijono
2006-02-07Implement rwlock for LinuxBenny Prijono
2006-02-07Added missing pjsua/pjsua_reg.c to svnBenny Prijono
2006-02-07Updated root MakefileBenny Prijono
2006-02-07Renamed pjsua.c to pjsua_core.c since it is causing link problems with gccBenny Prijono
2006-02-07Fixed minor typo in Makefile commentsBenny Prijono
2006-02-07Updated Makefile for cygwin/mingw build and fix misc warningsBenny Prijono
2006-02-07Fixed Makefile for cygwin/mingwBenny Prijono
2006-02-07Fixed warning about isblank() redefinition on cygwinBenny Prijono
2006-02-07Fixed Makefile and warnings in cygwin/mingwBenny Prijono
2006-02-07Tested initial implementation: basic UAC, client registration, authentication...Benny Prijono
2006-02-07Added STATE_REMOTE_OFFER state in negotiatorBenny Prijono
2006-02-07Initial implementation of invite session abstraction, and updated pjsua for t...Benny Prijono
2006-02-07Added PJ_ERR_MSG_SIZE in errno.h and updated VC7 project filesBenny Prijono
2006-02-06Updated PJSIP-Dev-Guide to include invite session designBenny Prijono
2006-02-03Added gcov-report build target and fixed bug in string test under gcovBenny Prijono
2006-02-02Added small commentsBenny Prijono