summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2020-05-22Remove autotools buildTim-Philipp Müller1-35/+0
2019-07-11examples: fix compiler extra warningsFabrice Bellet2-2/+2
2019-07-04examples: fix compiler warning about uninitialized variablesFabrice Bellet2-2/+2
2018-12-27Makefiles: Add meson.build files to tarballOlivier Crête1-0/+2
2018-12-21meson: Fix build with fallback glibJakub Adam1-1/+1
2018-12-14Add support for Meson build systemTim-Philipp Müller1-0/+8
2017-05-01examples: Stop installing the examplesPhilip Withnall1-1/+1
2016-03-01simple-example: transmission can begin earlier than in ready statePhilip Withnall1-1/+1
2015-10-01agent: Remove redundant GLIB_CHECK_VERSION macrosPhilip Withnall3-6/+0
2015-10-01tests: Remove g_type_init() callsPhilip Withnall3-13/+0
2015-04-28examples: Use the correct g_io_channel_win32_new_fd() functionOlivier Crête3-3/+3
2015-04-22examples: Make them built on non-win32 with GLib < 2.36Olivier Crête3-7/+16
2015-04-22examples: Make them build and work on WindowsOlivier Crête3-7/+27
2014-07-07examples: Remove unnecessary dynamic type castsPhilip Withnall3-17/+17
2014-05-17Add some informative debug messagingYouness Alaoui1-1/+2
2014-04-28threaded-example: Make sure the foundation string is NULL terminatedOlivier Crête1-0/+1
2014-04-24example: Prevent possible non-NULL terminated stringOlivier Crête1-0/+1
2014-03-31Initialize variables to reduce unexpected behavior in case something goes wrongOlivier Crête1-1/+1
2013-12-26configure: Verify that the compiler understands warning cflagsOlivier Crête1-1/+1
2013-12-18examples: Remove g_type_init() call for recent GLib versionsPhilip Withnall3-0/+6
2013-12-18examples: Remove redundant non-NULL checksPhilip Withnall2-2/+2
2013-12-18Fix variable shadowingPhilip Withnall1-16/+16
2013-02-22Remove debugging printYouness Alaoui1-1/+0
2013-02-06examples: Make input non blocking to allow exit when remote hangs upYouness Alaoui2-8/+21
2013-02-06Do not unref the mainloop until the thread has joined since it could be still...Youness Alaoui2-2/+2
2013-02-06Do not unref the GThread since g_thread_join takes the reference. Also rename...Bryce Allen2-8/+6
2013-02-04Add example that uses the new SDP parsing APIYouness Alaoui2-1/+278
2013-02-04Fix/clean threaded-exampleYouness Alaoui1-5/+6
2013-02-04Add a similar simple example using threadsYouness Alaoui2-2/+454
2013-02-04example: Exit on Ctrl-D and send EOS signal to the other endYouness Alaoui1-0/+6
2013-02-04Change license for simple-exampleYouness Alaoui1-12/+20
2013-02-01Add a simple example to showcase the API thanks to Bryce AllenYouness Alaoui2-0/+444