loudmouth/lm-connection.c
Tue, 30 Oct 2007 23:14:48 +0100 Senko Rasic Added disconnect error for resource conflict. Fixes LM-55.
Mon, 29 Oct 2007 22:34:34 +0100 Senko Rasic Support for returning effective JID, possibly changed by the server.
Mon, 29 Oct 2007 18:34:00 +0100 Senko Rasic Properly check if the message is error/reply before calling the reply handler.
Mon, 29 Oct 2007 17:02:16 +0100 Senko Rasic Use TCP keepalives on Linux if available; if not, fallback to manual keepalives.
Mon, 29 Oct 2007 16:59:36 +0100 Senko Rasic Simplify and fix SSL/StartTLS handling in LmSocket
Mon, 29 Oct 2007 14:49:34 +0100 Senko Rasic Merge branch 'starttls' of git://people.freedesktop.org/~daf/loudmouth into 1.3
Thu, 25 Oct 2007 17:39:25 +0100 Dafydd Harries LmConnection: take starttls settings from LmSSL object
Thu, 25 Oct 2007 16:27:01 +0100 Dafydd Harries remove lm_connection_use_starttls
Fri, 19 Oct 2007 16:57:31 +0100 Dafydd Harries temporarily reference connection while calling disconnect callback, so that it's safe for the callback to unref the connection
Mon, 08 Oct 2007 14:48:38 +0200 Senko Rasic lm-connection.c: connection_send(): in case of error, properly set the error variable
Tue, 25 Sep 2007 11:08:29 +0200 Senko Rasic Fixed a leak in extracting the domain name from the jid.
Thu, 06 Sep 2007 16:37:16 +0200 Senko Rasic Made SRV handling more sane, and implemented fallback using jid domain name.
Thu, 06 Sep 2007 15:20:04 +0200 Senko Rasic Adding StartTLS support.
Wed, 05 Sep 2007 15:41:15 +0100 Dafydd Harries Perform name resolution asynchronously. Patch by Senko Rašić.
Sun, 10 Jun 2007 18:14:31 +0200 Mikael Hallendal Run application handlers on stream error. remote/loudmouth-1-2
Sun, 10 Jun 2007 18:03:38 +0200 Mikael Hallendal Added support for Gossip filetransfer patch.
Sun, 29 Apr 2007 14:16:02 +0200 Mikael Hallendal Added disconnect error for resource conflict. Fixes LM-55.
Sun, 29 Apr 2007 13:22:36 +0200 Mikael Hallendal Signal back when connection immediately fails. Fixes LM-67.
Sun, 29 Apr 2007 11:24:47 +0200 Mikael Hallendal Free the open callback after stream is received.
Sat, 28 Apr 2007 12:55:40 +0200 Mikael Hallendal Removed the freeing of connect_data from _lm_connection_failed_with_error
Tue, 24 Apr 2007 19:42:00 +0200 Mikael Hallendal Don't free the resolved addresses if they have already been freed. Fixed LM-96
Mon, 26 Feb 2007 01:17:30 +0100 Mikael Hallendal Refactoring to clear up interface between LmSocket and LmConnection.
Sun, 25 Feb 2007 22:48:39 +0100 Mikael Hallendal Fixed potential problem if auth was not called from the open callback.
Sat, 24 Feb 2007 23:30:02 +0100 Mikael Hallendal Style fixes
Sat, 24 Feb 2007 22:43:07 +0100 Mikael Hallendal Refactored sending of the stream header.
Sat, 24 Feb 2007 18:42:12 +0100 Mikael Hallendal Slight code refactoring in _lm_connection_socket_result
Sat, 24 Feb 2007 16:51:06 +0100 Mikael Hallendal Make LmConnection accept not having a server set as long as JID is set.
Sat, 24 Feb 2007 16:23:01 +0100 Mikael Hallendal Make use_srv optional in LmSocket and plugged a leak.
Sat, 24 Feb 2007 04:07:54 +0100 Mikael Hallendal Correctly extract the server from a JID when resource is included.
Sat, 24 Feb 2007 04:03:49 +0100 Mikael Hallendal Correctly extract the server from a JID when resource is included.
Sat, 24 Feb 2007 03:31:53 +0100 Mikael Hallendal Free stream_id when freeing the connection.
Sat, 24 Feb 2007 03:26:02 +0100 Mikael Hallendal Merge branch 'master' of kenny.imendio.com:/var/git/public/projects/loudmouth into loudmouth-1-2
Sat, 24 Feb 2007 03:22:53 +0100 Mikael Hallendal Free stream_id when freeing the connection.
Sat, 24 Feb 2007 02:23:46 +0100 Mikael Hallendal Update the connection state after SASL authentication result.
Sat, 24 Feb 2007 01:19:06 +0100 Mikael Hallendal More style fixes to the SASL patch
Fri, 23 Feb 2007 23:50:34 +0100 Mikael Hallendal Renamed internal functions to conform to code style.
Fri, 23 Feb 2007 23:34:47 +0100 Mikael Hallendal Removed JID override from connection_bind_reply
Fri, 23 Feb 2007 23:32:42 +0100 Mikael Hallendal Some style fixes to the SASL patch.
Fri, 23 Feb 2007 16:58:30 +0100 Mikael Hallendal Added SASL-support to LmConnection, patch from Senko Rasic
Fri, 23 Feb 2007 13:37:26 +0100 Mikael Hallendal Added checks when freeing proxy and closing socket. Also free open_cb in cancel_open.
Fri, 23 Feb 2007 13:29:18 +0100 Mikael Hallendal Free open_cb correctly in connection_stream_received.
Wed, 21 Feb 2007 13:24:28 +0100 Mikael Hallendal Cleaned up lm_connection_unref_message_handler.
Mon, 12 Feb 2007 16:35:38 +0100 Mikael Hallendal Readd a check that was missed when fixing LM-71.
Mon, 12 Feb 2007 16:08:08 +0100 Mikael Hallendal Fix LM-71, read all incoming data at the same time.
Fri, 02 Feb 2007 15:16:48 +0100 Mikael Hallendal Imported LmConnection refactor from old repository.
Mon, 13 Nov 2006 22:55:10 +0000 hallski 2006-11-14 Mikael Hallendal <micke@imendio.com>
Sun, 22 Oct 2006 16:48:08 +0000 hallski 2006-10-22 Richard Hult <richard@imendio.com>
Mon, 16 Oct 2006 21:49:37 +0000 hallski 2006-10-16 Mikael Hallendal <micke@imendio.com>
Thu, 21 Sep 2006 11:45:40 +0000 hallski 2006-09-21 Mikael Hallendal <micke@imendio.com>
Thu, 21 Sep 2006 11:31:39 +0000 hallski 2006-09-21 Mikael Hallendal <micke@imendio.com>
Wed, 13 Sep 2006 13:14:13 +0000 hallski 2006-09-13 Mikael Hallendal <micke@imendio.com>
Fri, 01 Sep 2006 14:01:48 +0000 hallski 2006-09-01 Mikael Hallendal <micke@imendio.com>
Sun, 25 Jun 2006 10:28:28 +0000 hallski 2006-06-25 Mikael Hallendal <micke@imendio.com>
Sun, 25 Jun 2006 10:28:28 +0000 hallski 2006-06-25 Mikael Hallendal <micke@imendio.com>
Fri, 16 Jun 2006 09:21:33 +0000 hallski 2006-06-16 Mikael Hallendal <micke@imendio.com>
Tue, 06 Jun 2006 12:39:19 +0000 hallski 2006-06-06 Mikael Hallendal <micke@imendio.com>
Tue, 06 Jun 2006 12:39:19 +0000 hallski 2006-06-06 Mikael Hallendal <micke@imendio.com>
Sat, 27 May 2006 08:08:37 +0000 hallski 2006-05-26 Mikael Hallendal <micke@imendio.com>
Fri, 26 May 2006 14:16:56 +0000 hallski 2006-05-26 Mikael Hallendal <micke@imendio.com>
Wed, 19 Apr 2006 11:42:53 +0000 hallski 2006-04-19 Mikael Hallendal <micke@imendio.com>
less more (0) -100 -60 tip