summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-02-02Added pjsip_endpt_respond()Benny Prijono
2006-02-02Added pjsip_dlg_respond()Benny Prijono
2006-02-02Added pjsip_dlg_respond()Benny Prijono
2006-02-02Added pjsip_endpt_respond()Benny Prijono
2006-02-02Added more assertsBenny Prijono
2006-02-02Added SDP negotiator and changed SDP structs (tested)Benny Prijono
2006-02-02Added framework for attaching custom error message handlerBenny Prijono
2006-01-30Finished implementation of UA layer (to be tested)Benny Prijono
2006-01-20Completed testing for WinCE portBenny Prijono
2006-01-19Initial, quick and dirty WinCE port with EVC4Benny Prijono
2006-01-19Updated VisualC++ 7 projectsBenny Prijono
2006-01-18Complete tsx layer selftest, implemented authentication frameworkBenny Prijono
2006-01-18Fixed minor warnings/mismatched comments mainly in pjlib++Benny Prijono
2006-01-18Compiled cleanly first time for the new pjlibBenny Prijono
2006-01-10Added requirements/testing documentBenny Prijono
2006-01-10Renamed pjsip_url to pjsip_sip_uriBenny Prijono
2006-01-09Fixed bugs and added tests to handle NULL and zero length stringsBenny Prijono
2006-01-08Start working on UAS test functionsBenny Prijono
2006-01-08Do not allow modules with the same name to be registeredBenny Prijono
2006-01-08Transaction only decrements tx_data in send_msg() if return status is PJ_SUCCESSBenny Prijono
2006-01-08Timer heap checks if callback is NULLBenny Prijono
2006-01-07Fixed title mismatch in uac testBenny Prijono
2006-01-07Added prev_state in tsx_state eventBenny Prijono
2006-01-07Finished UAC tests and added argument parsing in main()Benny Prijono
2006-01-07Added prev_state in tsx_state eventBenny Prijono
2006-01-07Added test functions for UAC transactionBenny Prijono
2006-01-07Changed loggin to level 6 (from 5)Benny Prijono
2006-01-05Added loop transport to test transactionBenny Prijono
2005-12-30Basic module, transport, and sending messagesBenny Prijono
2005-12-26Modify transport to use generic sockaddr addressBenny Prijono
2005-12-22Added PJSIP Developer Guide (pdf)Benny Prijono
2005-12-19Deleted docs (moved to tc repos)Benny Prijono
2005-12-19Deleted docs (moved to tc repos)Benny Prijono
2005-12-09Updated pjsip docs (finishing basic dialog)Benny Prijono