summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use socklen_t where needed, and cast it to size_t as it defined as an int in ...Youness Alaoui2008-10-285-13/+13
* remove unnecessary inclusion of socket files in some files, and make glib inc...Youness Alaoui2008-10-286-14/+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-289-11/+68
* a bit more win32 cmpatYouness Alaoui2008-10-282-8/+7
* Remove iovec dependency for crc32. Use a custom simple structure to do thatYouness Alaoui2008-10-283-13/+18
* fix win32 compat for stun utilsYouness Alaoui2008-10-281-0/+5
* Removing useless and unused NiceInterface stuff... maybe we should later at s...Youness Alaoui2008-10-285-257/+0
* Fix address.[ch] with its test for working and behaving correctly on windowsYouness Alaoui2008-10-283-25/+59
* Make address.[ch] windows compatibleYouness Alaoui2008-10-282-6/+7
* pthread is not needed for stunYouness Alaoui2008-10-282-2/+1
* Remove IP_PKTINFO sockopt which is not portable to macYouness Alaoui2008-10-281-3/+0
* Fix for make distcheck to workYouness Alaoui2008-10-274-4/+6
* Fix the libtool -version-info into the configure.acYouness Alaoui2008-10-272-1/+10
* if we have EAGAIN when sending the buffer, also add the padding to the list o...Youness Alaoui2008-10-231-9/+13
* implement automatically resending messages when the data can't be sentYouness Alaoui2008-10-233-43/+93
* tcp-turn.h is now needed as an installable include fileYouness Alaoui2008-10-231-1/+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
* Correctly set the inbound address of the socket to the server address for tcp...Youness Alaoui2008-10-231-0/+4
* Remove the nice_agent_recv/recv_sock/poll_read APIs because they are useless ...Youness Alaoui2008-10-237-504/+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
* add tcp-turn to the socket.h includeYouness Alaoui2008-10-221-0/+1
* move includes and add include of the agent because tcp-turn needs the NiceAge...Youness Alaoui2008-10-222-4/+7
* stunbdc and stund should use 3489bis to allow the unit tests to runYouness Alaoui2008-10-222-2/+2
* Port tcp-turn to the new NiceSocket APIYouness Alaoui2008-10-223-148/+108
* Add tcp-turn by Olivier CreteYouness Alaoui2008-10-202-0/+462
* 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
* Add full support for refreshs as well as retransmissions of those turn refres...Youness Alaoui2008-10-163-3/+265
* Add a CandidateRefresh type and its associated freeing functions for adding s...Youness Alaoui2008-10-162-0/+98
* do not send bandwidth or lifetime during the turn allocateYouness Alaoui2008-10-161-2/+2
* stupid pseudo-typo made us always go through the handle_inbound_stunYouness Alaoui2008-10-161-2/+1
* make udp relay socket modify the agent's socketptr. Also make sure we try to ...Youness Alaoui2008-10-163-5/+12
* port test turn to the new refresh APIYouness Alaoui2008-10-161-1/+2
* Correctly process LIFETIME and BANDWIDTH attributesYouness Alaoui2008-10-161-0/+3
* Correctly implement the TURN Refresh usage and add its processing functionYouness Alaoui2008-10-162-33/+81
* do not send BANDWIDTH and LIFETIME when value is -1, not 0 since 0 is validYouness Alaoui2008-10-162-3/+3
* the LIFETIME attribute should also be sent to msn/gtalk serversYouness Alaoui2008-10-161-4/+5
* Correctly check if the method of the stun response is correct in the stun usa...Youness Alaoui2008-10-163-0/+9
* stund and stunbdc should be rfc3489 compatibleYouness Alaoui2008-10-162-5/+2
* Remove some NDEBUGs and add some to let NDEBUG be used for the outputting of ...Youness Alaoui2008-10-163-12/+3
* Change the struct/typedef lines into a single comboYouness Alaoui2008-10-141-4/+2
* turn 9 agent needs the SOFTWARE attributeYouness Alaoui2008-10-141-0/+1
* Remove interface and socket from CandidateDiscovery as they are not usedYouness Alaoui2008-10-143-8/+2
* when the turn channel is locked for gtalk or msn, send to the server address,...Youness Alaoui2008-10-091-1/+2
* Correctly add a relay candidateYouness Alaoui2008-10-091-36/+34