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