summaryrefslogtreecommitdiff
path: root/stun/usages
Commit message (Expand)AuthorAgeFilesLines
* agent: Fix spellingJakub Adam2019-01-141-1/+1
* Fix little bugs found by clang-analyzerOlivier Crête2018-12-271-0/+2
* stun: check identifier before using itMichael Olbrich2018-10-211-1/+2
* turn: Add support for ALTERNATE_SERVER in OC2007 CompatibilityYouness Alaoui2017-11-282-0/+15
* stun: Fix FD leak in test/utility codePhilip Withnall2017-09-121-7/+22
* stun timer: make properties for stun timer tunablesFabrice Bellet2017-06-121-1/+5
* stun timer: fix timeout of the last retransmissionFabrice Bellet2017-04-111-1/+5
* Make clang-analyzer happyOlivier Crête2017-04-041-1/+3
* stun: Use unions fix alignment issuesOlivier Crête2017-04-031-3/+15
* ms-ice: calculate FINGERPRINT according to [MS-ICE2]Jakub Adam2016-10-261-0/+14
* stun: add STUN_USAGE_ICE_COMPATIBILITY_MSICE2Jakub Adam2016-10-262-11/+15
* stun timer: Do 7 retransmissions as recommendedOlivier Crête2016-06-061-2/+5
* timer: Maximum retransmission should include the original oneOlivier Crête2016-06-061-1/+1
* stun: fix ice role conflict handlingFabrice Bellet2016-05-271-2/+7
* stun turn usage: Only send the username if short term creds or nonce presentOlivier Crête2016-05-261-3/+9
* ice: fix the debug of the presence of the controlling/controlled attribFabrice Bellet2016-03-051-1/+15
* docs: Add various missing documentation comments and update sections.txtPhilip Withnall2015-01-022-1/+27
* debug: Make debug messages ready for g_log()Olivier Crête2014-07-233-44/+44
* Add support for MS-TURN in OC2007 compatibility turn usageYouness Alaoui2014-05-151-2/+24
* stunmessage: Revert another function to use sockaddrOlivier Crête2014-05-021-1/+1
* stun: Restore argument type to stun_usage_bind_process(), it's used outside l...Olivier Crête2014-04-152-9/+11
* stun: Use struct sockaddr_storage * for any pointer that we write toOlivier Crête2014-03-316-33/+28
* stun: Add missing switch casesPhilip Withnall2014-01-311-0/+3
* stun: Fix a use of a function with an aggregate return valuePhilip Withnall2013-12-181-3/+3
* Fix strict aliasing of sockaddr structuresPhilip Withnall2013-12-182-13/+27
* Add missing ‘default’ cases to switchesPhilip Withnall2013-12-183-0/+18
* set nonblocking mode for socket on WindowsLivio Madaro2012-02-231-0/+6
* Fixed warnings on Visual Studio platformFilippo Della Betta2012-02-171-1/+1
* Add support for windows's compilation through MinGWNader Morshed2011-11-303-3/+5
* Google puts the STUN cookie, but doesn't follow RFC 5389Olivier Crête2011-08-291-1/+2
* Avoid a possible coverity false positiveYouness Alaoui2011-03-231-0/+2
* Change variable buffer_len into attribute_len: variable already exists in dif...Youness Alaoui2011-03-231-5/+5
* Also initialize the number of timer retransmissionsSjoerd Simons2011-02-091-0/+1
* define SOL_IPV6 to IPPROTO_IPV6 if not definedYouness Alaoui2011-01-171-0/+7
* Refuse to create a permission without a peer instead of not sending the XOR_P...Youness Alaoui2010-12-171-5/+6
* Some minor changes, code cleaningYouness Alaoui2010-12-161-1/+0
* Fix lines that are > 80 charsYouness Alaoui2010-12-141-1/+2
* Fix compilation errors as a result of the rebaseYouness Alaoui2010-12-141-1/+1
* fix indentation issuesYouness Alaoui2010-12-141-34/+34
* Fixing tabs, trailing whitespaces and indentationMarcus Lundblad2010-12-141-3/+3
* Track permission per peer, take one (untested so far...)Marcus Lundblad2010-12-141-0/+1
* Remaining changes for RFC 5766Marcus Lundblad2010-12-142-6/+74
* MS-TURN support for Microsoft Office CommunicatorJakub Adam2010-10-012-1/+7
* Compatibility with MSOC 2007 R2Jakub Adam2010-10-012-3/+36
* Make stun_timer timeouts configurable (breaks API)Youness Alaoui2010-09-293-30/+60
* Change the compatibility modes from DRAFT19 to RFC5245Youness Alaoui2010-05-192-4/+11
* Fix various gtk-doc warnings/errors and typosYouness Alaoui2010-02-162-3/+3
* Fix copyright headers for all filesYouness Alaoui2010-02-168-8/+32
* in order to please coverity, do not have the return at the end of the functio...Youness Alaoui2009-11-191-2/+2
* avoid warning by using fd argument when MSG_ERRQUEUE is undefinedYouness Alaoui2009-11-131-0/+1