<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/glib.git/gio/tests/credentials.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>gcredentials: add NetBSD support</title>
<updated>2014-06-28T18:06:36+00:00</updated>
<author>
<name>Patrick Welche</name>
<email>prlw1@cam.ac.uk</email>
</author>
<published>2014-04-15T14:09:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=afce39c228eacfecb45bd9de0f58e7ca767e36ed'/>
<id>afce39c228eacfecb45bd9de0f58e7ca767e36ed</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=728256
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=728256
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: Fix up the expected messages</title>
<updated>2013-11-11T14:40:57+00:00</updated>
<author>
<name>Chun-wei Fan</name>
<email>fanchunwei@src.gnome.org</email>
</author>
<published>2013-11-06T08:58:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=0212ab61824c098ec0a213465e85e2bc2702b4ed'/>
<id>0212ab61824c098ec0a213465e85e2bc2702b4ed</id>
<content type='text'>
There was an expected messages that was not in the form that GLib on
Windows actually produces, which causes some test to fail.  Fix this up.

https://bugzilla.gnome.org/show_bug.cgi?id=711047
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was an expected messages that was not in the form that GLib on
Windows actually produces, which causes some test to fail.  Fix this up.

https://bugzilla.gnome.org/show_bug.cgi?id=711047
</pre>
</div>
</content>
</entry>
<entry>
<title>gcredentials: add Solaris support</title>
<updated>2013-10-04T13:51:31+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@gnome.org</email>
</author>
<published>2013-09-19T20:09:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=5a269e5a90181a5cafce90e7e5d7bc4f42f47f52'/>
<id>5a269e5a90181a5cafce90e7e5d7bc4f42f47f52</id>
<content type='text'>
Based on patches from Igor Pashev.

https://bugzilla.gnome.org/show_bug.cgi?id=705029
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patches from Igor Pashev.

https://bugzilla.gnome.org/show_bug.cgi?id=705029
</pre>
</div>
</content>
</entry>
<entry>
<title>gcredentials: add internal macros to simplify all the #ifdefs</title>
<updated>2013-10-04T13:51:31+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@gnome.org</email>
</author>
<published>2013-09-18T17:40:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=cedd697bf80faf18d0d42b3e4d8bef5a5cf8ef9f'/>
<id>cedd697bf80faf18d0d42b3e4d8bef5a5cf8ef9f</id>
<content type='text'>
Rather than having lots of obscure platform-based #ifdefs all over
gio, define some macros in gcredentialsprivate.h, and use those to
simplify the rest of the code.

https://bugzilla.gnome.org/show_bug.cgi?id=701482
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rather than having lots of obscure platform-based #ifdefs all over
gio, define some macros in gcredentialsprivate.h, and use those to
simplify the rest of the code.

https://bugzilla.gnome.org/show_bug.cgi?id=701482
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove a failing test</title>
<updated>2012-12-29T05:03:09+00:00</updated>
<author>
<name>Matthias Clasen</name>
<email>mclasen@redhat.com</email>
</author>
<published>2012-12-29T05:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=12ad403a43763aa4a99a6055c3cccd2677252430'/>
<id>12ad403a43763aa4a99a6055c3cccd2677252430</id>
<content type='text'>
Since we stripped g_credentials_set_pid(), the test for
g_credentials_get_pid() can't succeed anymore, so remove it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we stripped g_credentials_set_pid(), the test for
g_credentials_get_pid() can't succeed anymore, so remove it.
</pre>
</div>
</content>
</entry>
<entry>
<title>GCredentials: add a regression test</title>
<updated>2012-12-19T20:14:27+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2012-11-08T14:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/glib.git/commit/?id=32bfd46c7b193de9eb6794d436f797c49b6a9f68'/>
<id>32bfd46c7b193de9eb6794d436f797c49b6a9f68</id>
<content type='text'>
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=687920
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=687920
</pre>
</div>
</content>
</entry>
</feed>
