summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-12-06Updated PJSIP docs (latest callback design)Benny Prijono
2005-12-05updated docs (callback approach)Benny Prijono
2005-12-03updated docsBenny Prijono
2005-12-03updated diagramsBenny Prijono
2005-12-02Updated flow diagramBenny Prijono
2005-12-02Updated pjsip docBenny Prijono
2005-12-01Updated PJSIP User's GuideBenny Prijono
2005-12-01Updated users guideBenny Prijono
2005-12-01Added Users Guide documentBenny Prijono
2005-11-25Win32 IOCP ioqueue calls multiple connect completion on a single pollBenny Prijono
2005-11-23Added tel: uri and user-defined uri parserBenny Prijono
2005-11-23Added pj_cis_add_cis()Benny Prijono
2005-11-23Fixed warnings when logging is disabled and small opt in msg parserBenny Prijono
2005-11-23Dont skip whitespace after newline in pj_scan_skip_lineBenny Prijono
2005-11-23Fixed unused arg warning when logging is disabledBenny Prijono
2005-11-22More optimizations for msg parser etc.Benny Prijono