summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-04Fixed potential crash in ICE when adding peer reflexive candidateBenny Prijono
2007-04-03Added ICE-CONTROLLED and ICE-CONTROLLING attribute, handle ICE 487 error, and...Benny Prijono
2007-04-03Fixed misc bugs with ICE: (1) moved STUN session from candidate to component ...Benny Prijono
2007-04-03A little bit of improvement in pj_time_val_normalize()Benny Prijono
2007-04-03Undo ticket #185: removed pj_file_flush() from pjsua-lib since it slows down ...Benny Prijono
2007-04-02Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsuaBenny Prijono
2007-04-02When STUN is used with ICE, SDP media line should show the public IP addressBenny Prijono
2007-04-02Fixed hold/re-INVITE bug when ICE is usedBenny Prijono
2007-04-02Fixed couple of compilation warnings in STUN and new proxy samples with gccBenny Prijono
2007-04-02Updated project dependencies to pjnathBenny Prijono
2007-04-02Enable all tests in pjnath-testBenny Prijono
2007-04-02Fixed Python module because of recent ICE changes in pjsuaBenny Prijono
2007-04-02Ticket #205: merged proxy functionalities from stable to trunkBenny Prijono
2007-04-02ICE: work in progressBenny 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-30Make simpleua work without threadsBenny Prijono
2007-03-30Fixed not enough buffer error with IP helper on XP SP2Benny Prijono
2007-03-30Removed 3rdparty dirBenny Prijono
2007-03-30Deleted speex from 3rdparty (will use svn:external instead)Benny Prijono
2007-03-30Added speex to 3rdparty directoryBenny Prijono
2007-03-30Added 3rdparty directoryBenny Prijono
2007-03-29Added ICE-CONTROLLING and ICE-CONTROLLED STUN attribute typesBenny Prijono
2007-03-28Fixed warnings/errors when logging is disabledBenny Prijono
2007-03-28Fixed pjnath build warnings/errors on LinuxBenny Prijono
2007-03-28Updated projects and Makefiles with the new pjnath libraryBenny Prijono
2007-03-27Created doxygen documentation for PJNATHBenny Prijono
2007-03-27Fixed ticket #203: Fix error when telephone-event is set as the first format ...Benny Prijono
2007-03-27ICE: added media index in pjmedia when handling SDP containing ICE candidatesBenny Prijono
2007-03-26ICE: implement RTCP component and cancelling check in progressBenny Prijono
2007-03-25ICE (work in progress): use single socket for all candidates in component, an...Benny Prijono
2007-03-24Omit SDP rtcp attribute when RTCP is not present in sockinfoBenny Prijono
2007-03-24Added generic DNS SRV resolution in pjlib-utilBenny Prijono
2007-03-24ICE (work in progress): implement error codesBenny Prijono
2007-03-23Added/updated VS8 projects for pjnathBenny Prijono
2007-03-23ICE (work in progress): implemented server reflexive candidateBenny Prijono
2007-03-23ICE (work in progress): integration with PJSUABenny Prijono
2007-03-23ICE (work in progress): implemented ICE media transportBenny Prijono
2007-03-22Final ICE stream transportBenny Prijono
2007-03-22Tested simple ICE with dataBenny Prijono
2007-03-22Completed initial test for ICEBenny Prijono
2007-03-21Added pjnath-testBenny Prijono
2007-03-21ICE complete, ready for testingBenny Prijono
2007-03-21s/stun_setting/stun_configBenny Prijono
2007-03-21s/stun_endpoint/stun_settingBenny Prijono
2007-03-20Today's workBenny Prijono
2007-03-20Fixed compilation error in TLS transport because of recent changes in pj_sock...Benny Prijono
2007-03-20Fixed ticket #191: PUBLISH request in pjsua is not initialized with account's...Benny Prijono
2007-03-20--Benny Prijono
2007-03-19Fixed ticket #189: Error parsing compact form of SIP header (thanks Tobias SÃ...Benny Prijono