<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/trunk/assuan/assuan-inquire.c, branch gpgme-1.2.0</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.2.0</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.2.0'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2009-04-08T18:53:57Z</updated>
<entry>
<title>assuan/</title>
<updated>2009-04-08T18:53:57Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2009-04-08T18:53:57Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=43df183ca500ae7a3ca3b68f0f00e0fd6cec35f9'/>
<id>urn:sha1:43df183ca500ae7a3ca3b68f0f00e0fd6cec35f9</id>
<content type='text'>
2009-04-08  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* assuan.h (_gpgme_io_socket): New prototype.
	(_ASSUAN_CUSTOM_IO, _assuan_custom_close, _assuan_custom_read)
	(_assuan_custom_write, _assuan_custom_pipe, _assuan_custom_socket)
	(_assuan_custom_connect): New macros.
	* assuan-socket.c (_assuan_close, _assuan_sock_new)
	(_assuan_sock_connect) [_ASSUAN_CUSTOM_IO]: Use custom I/O function.
	* assuan-buffer.c (assuan_read_line): Do not handle EAGAIN anymore.
	* assuan-client.c (_assuan_read_from_server): Likewise.
	* assuan-handler.c (process_next): Likewise
	* assuan-inquire.c (assuan_inquire): Likewise.

src/
2009-04-08  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* w32-glib-io.c (giochannel_table): New members used, fd, socket.
	(find_channel): Drop CREATE argument.
	(new_dummy_channel_from_fd, new_channel_from_fd)
	(new_channel_from_socket): New functions.
	(_gpgm_io_fd2str): Implement for sockets.
	(_gpgme_io_write, _gpgme_io_read): Translate EAGAIN errors
	correctly.
	(_gpgme_io_pipe): Fix for new channel bookkeeping.
	(_gpgme_io_close, _gpgme_io_dup): Likewise.
	(wsa2errno, _gpgme_io_socket, _gpgme_io_connect): New.
	* w32-io.c (MAX_READERS, MAX_WRITERS): Bump up to 40.
	(wsa2errno, _gpgme_io_socket, _gpgme_io_connect): New.
	* w32-qt-io.cpp (_gpgme_io_socket, _gpgme_io_connect): New stubs.
	* version.c [HAVE_W32_SYSTEM]: Include "windows.h.
	(do_subsystem_inits) [HAVE_W32_SYSTEM]: Call WSAStartup.
	* engine-assuan.c (llass_status_handler): Ignore EAGAIN errors.

</content>
</entry>
<entry>
<title>assuan/</title>
<updated>2009-03-06T22:29:49Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2009-03-06T22:29:49Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=bf64b900febcff7ec8d40976edde01fef0c2cbdc'/>
<id>urn:sha1:bf64b900febcff7ec8d40976edde01fef0c2cbdc</id>
<content type='text'>
2009-03-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* assuan/: Update to libassuan SVN 2009-03-06.

src/
2009-03-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* version.c (do_subsystem_inits): Do not set assuan log level.
	* debug.c (debug_init): Likewise.

</content>
</entry>
<entry>
<title>assuan/</title>
<updated>2006-09-19T14:01:54Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2006-09-19T14:01:54Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=41f65ab2031c000df0f141879d6fad346e83bcba'/>
<id>urn:sha1:41f65ab2031c000df0f141879d6fad346e83bcba</id>
<content type='text'>
	Update to current version.

2006-09-19  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* configure.ac: Turn stpcpy into a replacement function.
	Check for unistd.h and add setenv as replacement function.

gpgme/
2006-09-19  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* setenv.c: New file.

</content>
</entry>
<entry>
<title>2005-10-01  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2005-10-01T19:51:27Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2005-10-01T19:51:27Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d33f1d9e4284b9295ca2102731937841a3bb242a'/>
<id>urn:sha1:d33f1d9e4284b9295ca2102731937841a3bb242a</id>
<content type='text'>
	* assuan-client.c (assuan_transact): Change LINE, S and D from
	unsigned char * to char * to silence gcc warning.
	* assuan-util.c (_assuan_log_sanitized_string): Add explicit cast
	to silence gcc warning.
	* assuan-inquire.c (assuan_inquire): Likewise.

</content>
</entry>
<entry>
<title>Merged changes from upstream libassuan to allow building a W32 DLL.</title>
<updated>2005-08-09T13:19:24Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2005-08-09T13:19:24Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1e619ce23f182e787e653217a114ada7c4c56c4b'/>
<id>urn:sha1:1e619ce23f182e787e653217a114ada7c4c56c4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2003-08-18  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-08-18T19:17:08Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-08-18T19:17:08Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6732476ac818d4e085b32730eafef79a40b10e88'/>
<id>urn:sha1:6732476ac818d4e085b32730eafef79a40b10e88</id>
<content type='text'>
	* configure.ac: If building Assuan, check for funopen and
	fopencookie, and make isascii, putc_unlocked and memrchr
	replacement functions.

assuan/
Update to the latest assuan version.

gpgme/
2003-08-18  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* funopen.c, putc_unlocked.c, isascii.c, memrchr.c: New files.
	* fopencookie.c: File removed.

</content>
</entry>
<entry>
<title>2003-02-01  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-02-01T18:53:06Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-02-01T18:53:06Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=2e1a1033eed4c60c4d5df9ad9871a0cd263e55b9'/>
<id>urn:sha1:2e1a1033eed4c60c4d5df9ad9871a0cd263e55b9</id>
<content type='text'>
	* assuan/: Update files to 2002-11-10 version of assuan.

gpgme/
2003-02-01  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* engine-gpgsm.c (map_assuan_error): Replace
	ASSUAN_Bad_Certificate_Path with ASSUAN_Bad_Certificate_Chain.
	(gpgsm_new): Use assuan_pipe_connect instead assuan_pipe_connect2.

	* util.h (DIMof): Remove macro.

	* ops.h (_gpgme_op_event_cb, _gpgme_op_event_cb_user,
	_gpgme_data_unread): Prototypes removed.

</content>
</entry>
<entry>
<title>Update assuan and jnlib to 20020424 from newpg.</title>
<updated>2002-04-24T01:55:58Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-04-24T01:55:58Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=cf49f26715a8407d0d6410590d0734d51004cb7e'/>
<id>urn:sha1:cf49f26715a8407d0d6410590d0734d51004cb7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to current version in newpg module.</title>
<updated>2002-01-22T16:29:12Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-22T16:29:12Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=33c20b87d1624f9ce40d1474ab765052decf7811'/>
<id>urn:sha1:33c20b87d1624f9ce40d1474ab765052decf7811</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated Assuan to the current version</title>
<updated>2001-12-13T15:04:36Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2001-12-13T15:04:36Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ae1bcb9da5ff9b004070cfccb1a1c55358db40e1'/>
<id>urn:sha1:ae1bcb9da5ff9b004070cfccb1a1c55358db40e1</id>
<content type='text'>
</content>
</entry>
</feed>
