- 05 Feb, 2013 5 commits
-
-
Youness Alaoui authored
This adds nice_agent_set_stream_name, nice_agent_get_stream_name, nice_agent_generate_local_sdp, nice_agent_parse_remote_sdp.
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 04 Feb, 2013 1 commit
-
-
Youness Alaoui authored
-
- 02 Feb, 2013 4 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 09 Jan, 2013 1 commit
-
-
Jakub Adam authored
Wrong 'inbound' argument was passed into priv_validate_username()
-
- 06 Dec, 2012 1 commit
-
-
Youness Alaoui authored
-
- 03 Dec, 2012 1 commit
-
-
Youness Alaoui authored
-
- 19 Nov, 2012 1 commit
-
-
Livio Madaro authored
-
- 04 Oct, 2012 1 commit
-
-
- 01 Oct, 2012 1 commit
-
-
Askar Safin authored
-
- 20 Sep, 2012 1 commit
-
-
Rohan Garg authored
If for some reason the opening of the socket is delayed, or simply takes too much time, the test will fail. This patch ensures that the test will only proceed once the socket is open.
-
- 14 Sep, 2012 4 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
Revert this patch to drop GStreamer 0.10 support
-
Olivier Crête authored
-
- 10 Sep, 2012 5 commits
-
-
Olivier Crête authored
-
Sjoerd Simons authored
-
Sjoerd Simons authored
-
Olivier Crête authored
-
Olivier Crête authored
-
- 03 Aug, 2012 1 commit
-
-
Livio Madaro authored
-
- 31 Jul, 2012 1 commit
-
-
Olivier Crête authored
-
- 16 Jul, 2012 1 commit
-
-
Youness Alaoui authored
-
- 29 Jun, 2012 1 commit
-
-
Rohan Garg authored
-
- 21 Jun, 2012 1 commit
-
-
Rohan Garg authored
-
- 29 May, 2012 1 commit
-
-
Olivier Crête authored
Creating a GSocketAddress takes a measurable amount of time, so let's cache it as it doesn't change once a socket is created.
-
- 07 May, 2012 1 commit
-
-
Rohan Garg authored
* Make STUN thread drop STUN packets using a global variable * Completely refactor the way the STUN thread exits - Now exit by setting exit_stun_thread as TRUE and sending dummy data - Remove the old signal mechanism * Don't set unnecessary socket options * Lock stun_mutex_ptr before signalling STUN response
-
- 03 May, 2012 2 commits
-
-
Rohan Garg authored
- Use LEFT_AGENT and RIGHT_AGENT instead of calling GINT_TO_POINTER everytime - Add padding (0's in our case) before the actual payload and make sure the reciever checks for this padding. This ensures no STUN packets got through - Free GSList's properly in cb_agent_new_candidate - Use proper calls to g_signal_handlers_disconnect_by_func
-
Rohan Garg authored
-
- 01 May, 2012 5 commits
-
-
Rohan Garg authored
-
Rohan Garg authored
-
Rohan Garg authored
The ragent state can be either NICE_COMPONENT_CONNECTED or NICE_COMPONENT_READY
-
Rohan Garg authored
-
Rohan Garg authored
4 tests in total : * Common to all : - Gather lagent and ragent candidates - Delay STUN response for lagent - Make sure connchecks succeed and data is sent across to lagent * standard_test : - Set remote candidates for lagent while lagent is still gathering it's own candidates * bad_credentials_test : - Set incorrect credentials for both lagent and ragent - Make sure connchecks fail - Signal STUN response and set correct credentials * bad_candidate_test : - Set a bad remote candidate for lagent - Make sure connchecks fail - Signal STUN response and set correct remote candidates * new_candidate_test : - As soon as a new local candidate is found set it as the remote candidate for the other agent
-