summaryrefslogtreecommitdiff
path: root/agent
Commit message (Expand)AuthorAgeFilesLines
* do not do turn in test-fullmode for the delayed SDP answerYouness Alaoui2008-11-121-10/+3
* test-fullmode ported to use NICE_RELAY_TYPE_TURN_UDPYouness Alaoui2008-11-121-6/+8
* a peer reflexive candidate must store the username and password from its pare...Youness Alaoui2008-11-121-0/+6
* do not reset a connectivity check to 'in progress' when we get a triggered ch...Youness Alaoui2008-11-121-1/+2
* Add debugging info on every state change for a pairYouness Alaoui2008-11-121-4/+20
* correctly count nominated pairs (just for debug)Youness Alaoui2008-11-121-0/+1
* some google testing modes for test-fullmodeYouness Alaoui2008-11-101-9/+63
* Adding wspiapi.h include for windows since versions prior to windows XPYouness Alaoui2008-11-061-0/+1
* Multiple relays can be set per component, so we need to make sure we validate...Youness Alaoui2008-11-041-0/+6
* use g_return_val_if_reached whenever possibleYouness Alaoui2008-11-041-7/+7
* Correctly choose a non-existing foundation for remote peer reflexive candidatesYouness Alaoui2008-11-041-7/+13
* Change msn/jingle priority into a guint32 instead of a float that we * 1000 l...Youness Alaoui2008-11-044-27/+25
* lock the mutex before accessing agent->discovery_unsched_itemsYouness Alaoui2008-11-041-3/+4
* Enhance/fix documentationYouness Alaoui2008-11-042-6/+17
* remove stream_find_component_by_fd and component_find_socket_by_fd since they...Youness Alaoui2008-11-044-53/+0
* make nice_socket_send return a boolean so we can know whether or not the send...Youness Alaoui2008-11-042-5/+5
* Remove nice_agent_add_remote_candidate since it's uselessYouness Alaoui2008-11-043-87/+0
* change priv_attach_stream_component_socket to agent_attach_stream_component_s...Youness Alaoui2008-11-043-5/+6
* Fix inet_ntop_win32 to correctly fill in the in_addr and to return the correc...Youness Alaoui2008-11-041-10/+17
* WSAAddressToString and WSAStringToAddress are not the same as inet_pton and i...Youness Alaoui2008-11-041-37/+54
* use g_strdup instead of strdupYouness Alaoui2008-11-031-2/+2
* removing the DETAILED flag on signals with no detailYouness Alaoui2008-11-031-6/+6
* Replace all references to 3489BIS into RFC 5389 as it has just been releasedYouness Alaoui2008-11-031-3/+3
* only define variables at the start of blocksYouness Alaoui2008-11-031-2/+4
* fix error with 'not all code paths return a value'Youness Alaoui2008-11-031-4/+5
* Add an else to HAVE_CONFIG_H in order to define NICEAPI_EXPORT. Also removed ...Youness Alaoui2008-11-033-0/+6
* Remove all 'restrict' keywords as they are not supported by MSVCYouness Alaoui2008-11-032-2/+2
* Update the docs to include everythingYouness Alaoui2008-10-305-35/+342
* make nice_address_init part of the APIYouness Alaoui2008-10-302-8/+9
* fix unit tests for the gathering-candidates API changeYouness Alaoui2008-10-304-4/+4
* Add documentationYouness Alaoui2008-10-304-217/+480
* we must return the local credentials by strduping the ufrag/pwdYouness Alaoui2008-10-301-2/+2
* no need to check for local_addresses when adding new streamsYouness Alaoui2008-10-301-6/+0
* rename NICE_RELAY_TYPE_* into NICE_RELAY_TYPE_TURN_*Youness Alaoui2008-10-302-4/+4
* signal candidates-gathering-done for each stream that had a gather_candidates...Youness Alaoui2008-10-303-51/+61
* Move address into the agent's dirYouness Alaoui2008-10-304-4/+643
* port tests to windowsYouness Alaoui2008-10-294-19/+21
* remove unnecessary inclusion of socket files in some files, and make glib inc...Youness Alaoui2008-10-281-5/+2
* we should use guint32 for candidate priority instead of uint32_tYouness Alaoui2008-10-281-1/+1
* correctly ifdef/else/endif the includes for winsock and sys/socketYouness Alaoui2008-10-281-3/+6
* implement automatically resending messages when the data can't be sentYouness Alaoui2008-10-231-0/+1
* attach the tcp socket tooYouness Alaoui2008-10-231-1/+8
* don't forget to unref the g_io_channelYouness Alaoui2008-10-231-2/+6
* correctly unref the source for an io socket when attaching to the mainloopYouness Alaoui2008-10-232-0/+2
* Remove the nice_agent_recv/recv_sock/poll_read APIs because they are useless ...Youness Alaoui2008-10-236-501/+2
* Update test-fullmode to work with the new set_relay_info APIYouness Alaoui2008-10-221-13/+15
* Add support for tcp turn in the agent's code. Thanks to Olivier CreteYouness Alaoui2008-10-228-73/+144
* Only copy the valid data from the generated non-null terminated username bufferSjoerd Simons2008-10-171-2/+1
* fix typo. Use cand->agent, instead of agentYouness Alaoui2008-10-161-1/+1
* Send a Refresh with lifetime 0 to deallocate a port in the turn server whenev...Youness Alaoui2008-10-161-0/+36