summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 0.1.180.1.18Olivier Crête2020-10-202-2/+17
* conncheck: Only valid stun messages used for KeepaliveJohan Sternerup2020-10-202-1/+1
* agent: Enable both UDP and TCP to the same TURN serverJohan Sternerup2020-09-171-40/+56
* candidate: Hide the internal implementation from APIOlivier Crête2020-08-2012-244/+345
* agent: Actually fail gathering on UDP port unavailabilityOlivier Crête2020-08-186-11/+31
* meson: Remove duplicated entryOlivier Crête2020-08-181-1/+0
* Ignore interfaces in windowsAmi Perlmutter2020-08-131-0/+25
* gitlab-ci: Use curl --data to make coverity happyOlivier Crête2020-08-101-1/+1
* address: Use unionOlivier Crête2020-08-101-2/+10
* Use g_alloca instead of g_malloc_n in socket_send_messagesLorenzo Miniero2020-08-041-2/+1
* Changed type of variable to signedLorenzo Miniero2020-08-041-1/+1
* Fixed wrong return value in socket_send_messages for n_messages=1Lorenzo Miniero2020-08-041-0/+2
* Refactored UDP socket_send_messages to use g_socket_send_messagesLorenzo Miniero2020-08-041-35/+27
* tests: Fix warning when building with newer GLib versionOlivier Crête2020-07-221-2/+5
* agent: Accept duplicated ports if no other optionOlivier Crête2020-07-215-13/+112
* candidate: Make debug string functions publicOlivier Crête2020-07-215-45/+81
* interfaces: Fix code style for function declarationsNirbheek Chauhan2020-07-091-3/+6
* interfaces: Fix fetching of interfaces on Win32Nirbheek Chauhan2020-07-091-89/+85
* interfaces: Remove unused win32 codeNirbheek Chauhan2020-07-091-36/+0
* interfaces: Port to GetBestInterfaceEx for UWP compatNirbheek Chauhan2020-07-091-2/+15
* interfaces: Add debug logging to sockaddr_to_stringNirbheek Chauhan2020-07-091-3/+14
* agent: Don't go haywire if only a partial message is availableOlivier Crête2020-06-261-11/+27
* stund: Use lowercase winsock2.hNirbheek Chauhan2020-06-251-1/+1
* meson: Fix typos in crypto-library detectionNirbheek Chauhan2020-06-161-2/+2
* rand: Use crypto libs instead of CryptGenRandom()Nirbheek Chauhan2020-06-161-34/+3
* conncheck: add a check to move into the ready state after a pair failedFabrice Bellet2020-05-221-6/+27
* gitignore: Remove in-tree built filesOlivier Crête2020-05-221-200/+4
* agent: Remove test that is not requiredOlivier Crête2020-05-221-2/+3
* gitlab-ci: Put image at the topOlivier Crête2020-05-221-4/+4
* gitlab-ci: Rename tasks to not say mesonOlivier Crête2020-05-221-8/+8
* Remove autotools buildTim-Philipp Müller2020-05-2235-1970/+19
* version 0.1.17.1Olivier Crête2020-05-222-3/+3
* version 0.1.170.1.17Olivier Crête2020-05-223-8/+24
* meson: Remove Wextra from optionsOlivier Crête2020-05-221-1/+0
* meson: Actually make meson generate the compat MakefileOlivier Crête2020-05-221-1/+2
* Makefile.am: Add dist meson friendly testOlivier Crête2020-05-221-1/+2
* meson: Make gtkdoc-check work with older gtk-docOlivier Crête2020-05-222-1/+19
* meson: Run gtkdoc-checkOlivier Crête2020-05-223-3/+6
* gitlab-ci: Disable gtkdoc when doing valgrindOlivier Crête2020-05-221-0/+1
* gitignore: Don't ignore libnice-docs.txtOlivier Crête2020-05-221-1/+7
* test-new-trickle: No need to be connected to receive dataOlivier Crête2020-05-221-1/+1
* conncheck: do not always remove pair in triggered check listFabrice Bellet2020-05-191-2/+20
* agent: Don't hold hard ref while removing streamOlivier Crête2020-05-184-8/+26
* valgrind supp: Add updated gllibc suppressionsOlivier Crête2020-05-181-6/+16
* conncheck: clear the retransmit flag when the stun list is emptyFabrice Bellet2020-05-181-29/+13
* conncheck: add a missing component state transitionFabrice Bellet2020-05-181-9/+9
* conncheck: remove a redundant testFabrice Bellet2020-05-181-3/+0
* conncheck: do not change the pair state in triggered check queueFabrice Bellet2020-05-181-11/+26
* conncheck: handle the consequence when a pair is not createdFabrice Bellet2020-05-181-14/+16
* conncheck: rework the stun requests ordering per timer tickFabrice Bellet2020-05-142-35/+35