summaryrefslogtreecommitdiff
path: root/pjnath
AgeCommit message (Expand)Author
2007-05-29Ticket #308: Selective STUN authentication for STUN failure responsesBenny Prijono
2007-05-25Fixed ticket #303: Crash on STUN session's keep alive on loss of network conn...Benny Prijono
2007-05-25Fixed gcc warning because of ticket #297Benny Prijono
2007-05-25Fixed ticket #297: Bug in handling data from peer in TURN sample application ...Benny Prijono
2007-05-23Fixed gcc warning about unitialized variableBenny Prijono
2007-05-23Fixed ticket #288: ICE role error on re-INVITE and ICE auth error when sendin...Benny Prijono
2007-05-23Ticket #287: selectively disable authentication for several STUN error responsesBenny Prijono
2007-05-22Fixed ticket #286: Bug in STUN FINGERPRINT verification and logging STUN messageBenny Prijono
2007-05-22Fixed ticket #285: ICE transport stops receiving packet upon getting ICMP unr...Benny Prijono
2007-05-17Fixed ticket #279: Bug with authenticating STUN response causes STUN response...Benny Prijono
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