summaryrefslogtreecommitdiff
path: root/pjnath
AgeCommit message (Expand)Author
2007-05-15Fixed several STUN bugs: USERNAME, REALM etc are not allowed in the response,...Benny Prijono
2007-05-11Added missing distclean rule in pjnath MakefileBenny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-05-11Fixed missing padding when calculating MESSAGE-INTEGRITY in STUNBenny Prijono
2007-05-03Misc Symbian fixes, looks goodBenny Prijono
2007-05-02PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing followsBenny Prijono
2007-05-01Ported PJLIB-UTIL and PJNATH to SymbianBenny Prijono
2007-04-28ICE: fixed pruning of host candidatesBenny Prijono
2007-04-28ICE: prune host candidates (not in ICE)Benny Prijono
2007-04-23Fixed mingw buildBenny Prijono
2007-04-22Merged changes from the trunkBenny Prijono
2007-04-17Fixed build system for third_partyBenny Prijono
2007-04-05Handle scenario where ICE check list completes early in the answererBenny 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-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-02Fixed couple of compilation warnings in STUN and new proxy samples with gccBenny Prijono
2007-04-02Enable all tests in pjnath-testBenny Prijono
2007-04-02ICE: work in progressBenny 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-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-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-20--Benny Prijono
2007-03-18Changed pj_sockaddr structure and added pjnath project for ICE/STUN stuffsBenny Prijono
2007-03-14(big patch) Added top-level pjnath project and moved STUN related files to th...Benny Prijono