Fri, 01 Aug 2008 16:31:23 +0200 Mikael Hallendal Added cancel operation for asyncns resolver
Fri, 01 Aug 2008 15:48:25 +0200 Mikael Hallendal Fixed so that service lookup seems to work with new asyncns resolver.
Fri, 01 Aug 2008 11:01:49 +0200 Mikael Hallendal More work on the asyncns srv lookup.
Thu, 31 Jul 2008 20:03:42 +0200 Mikael Hallendal Renamed the test to test-dns and fixed a bug in the asyncns resolver.
Thu, 31 Jul 2008 19:50:01 +0200 Mikael Hallendal Copied in code from LmOldSocket to LmAsyncnsResolver
Thu, 31 Jul 2008 14:12:33 +0200 Mikael Hallendal fixed typos that accidently got commited
Thu, 31 Jul 2008 12:44:06 +0200 Mikael Hallendal Bumped version to 1.4.1
Sun, 27 Jul 2008 11:23:03 +0200 Mikael Hallendal Changed so that normal XMPP "pings" are always sent when keep alive is enabled.
Thu, 17 Jul 2008 14:29:19 +0200 Mikael Hallendal The blocking dns resolver now works as expected.
Thu, 17 Jul 2008 00:36:48 +0200 Mikael Hallendal Added test-dns-blocking to ignore file
Thu, 17 Jul 2008 00:36:18 +0200 Mikael Hallendal Removed soup dependencies from the build
Thu, 17 Jul 2008 00:25:36 +0200 Mikael Hallendal Added small test program and simple tests seems to work.
Thu, 17 Jul 2008 00:07:42 +0200 Mikael Hallendal Moved MIN_PORT and MAX_PORT to lm-internals.h and renamed them.
Mon, 14 Jul 2008 23:53:27 +0200 Mikael Hallendal Added GMainContext to LmResolver and use lm_misc_add_idle to add an idle in it.
Mon, 14 Jul 2008 01:10:57 +0200 Mikael Hallendal Added protocol for srv lookups
Mon, 14 Jul 2008 00:48:04 +0200 Mikael Hallendal More work on the blocking resolver
Mon, 14 Jul 2008 00:35:25 +0200 Mikael Hallendal Implemented the idle "spawn" in LmBlockingResolver.
Mon, 14 Jul 2008 00:14:28 +0200 Mikael Hallendal Added LmBlockingResolver which will handle the case when we do not have libasyncns.
Mon, 14 Jul 2008 00:02:50 +0200 Mikael Hallendal Added LmAsyncnsResolver
Sun, 13 Jul 2008 23:54:50 +0200 Mikael Hallendal Fixed some spaces
Sun, 13 Jul 2008 23:50:23 +0200 Mikael Hallendal Added type property to LmResolver
Sun, 13 Jul 2008 23:33:46 +0200 Mikael Hallendal Changed so that we create a resolver with various arguments depending on type.
Sun, 13 Jul 2008 23:22:42 +0200 Mikael Hallendal Made LmResolver an object for subclassing instead of an interface
Sun, 13 Jul 2008 19:22:27 +0200 Mikael Hallendal Added LmResolver interface.
Sun, 13 Jul 2008 19:05:23 +0200 Mikael Hallendal Some style fixes
Sun, 13 Jul 2008 19:02:02 +0200 Mikael Hallendal Refactored some of the SSL code in LmConnection.
Sun, 13 Jul 2008 11:12:26 +0200 Mikael Hallendal Moved the call to _lm_ssl_close to LmOldSocket
Sun, 13 Jul 2008 10:58:09 +0200 Mikael Hallendal Split out old_socket_do_write from lm_old_socket_do_write.
Sun, 13 Jul 2008 01:22:50 +0200 Mikael Hallendal Some more cleanups
Sun, 13 Jul 2008 01:18:23 +0200 Mikael Hallendal Moved the ifdefs for HAVE_ASYNCNS to the LmOldSocket code.
Sun, 13 Jul 2008 01:14:42 +0200 Mikael Hallendal Updated _asyncns_cancel to follow coding style
Sun, 13 Jul 2008 00:57:14 +0200 Mikael Hallendal Made the output buffer functions private to LmOldSocket.
Sun, 13 Jul 2008 00:54:49 +0200 Mikael Hallendal Moved output buffer creation/addition to LmOldSocket where it belongs.
Sun, 13 Jul 2008 00:50:26 +0200 Mikael Hallendal slight style fix
Sat, 12 Jul 2008 22:07:29 +0200 Mikael Hallendal Some more work on the soup socket
Fri, 11 Jul 2008 19:14:28 +0300 Mikael Hallendal Initital start on implementing the various write functions in LmSoupSocket
Fri, 11 Jul 2008 19:07:11 +0300 Mikael Hallendal Call connect on SoupSocket in LmSoupSocket::connect
Fri, 11 Jul 2008 19:00:23 +0300 Mikael Hallendal Renamed the implementation of the LmSocket interface functions to _soup_socket..
Fri, 11 Jul 2008 18:56:59 +0300 Mikael Hallendal Added prototypes for LmSocket interface in LmSoupSocket
Fri, 11 Jul 2008 18:51:48 +0300 Mikael Hallendal Changed the LmSocket signals slightly
Fri, 11 Jul 2008 17:34:40 +0300 Mikael Hallendal Added Libsoup as a dependency in configure.
Fri, 11 Jul 2008 17:29:07 +0300 Mikael Hallendal Worked on the LmSocket interface and added a LmSoupSocket class.
Wed, 09 Jul 2008 15:56:07 +0300 Mikael Hallendal Made LmSocket into an interface and hooked up implementation of it in LmTcpSocket.
Tue, 08 Jul 2008 00:57:01 +0300 Mikael Hallendal Added basic API for the new LmSocket
Mon, 07 Jul 2008 15:30:58 +0200 Mikael Hallendal Renamed LmSocket to LmOldSocket to make room for a new socket abstraction layer.
Mon, 30 Jun 2008 01:51:40 +0200 Mikael Hallendal Include lm-internals.h instead of lm-socket.h in lm-xmpp-writer.h
Fri, 27 Jun 2008 20:08:58 +0200 Mikael Hallendal Style fixes
Sun, 22 Jun 2008 23:46:02 +0200 Mikael Hallendal Fixed a left over DUMMY -> SIMPLE_IO
Sun, 22 Jun 2008 23:45:23 +0200 Mikael Hallendal Removed vtable from LmSimpleIO
Sun, 22 Jun 2008 23:42:12 +0200 Mikael Hallendal LmSimpleIO now implements the LmXmppWriter interface.
Sun, 22 Jun 2008 23:21:26 +0200 Mikael Hallendal Added LmSimpleIO.
Sun, 22 Jun 2008 23:11:53 +0200 Mikael Hallendal Added lm-marshal.list and lm-marshal-main.c
Sun, 22 Jun 2008 22:53:07 +0200 Mikael Hallendal Added LmXmppWriter interface
Sun, 22 Jun 2008 22:38:28 +0200 Mikael Hallendal Depend on GObject and initialize GType
Sat, 21 Jun 2008 18:36:12 +0200 Mikael Hallendal Added Title to the inlined documentation
Sat, 21 Jun 2008 17:12:59 +0200 Mikael Hallendal Fixed the SECTION parts of the inlined docs so that gtk-doc finds them.
Sat, 21 Jun 2008 16:59:56 +0200 Mikael Hallendal Ignore the tmpl directory
Sat, 21 Jun 2008 16:49:33 +0200 Mikael Hallendal Removed the old tmpl files
Sat, 21 Jun 2008 13:19:21 +0200 Mikael Hallendal Added inlined documentation from generated through the Gtk-doc migration script.
Fri, 20 Jun 2008 17:14:45 +0200 Mikael Hallendal Cleaned declarations of static functions in LmConnection
(0) -300 -100 -60 +60 +100 tip