Merge branch 'upstream' into tizen
[platform/upstream/libnice.git] / examples /
2022-02-17 Sangchul LeeMerge branch 'upstream' into tizen 35/271235/1
2022-02-17 Sangchul LeeMerge tag '0.1.18' into upstream upstream/0.1.18
2022-02-17 Sangchul LeeInitialize git
2020-08-20 HyunilMerge branch 'upstream' into tizen 52/241452/1
2020-08-20 HyunilImported Upstream version 0.1.17 50/241450/1 upstream/0.1.17
2020-05-22 Tim-Philipp MüllerRemove autotools build
2020-03-11 HyunilImported Upstream version 0.1.16 43/227343/1 upstream/0.1.16
2019-07-11 Fabrice Belletexamples: fix compiler extra warnings
2019-07-04 Fabrice Belletexamples: fix compiler warning about uninitialized...
2018-12-27 Olivier CrêteMakefiles: Add meson.build files to tarball
2018-12-21 Jakub Adammeson: Fix build with fallback glib
2018-12-14 Tim-Philipp MüllerAdd support for Meson build system
2017-05-01 Philip Withnallexamples: Stop installing the examples
2016-03-01 Philip Withnallsimple-example: transmission can begin earlier than...
2015-10-01 Philip Withnallagent: Remove redundant GLIB_CHECK_VERSION macros
2015-10-01 Philip Withnalltests: Remove g_type_init() calls
2015-04-28 Olivier Crêteexamples: Use the correct g_io_channel_win32_new_fd...
2015-04-23 Olivier Crêteexamples: Make them built on non-win32 with GLib <...
2015-04-23 Olivier Crêteexamples: Make them build and work on Windows
2014-07-07 Philip Withnallexamples: Remove unnecessary dynamic type casts
2014-05-17 Youness AlaouiAdd some informative debug messaging
2014-04-29 Olivier Crêtethreaded-example: Make sure the foundation string is...
2014-04-25 Olivier Crêteexample: Prevent possible non-NULL terminated string
2014-03-31 Olivier CrêteInitialize variables to reduce unexpected behavior...
2013-12-27 Olivier Crêteconfigure: Verify that the compiler understands warning...
2013-12-18 Philip Withnallexamples: Remove g_type_init() call for recent GLib...
2013-12-18 Philip Withnallexamples: Remove redundant non-NULL checks
2013-12-18 Philip WithnallFix variable shadowing
2013-02-22 Youness AlaouiRemove debugging print
2013-02-07 Youness Alaouiexamples: Make input non blocking to allow exit when...
2013-02-07 Youness AlaouiDo not unref the mainloop until the thread has joined...
2013-02-07 Bryce AllenDo not unref the GThread since g_thread_join takes...
2013-02-05 Youness AlaouiAdd example that uses the new SDP parsing API
2013-02-05 Youness AlaouiFix/clean threaded-example
2013-02-05 Youness AlaouiAdd a similar simple example using threads
2013-02-05 Youness Alaouiexample: Exit on Ctrl-D and send EOS signal to the...
2013-02-04 Youness AlaouiChange license for simple-example
2013-02-02 Youness AlaouiAdd a simple example to showcase the API thanks to...