summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Remove autotools buildTim-Philipp Müller2020-05-221-35/+0
* examples: fix compiler extra warningsFabrice Bellet2019-07-112-2/+2
* examples: fix compiler warning about uninitialized variablesFabrice Bellet2019-07-042-2/+2
* Makefiles: Add meson.build files to tarballOlivier Crête2018-12-271-0/+2
* meson: Fix build with fallback glibJakub Adam2018-12-211-1/+1
* Add support for Meson build systemTim-Philipp Müller2018-12-141-0/+8
* examples: Stop installing the examplesPhilip Withnall2017-05-011-1/+1
* simple-example: transmission can begin earlier than in ready statePhilip Withnall2016-03-011-1/+1
* agent: Remove redundant GLIB_CHECK_VERSION macrosPhilip Withnall2015-10-013-6/+0
* tests: Remove g_type_init() callsPhilip Withnall2015-10-013-13/+0
* examples: Use the correct g_io_channel_win32_new_fd() functionOlivier Crête2015-04-283-3/+3
* examples: Make them built on non-win32 with GLib < 2.36Olivier Crête2015-04-223-7/+16
* examples: Make them build and work on WindowsOlivier Crête2015-04-223-7/+27
* examples: Remove unnecessary dynamic type castsPhilip Withnall2014-07-073-17/+17
* Add some informative debug messagingYouness Alaoui2014-05-171-1/+2
* threaded-example: Make sure the foundation string is NULL terminatedOlivier Crête2014-04-281-0/+1
* example: Prevent possible non-NULL terminated stringOlivier Crête2014-04-241-0/+1
* Initialize variables to reduce unexpected behavior in case something goes wrongOlivier Crête2014-03-311-1/+1
* configure: Verify that the compiler understands warning cflagsOlivier Crête2013-12-261-1/+1
* examples: Remove g_type_init() call for recent GLib versionsPhilip Withnall2013-12-183-0/+6
* examples: Remove redundant non-NULL checksPhilip Withnall2013-12-182-2/+2
* Fix variable shadowingPhilip Withnall2013-12-181-16/+16
* Remove debugging printYouness Alaoui2013-02-221-1/+0
* examples: Make input non blocking to allow exit when remote hangs upYouness Alaoui2013-02-062-8/+21
* Do not unref the mainloop until the thread has joined since it could be still...Youness Alaoui2013-02-062-2/+2
* Do not unref the GThread since g_thread_join takes the reference. Also rename...Bryce Allen2013-02-062-8/+6
* Add example that uses the new SDP parsing APIYouness Alaoui2013-02-042-1/+278
* Fix/clean threaded-exampleYouness Alaoui2013-02-041-5/+6
* Add a similar simple example using threadsYouness Alaoui2013-02-042-2/+454
* example: Exit on Ctrl-D and send EOS signal to the other endYouness Alaoui2013-02-041-0/+6
* Change license for simple-exampleYouness Alaoui2013-02-041-12/+20
* Add a simple example to showcase the API thanks to Bryce AllenYouness Alaoui2013-02-012-0/+444