summaryrefslogtreecommitdiff
path: root/pjnath
AgeCommit message (Expand)Author
2008-09-02Fixed ticket #607: Assertion and possibly crash in ICE stream transport when ...Benny Prijono
2008-08-22Ticket #598: Update to draft-ietf-behave-rfc3489bis-18 and draft-ietf-behave-...Benny Prijono
2008-08-12More ticket #591: Assertion failure in ICE session (thanks Pedro Gonçalves f...Benny Prijono
2008-08-11Ticket #591: Assertion failure in ICE session (thanks Pedro Gonçalves for th...Benny Prijono
2008-08-07Fixed bug in pj_ice_strans_get_running_comp_cnt(): wrong number of components...Benny Prijono
2008-07-29Fixed ticket #581: Fixed build dependencies in the makefilesBenny Prijono
2008-07-25Fixed linking errors in pjnath when TCP is disabled in PJLIBBenny Prijono
2008-07-25Ticket #578: Bug in encoding ICE candidate type in SDP (thanks Ondrej Sterbak)Benny Prijono
2008-07-17Fixed Winsock link error in pjturn-srv VS6 projectBenny Prijono
2008-07-14Ticket #567: Rare race condition causing crash in ICE stream transport when S...Benny Prijono
2008-07-12Ticket #562: In TURN client sample application, when STUN server is specified...Benny Prijono
2008-06-28Fixed build error on SymbianBenny Prijono
2008-06-26Changed log verbosity of STUN unrecognized attribute log from 4 to 5 since we...Benny Prijono
2008-06-25Optimize the number of characters written to SDP by ICEBenny Prijono
2008-06-23Fixed crash in ICE when adding peer reflexive candidateBenny Prijono
2008-06-21Fixed bug in TURN when sending Send IndicationBenny Prijono
2008-06-21Optimize TURN client to send Send Indication without allocating a poolBenny Prijono
2008-06-21Added more API to initialize STUN message and attributes without poolBenny Prijono
2008-06-21Fixed bug in ICE: packet is not sent when ICE is not running (remote has no i...Benny Prijono
2008-06-21Fixed bug with authenticating STUN messages when unrecognized/unknown non-man...Benny Prijono
2008-06-21Peers use STUN mapped address instead of local address in TURN client sampleBenny Prijono
2008-06-20Updated doxygen documentationsBenny Prijono
2008-06-19Added new API's in ICE stream transport to assist offer/answer negotiation: p...Benny Prijono
2008-06-13Fixed various compilation warnings with gcc strict compilationBenny Prijono
2008-06-07Fixed more mismatch decl/def function specifications (thanks Samuel Vinson)Benny Prijono
2008-06-07Fixed mismatched between declaration and definition of pj_stun_msg_encode() (...Benny Prijono
2008-06-06Added error logging when authentication fails in TURN server sampleBenny Prijono
2008-06-06Fixed minor bug: wrong pool name for STUN session poolBenny Prijono
2008-06-06Major major modifications related to ticket #485 (support for TURN-07):Benny Prijono
2008-04-22Report NAT type as unknown rather than UDP blocked when test 1B failed (could...Benny Prijono
2008-04-14Fixed miscellaneous compile warnings/errors when built with C++ modeBenny Prijono
2008-04-13More ticket #485: fixed TURN server permission not allowing peer with the sam...Benny Prijono
2008-04-10More ticket #485: fixed REQUESTED-TRANSPORT endiannessBenny Prijono
2008-04-09More ticket #485: now really remove pjstun-srv-testBenny Prijono
2008-04-09More ticket #485: removed pjstun-srv-test project and fixed build errors with...Benny Prijono
2008-04-09Added PJNATH class diagramBenny Prijono
2008-04-09Improve the PJNATH documentationBenny Prijono
2008-04-09More ticket #485: huge changeset to support TURN TCP. Please see ticket #485 ...Benny Prijono
2008-04-01More work on ticket #485: bug when TURN UDP relay is not destroyed if Allocat...Benny Prijono
2008-04-01Ticket #519: STUN request is not freed when transaction times out (thanks Ami...Benny Prijono
2008-03-22Added comment about byte ordering in TURN CHANNEL-NUMBER attribute and modifi...Benny Prijono
2008-03-21More ticket #485: wrong encoding of CHANNEL-NUMBER attributeBenny Prijono
2008-03-20More ticket #485: updated Makefiles and fixed compilation warnings with gccBenny Prijono
2008-03-20More ticket #485: fixed TURN transport code point and REQUESTED-TRANSPORT att...Benny Prijono
2008-03-20More ticket #485: client and server self testedBenny Prijono
2008-03-19Related to ticket #485: huge changeset to update STUN relating to managing au...Benny Prijono
2008-03-14More ticket #485: initial test on TURN client/serverBenny Prijono
2008-03-13More ticket #485: added TURN client applicationBenny Prijono
2008-03-12More ticket #485: added TURN client session/UDP client to pjnath VS6 projectBenny Prijono
2008-03-12More ticket #485: implementation of TURN UDP client sessionBenny Prijono