summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 0.1.140.1.14Olivier Crête2017-04-037-13/+27
* README: Depends on GLib 2.44Olivier Crête2017-04-031-1/+1
* stun: Make hmac code NDEBUG safeOlivier Crête2017-04-031-10/+15
* stun: Remove double const on intOlivier Crête2017-04-031-1/+1
* candidate: Test against possible typeOlivier Crête2017-04-032-5/+5
* configure: Remove missing-noreturn warningOlivier Crête2017-04-031-1/+0
* stun: Use unions fix alignment issuesOlivier Crête2017-04-032-7/+22
* configure: Make sure flag test really fails on unknown flagOlivier Crête2017-04-031-1/+1
* stun: Rename rand function to make its strengh clearOlivier Crête2017-04-033-3/+3
* stun: Switch from gcrypt to gnutlsOlivier Crête2017-04-036-66/+42
* agent: Only try to use the address of the same family to connect to TURNJakub Adam2017-04-031-0/+5
* udp-bsd: Log g_socket_send_message() errorsJakub Adam2017-04-031-1/+6
* agent: Eliminate duplicate debug in agent_recv_message_unlocked()Jakub Adam2017-04-031-5/+7
* agent: Improve debug in component_io_cb()Jakub Adam2017-04-031-6/+11
* configure: gcry_mac_* were added in 1.6Olivier Crête2017-03-311-1/+1
* Makefile: Build tests before docsOlivier Crête2017-03-311-1/+1
* doc: Improve gtkdoc-check environmentOlivier Crête2017-03-311-1/+3
* doc: Add missing symbolOlivier Crête2017-03-311-0/+1
* configure: Actually require gtk-doc 1.10 for no-tmplOlivier Crête2017-03-311-1/+1
* stun: Use libgcrypt for SHA1 supportPhilip Withnall2017-03-314-533/+18
* stun: Use libgcrypt for MD5 supportPhilip Withnall2017-03-314-320/+12
* stun: Use libgcrypt to provide secure random number generationPhilip Withnall2017-03-311-176/+12
* stun: Add libgcrypt dependencyPhilip Withnall2017-03-314-2/+25
* stun: Remove outdated tests from test-hmacPhilip Withnall2017-03-311-72/+19
* stun: Fix cast-align compiler warning when casting sockaddrPhilip Withnall2017-03-281-2/+10
* build: Add default-reviewers key to .arcconfigPhilip Withnall2017-01-171-1/+2
* ms-ice: limit legacy connchecks as per [MS-ICE2] 3.1.4.8.2Jakub Adam2016-10-263-0/+14
* ms-ice: legacy FINGERPRINT modeJakub Adam2016-10-262-18/+89
* stun: add STUN_COMPATIBILITY_MSICE2Jakub Adam2016-10-263-21/+26
* ms-ice: calculate FINGERPRINT according to [MS-ICE2]Jakub Adam2016-10-263-6/+22
* stun: add STUN_USAGE_ICE_COMPATIBILITY_MSICE2Jakub Adam2016-10-263-13/+17
* conncheck: invoke the debug dump in more placesFabrice Bellet2016-06-231-4/+13
* conncheck: fix pair socket assignmentFabrice Bellet2016-06-231-1/+5
* conncheck: fix tick counter used for debug statsFabrice Bellet2016-06-232-9/+7
* agent: remove unused agent propertyFabrice Bellet2016-06-231-1/+0
* test-turn: wait for gathering done sequentiallyFabrice Bellet2016-06-231-1/+3
* agent: Don't ask upnp to remove not yet allocated candidatesOlivier Crête2016-06-211-0/+3
* agent: read from the correct TCP-TURN socketJakub Adam2016-06-211-1/+1
* conncheck: dump timer status in the stream check listFabrice Bellet2016-06-201-14/+5
* conncheck: use strncmp instead of strcmpFabrice Bellet2016-06-201-1/+2
* tests: fix io-stream when built with optimizationsFabrice Bellet2016-06-202-2/+2
* stun: avoid expensive call to sprintf in debug-related codeFabrice Bellet2016-06-201-3/+11
* agent: rework gathering failures on auto-generated IPsFabrice Bellet2016-06-201-27/+30
* conncheck: state is connected when a pair is nominatedFabrice Bellet2016-06-201-1/+1
* test-send-recv: reduce deadlock timeoutFabrice Bellet2016-06-201-2/+2
* pseudotcp-fuzzy: fix this testFabrice Bellet2016-06-201-3/+3
* pseudotcp: accept several FIN segmentsFabrice Bellet2016-06-201-4/+1
* build: fix build in alternate builddirFabrice Bellet2016-06-201-0/+1
* conncheck: Remove pairs before freeing candidateOlivier Crête2016-06-061-1/+6
* stun timer: Do 7 retransmissions as recommendedOlivier Crête2016-06-062-3/+6