summaryrefslogtreecommitdiff
path: root/pjnath
AgeCommit message (Expand)Author
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
2008-03-09More ticket #485: initial (incomplete) work on TURN client session libraryBenny Prijono
2008-03-09More work for ticket #485: updated pjnath with TURN-07 and added authenticati...Benny Prijono
2008-03-08More work on ticket #485: more TURN-07 workBenny Prijono
2008-02-21Ticket #412: increased randomness of guid_simple.c to 192-bits, and seed rand...Benny Prijono
2008-02-21Ticket #485: initial TURN server implementation (not yet compilable)Benny Prijono
2008-02-21Ticket #485: initial modification in STUN messaging in accordance to TURN-06Benny Prijono
2008-02-13Ticket #460: Concurrency problem when destroying stream (thanks Michael Broug...Benny Prijono
2008-01-23Fixed integer conversion/format warning on x86_64 LinuxBenny Prijono
2008-01-02Ticket #437: reduce stack and pool usage on pjnath to make it work better on ...Benny Prijono
2007-12-03Fixed compilation errors/warnings on Linux with the recent IPv6 commitsBenny Prijono
2007-12-01Related to ticket #415: modification in pjlib API to support IPv6Benny Prijono
2007-11-12Updated ICE and STUN reference to their latest draftBenny Prijono
2007-11-11Some protection to prevent ICE session from being destroyed while callback is...Benny Prijono
2007-11-04Continue doing ICE/STUN keep-alive if the request failed because of timeout (...Benny Prijono
2007-11-03Only do Test 1B if Test 2 failedBenny Prijono
2007-11-03Log source address of incoming STUN messageBenny Prijono
2007-10-26More ticket #399: pj_sock_close() is called more than once. Also implemented ...Benny Prijono
2007-10-26More ticket #399: on_request_complete() callback does not release the mutex i...Benny Prijono
2007-10-26More ticket #399: fixed bug that triggers assertion in the timerBenny Prijono
2007-10-17Fixed build warnings/errors for Symbian targetBenny Prijono
2007-10-16Tolerate more ICMP errors in ICE media transportBenny Prijono
2007-10-16More ticket #399: added callback to report NAT detection result, and sends NA...Benny Prijono
2007-10-13Related to ticket #399: optimize NAT detection to complete fasterBenny Prijono
2007-10-13Added "magic" parameter in pj_stun_session_create_req()Benny Prijono
2007-10-12Related to ticket #399: added comments etc.Benny Prijono
2007-10-12Fixed bug in ticket #399 implementation: wrong CHANGE-REQUEST valuesBenny Prijono
2007-10-12Ticket #399: Initial implementation of tool to perform NAT type detection/cla...Benny Prijono
2007-10-07Updated PJNATH doxygen documentationBenny Prijono
2007-10-07Minor fixes to TURN server: handle immediate recv() error, call pjnath_init()...Benny Prijono