summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-20Fixed compilation error in TLS transport because of recent changes in pj_sock...Benny Prijono
2007-03-20Fixed ticket #191: PUBLISH request in pjsua is not initialized with account's...Benny Prijono
2007-03-20--Benny Prijono
2007-03-19Fixed ticket #189: Error parsing compact form of SIP header (thanks Tobias SÃ...Benny Prijono
2007-03-19Fixed ticket #189: Error parsing compact form of Via header (thanks Tobias SÃ...Benny Prijono
2007-03-18Changed pj_sockaddr structure and added pjnath project for ICE/STUN stuffsBenny Prijono
2007-03-18Fixed ticket #187: Bug with destination address calculation for strict route ...Benny Prijono
2007-03-17Make it build cleanly on RedHat 7.3, gcc 2.96, linux-2.4.18 (also somebody re...Benny Prijono
2007-03-16Implemented ticket #185: Added pj_file_flush() to file I/O API to flush file ...Benny Prijono
2007-03-15Fixed ticket #183: Add flag in SDP negotiator to specify codec order preferen...Benny Prijono
2007-03-15Fixed ticket #182: SDP negotiation failed when local does not specify telepho...Benny Prijono
2007-03-15Fixed ticket #181: Failed compilation because usleep() does not return int on...Benny Prijono
2007-03-15Fixed ticket #177: RTP port number is not reset in pjsua media (thanks Binu KS)Benny Prijono
2007-03-15Fixed ticket #175: GSM codec factory does not shutdown properly causing it to...Benny Prijono
2007-03-14(big patch) Added top-level pjnath project and moved STUN related files to th...Benny Prijono
2007-03-14Fixed link error (multiple symbols) with pj_log_max_level with C++ buildBenny Prijono
2007-03-13Fixed ticket #172: SDP media direction negotiation bug (thanks Phil Torre)Benny Prijono
2007-03-12Ticket #168: Added some variables in build.mak that can be used by applicatio...Benny Prijono
2007-03-10Completed and tested (simple test) the TURN server and command line STUN/TURN...Benny Prijono
2007-03-10Started working on sample TURN clientBenny Prijono
2007-03-09Today's work on TURN server. All looks to be implementedBenny Prijono
2007-03-09Ticket #166: updated config.sub to support new targets (eg. blackfin)Benny Prijono
2007-03-08A really initial implementation on STUN serverBenny Prijono
2007-03-07Fixed ticket #164: Bug in pjmedia_stream_resume() not resuming the stream (th...Benny Prijono
2007-03-06Fixed ticket #162: assertion on thread creation in Win32 when log level 6 is ...Benny Prijono
2007-03-06Ticket #159: allow sound device selection in pjsua (thanks Michael Smith)Benny Prijono
2007-03-05Optimization on the log and add tracing on mutex trylockBenny Prijono
2007-03-05Allow pjmedia_snd_init()/deinit() to be called more than onceBenny Prijono
2007-03-05Implemented new STUN server frameworkBenny Prijono
2007-03-04Fixed warnings in STUNBenny Prijono
2007-03-03Fixed STUN client/server authenticationBenny Prijono
2007-03-03Committed today's work on STUNBenny Prijono
2007-03-03Fixed DNS test error because of recent changesBenny Prijono
2007-03-02Finishing up client-side STUN authentication, a simple STUN client, and simpl...Benny Prijono
2007-03-02Removed C++ style comment from dns.hBenny Prijono
2007-03-02Fixed ticket #156: Not enough memory to parse DNS packets in resolver (thanks...Benny Prijono
2007-03-01More STUN workBenny Prijono
2007-03-01Related to ticket #149: added test in pjlib-test to capture host resolution c...Benny Prijono
2007-03-01Fixed ticket #153: UAC dialog doesn't update route_set when calling RFC 2543 ...Benny Prijono
2007-03-01Fixed ticket #151: pj_gethostip() should fallback to default interface when 1...Benny Prijono