summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-09Version 0.1.160.1.16Olivier Crête3-6/+14
2019-05-09gst: Fix URI in pluginOlivier Crête1-1/+1
2019-05-09agent: Replace closed signal with GASyncResult type functionOlivier Crête6-58/+49
2019-05-09agent: add nice_agent_close_async() APIJakub Adam6-0/+78
2019-05-09agent: Add "closed" signalJakub Adam1-0/+23
2019-05-09discovery: Asynchronous removal of TURN refreshesJakub Adam5-68/+261
2019-05-09component: Refactor nice_component_clean_turn_servers()Jakub Adam1-14/+15
2019-05-09discovery: Remove unused refresh_prune_socket()Jakub Adam2-17/+0
2019-05-09agent: G_GNUC_FALLTHROUGH macro for compatibility with older glibJakub Adam1-0/+8
2019-05-08conncheck: NOMINATION STUN attribute supportAndrey Skryabin5-2/+98
2019-04-05Added OPENSSL_LDFLAGSillya_dudchenko1-1/+1
2019-04-05Replaced OPENSSL_CFLAGS with OPENSSL_INCLUDESillya_dudchenko1-1/+1
2019-03-11component: Fix use-after-freeJakub Adam1-5/+6
2019-03-08test-new-trickle: remove superfluous expressionJakub Adam1-2/+1
2019-03-08tests: enable "trickle-ice" modeJakub Adam2-0/+18
2019-03-08test-new-trickle: prevent deadlock in dgram_process()Jakub Adam1-0/+2
2019-03-08tests: rename test-dribble to test-trickleJakub Adam5-35/+35
2019-03-08agent: trickle ICE modeJakub Adam9-0/+86
2019-03-08win32: remove obsolete vs9 build filesJakub Adam18-3312/+0
2019-03-08libnice.sym: export nice_agent_new_fullJakub Adam1-0/+1
2019-03-05test-send-recv: Fix occasional timeoutsJakub Adam3-5/+28
2019-02-15stun: Fix LibreSSL supportStefan Strogin1-4/+8
2019-02-12agent: don't print TURN password unless the logging is verboseJakub Adam1-1/+2
2019-02-11stunbdc: initialize Winsock API when on WindowsJakub Adam1-1/+13
2019-01-29turn: Allow lifetimes under 60sOlivier Crête1-7/+14
2019-01-29component_io_cb: Avoid potential deadlockJakub Adam1-1/+2
2019-01-28test-fullmode: Make test non-racy tooOlivier Crête1-10/+35
2019-01-28test-drop-invalid: Fix racinessOlivier Crête1-9/+38
2019-01-23gitlab-ci: Move docker images to main libnice repoOlivier Crête3-15/+15
2019-01-23meson: Require very latest 0.49.1 as older versions break in our CIOlivier Crête2-6/+1
2019-01-23gitlab-ci: Work around meson bug for non-POSIX utf-8 charactersOlivier Crête1-0/+4
2019-01-23gitlab-ci: remove username for now because meson craps out on accentsOlivier Crête1-0/+1
2019-01-23gitlab ci: Use new CentOS 7 dockerfile based containers everywhereOlivier Crête1-55/+24
2019-01-23tests: Add DockerfilesOlivier Crête2-0/+32
2019-01-23turn: Allow alternate server error with no valid credentialsOlivier Crête1-1/+2
2019-01-22stunagent: Replace more magic numbers with definesOlivier Crête1-2/+5
2019-01-22turn: Replace magic numbers with defineOlivier Crête2-18/+20
2019-01-16gitlab-ci: Add gtkdoc-check log to build artifactsJakub Adam1-0/+1
2019-01-15meson: install .pc file for static gstreamer pluginTim-Philipp Müller1-1/+8
2019-01-14gitlab-ci: Use compiler warning level 2 in Meson buildJakub Adam1-1/+1
2019-01-14tests: Fix -Wcast-function-type warnings with GCC 8Jakub Adam5-5/+11
2019-01-14tests: Disable UPnPJakub Adam7-1/+27
2019-01-14meson: unify exported symbol versions with autotoolsJakub Adam1-5/+2
2019-01-14agent: Fix spellingJakub Adam3-6/+6
2019-01-04udp-turn: Avoid potential integer overflowJakub Adam1-2/+2
2019-01-04udp-turn: Fix unaligned memory access on ARMJakub Adam1-2/+2
2019-01-03gitlab-ci: Build gtk-doc and test install with mesonOlivier Crête1-1/+33
2019-01-03gitlab-ci: Split make distcheck into a separate buildOlivier Crête1-1/+15
2019-01-03gitlab-ci: Run autotools tests in CI tooOlivier Crête1-9/+22
2019-01-03gitlab-ci: Add meson tests to buildOlivier Crête1-1/+31