<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/glib.git/gio/tests/send-data.c, branch require-python34</title>
<subtitle>gitlab.gnome.org: GNOME/glib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/'/>
<entry>
<title>all: Remove trailing newlines from g_message()/g_warning()/g_error()s</title>
<updated>2018-04-27T15:46:19+00:00</updated>
<author>
<name>Philip Withnall</name>
<email>withnall@endlessm.com</email>
</author>
<published>2018-04-27T15:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=9b4c50f63d9ef7c2033777a95a743009f0a145a1'/>
<id>9b4c50f63d9ef7c2033777a95a743009f0a145a1</id>
<content type='text'>
All those logging functions already add a newline to any message they
print, so there’s no need to add a trailing newline in the message
passed to them.

Signed-off-by: Philip Withnall &lt;withnall@endlessm.com&gt;
Reviewed-by: nobody
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All those logging functions already add a newline to any message they
print, so there’s no need to add a trailing newline in the message
passed to them.

Signed-off-by: Philip Withnall &lt;withnall@endlessm.com&gt;
Reviewed-by: nobody
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove g_type_init() calls</title>
<updated>2012-10-16T13:39:24+00:00</updated>
<author>
<name>Ryan Lortie</name>
<email>desrt@desrt.ca</email>
</author>
<published>2012-10-15T16:00:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=1dc774a653e992e1153fbed16f90097fa8db467f'/>
<id>1dc774a653e992e1153fbed16f90097fa8db467f</id>
<content type='text'>
Very many testcases, some GLib tools (resource compiler, etc) and
GApplication were calling g_type_init().

Remove those uses, as they are no longer required.

https://bugzilla.gnome.org/show_bug.cgi?id=686161
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Very many testcases, some GLib tools (resource compiler, etc) and
GApplication were calling g_type_init().

Remove those uses, as they are no longer required.

https://bugzilla.gnome.org/show_bug.cgi?id=686161
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GSocketClient::event, for tracking socket client status</title>
<updated>2011-12-22T20:44:24+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@gnome.org</email>
</author>
<published>2010-08-20T17:04:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=3f3e141ec8ffe8f40a2faced69d35cb161153107'/>
<id>3f3e141ec8ffe8f40a2faced69d35cb161153107</id>
<content type='text'>
This can be used for debugging, or for progress UIs ("Connecting to
example.com..."), or to do low-level tweaking on the connection at
various points in the process.

https://bugzilla.gnome.org/show_bug.cgi?id=665805
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can be used for debugging, or for progress UIs ("Connecting to
example.com..."), or to do low-level tweaking on the connection at
various points in the process.

https://bugzilla.gnome.org/show_bug.cgi?id=665805
</pre>
</div>
</content>
</entry>
<entry>
<title>g_thread_new: never fail</title>
<updated>2011-10-13T05:00:57+00:00</updated>
<author>
<name>Ryan Lortie</name>
<email>desrt@desrt.ca</email>
</author>
<published>2011-10-13T05:00:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=430c5635f245ca485f09035f1b6c3a59dd69758c'/>
<id>430c5635f245ca485f09035f1b6c3a59dd69758c</id>
<content type='text'>
Remove the GError argument from g_thread_new() and abort on failure.
Introduce g_thread_try() for those who want to handle failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the GError argument from g_thread_new() and abort on failure.
Introduce g_thread_try() for those who want to handle failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>thread: nuke the concept of 'joinable'</title>
<updated>2011-10-13T04:43:33+00:00</updated>
<author>
<name>Ryan Lortie</name>
<email>desrt@desrt.ca</email>
</author>
<published>2011-10-13T04:43:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=015f4b4513279c4be40c03121473ffcea347ed84'/>
<id>015f4b4513279c4be40c03121473ffcea347ed84</id>
<content type='text'>
And remove the 'joinable' argument from g_thread_new() and
g_thread_new_full().

Change the wording in the docs.  Clarify expectations for
(deprecated) g_thread_create().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And remove the 'joinable' argument from g_thread_new() and
g_thread_new_full().

Change the wording in the docs.  Clarify expectations for
(deprecated) g_thread_create().
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use deprecated GThread API in gio tests</title>
<updated>2011-10-10T13:49:50+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2011-10-10T13:49:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=93e49aea1b5563c90f1c5152ab9cb65f19329891'/>
<id>93e49aea1b5563c90f1c5152ab9cb65f19329891</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GSocketClient: add a timeout property</title>
<updated>2010-08-14T19:26:16+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@gnome.org</email>
</author>
<published>2010-08-14T19:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=16bafb479995e69417b86b5b26682ec7c2ceb5a0'/>
<id>16bafb479995e69417b86b5b26682ec7c2ceb5a0</id>
<content type='text'>
GSocket has a timeout flag now, but when using GSocketClient there was
no way to set the timeout until after connecting (or failing). Fix
that by adding a timeout property to GSocketClient.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GSocket has a timeout flag now, but when using GSocketClient there was
no way to set the timeout until after connecting (or failing). Fix
that by adding a timeout property to GSocketClient.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix leaks in GSocketClient and GThreadedResolver</title>
<updated>2009-07-23T20:27:01+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@gnome.org</email>
</author>
<published>2009-07-23T20:27:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=45067ab9e97de0992acd4004d6e4de957d6c28f4'/>
<id>45067ab9e97de0992acd4004d6e4de957d6c28f4</id>
<content type='text'>
Also update gio/tests/send-data.c to test async connection, and free
more stuff in several tests to make leaks easier to see.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also update gio/tests/send-data.c to test async connection, and free
more stuff in several tests to make leaks easier to see.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Move gio tests from gio/tests/ to tests/gio/"</title>
<updated>2009-07-06T02:49:24+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2009-07-06T02:49:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=5694ab7642c9ba6fbb85424e71d1c42c17661dd1'/>
<id>5694ab7642c9ba6fbb85424e71d1c42c17661dd1</id>
<content type='text'>
This reverts commit 2262d76b33094304ece0d0d9cd5920682599a49b.

Move GIO tests back to where they belong.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2262d76b33094304ece0d0d9cd5920682599a49b.

Move GIO tests back to where they belong.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move gio tests from gio/tests/ to tests/gio/</title>
<updated>2009-07-01T17:03:19+00:00</updated>
<author>
<name>Benjamin Otte</name>
<email>otte@gnome.org</email>
</author>
<published>2009-07-01T17:03:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=2262d76b33094304ece0d0d9cd5920682599a49b'/>
<id>2262d76b33094304ece0d0d9cd5920682599a49b</id>
<content type='text'>
This avoids getting tests built every time when working on libgio and
running make in the gio/ directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids getting tests built every time when working on libgio and
running make in the gio/ directory.
</pre>
</div>
</content>
</entry>
</feed>
