<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/doc/gpgme.texi, branch gpgme-1.1.8</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.1.8</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.1.8'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2008-11-28T10:32:12Z</updated>
<entry>
<title>Fix doc bug.</title>
<updated>2008-11-28T10:32:12Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2008-11-28T10:32:12Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=5beba8689c22bb61481f5125c19f8c48d92c5177'/>
<id>urn:sha1:5beba8689c22bb61481f5125c19f8c48d92c5177</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update automake scripts.</title>
<updated>2008-07-04T15:46:01Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2008-07-04T15:46:01Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a60cbde70954bf9b61041ba9c72e1be734092072'/>
<id>urn:sha1:a60cbde70954bf9b61041ba9c72e1be734092072</id>
<content type='text'>
Minor doc changes.

</content>
</entry>
<entry>
<title>2008-06-27  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2008-06-27T16:07:33Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2008-06-27T16:07:33Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=695ec56ffbf3cf1cb4722f5fab33dd2bdb43a9af'/>
<id>urn:sha1:695ec56ffbf3cf1cb4722f5fab33dd2bdb43a9af</id>
<content type='text'>
	* gpgme.texi (Cancellation): Document gpgme_cancel_async.

gpgme/
2008-06-27  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* context.h: Include "sema.h".
	(struct gpgme_context): New members lock and canceled.
	* gpgme.c (gpgme_new): Initialize lock.
	(gpgme_release): Destroy lock.
	(gpgme_cancel_async): New function.
	* op-support.c (_gpgme_op_reset): Reset the canceled flag.
	* wait-global.c (gpgme_wait): Check cancel flag before processing
	any I/O callbacks.
	* wait-private.c (_gpgme_wait_on_condition): Likewise.
	* wait-user.c (_gpgme_user_io_cb_handler): Likewise.

</content>
</entry>
<entry>
<title>Updated example.</title>
<updated>2008-06-25T01:44:50Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2008-06-25T01:44:50Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d0fe86179c28493a0b282acb0101c829f8a35820'/>
<id>urn:sha1:d0fe86179c28493a0b282acb0101c829f8a35820</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include the GnuPG UI Server specification.</title>
<updated>2008-06-04T14:14:38Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2008-06-04T14:14:38Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f54ea0e32c81a8a69e4512c394dc727593ffa10a'/>
<id>urn:sha1:f54ea0e32c81a8a69e4512c394dc727593ffa10a</id>
<content type='text'>
Change the license of the manual to GPLv3+.

</content>
</entry>
<entry>
<title>Support --locate-keys feature of gpg.</title>
<updated>2008-05-07T15:41:14Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2008-05-07T15:41:14Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=b72c0012830eb8904678e18cc80ceb74a03e152c'/>
<id>urn:sha1:b72c0012830eb8904678e18cc80ceb74a03e152c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/</title>
<updated>2008-03-11T16:05:40Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2008-03-11T16:05:40Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=3dcae464f4944258b2f36f4e85b509940733a682'/>
<id>urn:sha1:3dcae464f4944258b2f36f4e85b509940733a682</id>
<content type='text'>
2008-03-11  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (File Based Data Buffers): Document the need for
	blocking operations.
	(Callback Based Data Buffers): Likewise.

gpgme/
2008-03-11  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* data.c (gpgme_data_read, gpgme_data_write): Retry on EINTR.

</content>
</entry>
<entry>
<title>2008-03-05  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2008-03-05T12:00:57Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2008-03-05T12:00:57Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=639df34f6506cead14179c2db459de3fcf7d3290'/>
<id>urn:sha1:639df34f6506cead14179c2db459de3fcf7d3290</id>
<content type='text'>
	* gpgme.texi (Library Version Check): Rename snippet function to
	init_gpgme.
	(I/O Callback Example): Call it here.

</content>
</entry>
<entry>
<title>2008-01-28  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2008-01-28T19:41:26Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2008-01-28T19:41:26Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ef430d7828d5d9724fa787685662afbd5e248ebb'/>
<id>urn:sha1:ef430d7828d5d9724fa787685662afbd5e248ebb</id>
<content type='text'>
	* gpgme.texi: Document that data encoding affects some output data
	objects now.

</content>
</entry>
<entry>
<title>doc/</title>
<updated>2007-09-27T12:17:24Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2007-09-27T12:17:24Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=30df62122dc09769e124c8ac0661b16df8a38185'/>
<id>urn:sha1:30df62122dc09769e124c8ac0661b16df8a38185</id>
<content type='text'>
2007-09-27  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Protocols and Engines): Document GPGME_PROTOCOL_UNKNOWN.

gpgme/
2007-09-27  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.h (gpgme_protocol_t): Add GPGME_PROTOCOL_UNKNOWN.
	* gpgme.c (gpgme_get_protocol_name): Implement support for
	GPGME_PROTOCOL_UNKNOWN.

</content>
</entry>
</feed>
