summaryrefslogtreecommitdiff
path: root/examples/simple-example.c
Commit message (Expand)AuthorAgeFilesLines
* simple-example: transmission can begin earlier than in ready statePhilip Withnall2016-03-011-1/+1
* agent: Remove redundant GLIB_CHECK_VERSION macrosPhilip Withnall2015-10-011-2/+0
* tests: Remove g_type_init() callsPhilip Withnall2015-10-011-4/+0
* examples: Use the correct g_io_channel_win32_new_fd() functionOlivier Crête2015-04-281-1/+1
* examples: Make them built on non-win32 with GLib < 2.36Olivier Crête2015-04-221-4/+6
* examples: Make them build and work on WindowsOlivier Crête2015-04-221-0/+8
* examples: Remove unnecessary dynamic type castsPhilip Withnall2014-07-071-6/+6
* 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
* examples: Remove g_type_init() call for recent GLib versionsPhilip Withnall2013-12-181-0/+2
* examples: Remove redundant non-NULL checksPhilip Withnall2013-12-181-1/+1
* Fix variable shadowingPhilip Withnall2013-12-181-16/+16
* 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-011-0/+418