summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-06Added third_party directoryBenny Prijono
2007-04-06Created experimental branch to split 3rd party libraries into a separate dire...Benny Prijono
2007-04-06Fixed destination address error when sending RTCP in ICE media transportBenny Prijono
2007-04-06Added missing NULL getopt sentitel in stateful/stateless proxy samplesBenny Prijono
2007-04-06Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan)Benny Prijono
2007-04-05Handle scenario where ICE check list completes early in the answererBenny Prijono
2007-04-05Fixed ticket #214: Error opening sound device is not propagated to applicatio...Benny Prijono
2007-04-05Respond to early check with proper credentialBenny Prijono
2007-04-05Added missing include in pjnath/config.hBenny Prijono
2007-04-05ICE (work in progress): handle early check that is received before answerBenny Prijono
2007-04-04Added PJ_STUN_NO_AUTHENTICATE option to disable authentication in STUN sessionBenny Prijono
2007-04-04Fixed crash with invalid PDU and added MAGIC-COOKIE attribute for backward co...Benny Prijono
2007-04-04Fixed compile error in stun_client because of last modification in STUNBenny Prijono
2007-04-04Ticket #212: IM typing indication request is missing route set (thanks Nichol...Benny Prijono
2007-04-04Ticket #209: Added XMLNS for attribute for PIDF document (thanks Tory Patnoe)Benny Prijono
2007-04-04Ticket #208: Allow single quotes for attributes in XML (thanks Tory Patnoe)Benny Prijono
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