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
Fri, 20 Jun 2008 17:05:48 +0200 Mikael Hallendal Moved _lm_connection_old_auth from public header file.
Fri, 20 Jun 2008 17:00:56 +0200 Mikael Hallendal Fixed header file style in internal header file
Fri, 20 Jun 2008 16:44:42 +0200 Mikael Hallendal Changed so that normal XMPP "pings" are always sent when keep alive is enabled.
Fri, 20 Jun 2008 16:42:26 +0200 Mikael Hallendal Fixed indentation
Fri, 20 Jun 2008 16:40:31 +0200 Mikael Hallendal Made error check a bit more verbose
Fri, 20 Jun 2008 13:20:24 +0200 Mikael Hallendal Use GSlice for allocation of LmConnection instead of g_new.
Fri, 20 Jun 2008 13:14:47 +0200 Mikael Hallendal Minor style fix
Fri, 20 Jun 2008 13:12:43 +0200 Mikael Hallendal Factored out connection_run_message_handler from connection_handle_message.
Wed, 18 Jun 2008 22:27:54 +0200 Mikael Hallendal Use GLib's base64 implementation
Wed, 18 Jun 2008 22:27:47 +0200 Mikael Hallendal Factored out connection_log_send from connection_send
Wed, 18 Jun 2008 22:27:40 +0200 Mikael Hallendal Factored out connection_free_handlers from connection_free
Wed, 18 Jun 2008 22:27:17 +0200 Mikael Hallendal Doc fixes
Wed, 18 Jun 2008 13:47:06 +0200 Mikael Hallendal Doc fixes
Sun, 08 Jun 2008 11:11:55 +0200 Mikael Hallendal Fixed up the lm-utils documentation. Fixes LM-52.
Sun, 08 Jun 2008 11:06:24 +0200 Mikael Hallendal Fixed up the lm-utils documentation. Fixes LM-52.
Sat, 07 Jun 2008 11:36:24 +0200 Mikael Hallendal Use g_log instead of g_warning in LmParser and remove some unneccesary printouts from parser test
Sat, 07 Jun 2008 11:22:19 +0200 Mikael Hallendal Added a boolean return value from LmParser::parse to be able to check whether it was successful
Sat, 07 Jun 2008 11:21:42 +0200 Mikael Hallendal Fixed Makefiles to support running make test
Sat, 07 Jun 2008 11:06:53 +0200 Mikael Hallendal Migrated test suite to GLib unit test framework
Sat, 07 Jun 2008 01:03:22 +0200 Mikael Hallendal Bumped the dependency on GLib to 2.16 and bumped loudmouth version to 1.5.0
Sat, 07 Jun 2008 00:26:27 +0200 Mikael Hallendal Bumped version to 1.4.0
Tue, 29 Apr 2008 16:36:57 +0200 Mikael Hallendal Added lm_connection_get_keep_alive.
Tue, 15 Apr 2008 17:45:12 +0200 Mikael Hallendal Moved ruby bindings to it's own repository
Fri, 11 Apr 2008 18:15:58 +0200 Mikael Hallendal Fixed some in the send-message example
Thu, 10 Apr 2008 21:57:49 +0200 Mikael Hallendal Added small example for the ruby bindings
Thu, 10 Apr 2008 21:30:17 +0200 Mikael Hallendal moved extension code to src
Thu, 10 Apr 2008 21:14:27 +0200 Mikael Hallendal Added support for add_message_handler to ruby bindings
Thu, 10 Apr 2008 19:55:28 +0200 Mikael Hallendal Fixed support for setting your own GMainContext
Thu, 10 Apr 2008 18:59:55 +0200 Mikael Hallendal Ruby bindings can connect with SSL
Thu, 10 Apr 2008 17:33:43 +0200 Mikael Hallendal Added LmConnection::send to ruby bindings
(0) -300 -100 -60 +60 +100 +300 tip