Mon, 06 Oct 2008 02:17:36 +0200 Mikael Hallendal Added stubs for LmFeaturePing which will hold the XMPP Ping feature.
Mon, 06 Oct 2008 02:17:35 +0200 Frank Zschockelt Use XMPP Ping (XEP-0199) instead of white space ping for keep alive. [#15]
Mon, 06 Oct 2008 02:17:27 +0200 Mikael Hallendal Fixed a crash when lm_connection_close was called.
Mon, 06 Oct 2008 02:09:58 +0200 Mikael Hallendal Create connect_data in LmOldSocket, revert a segfault when working on LmResolver.
Mon, 06 Oct 2008 01:41:19 +0200 Mikael Hallendal Added _lm_connection_get_server that returns the server string.
Mon, 06 Oct 2008 01:13:17 +0200 Mikael Hallendal Added _lm_connection_get_context as internal function.
Sat, 04 Oct 2008 20:44:22 +0200 Jelmer Vernooij Fixed compile error when asyncns is not available [#17]
Thu, 28 Aug 2008 17:24:28 +0200 Mikael Hallendal Bumped version to 1.4.2
Thu, 28 Aug 2008 15:15:28 +0200 Andreas Köhler Make lm_sha_hash thread safe. Fixes LM-64
Thu, 28 Aug 2008 15:13:20 +0200 Andreas Köhler Make lm_sha_hash thread safe. Fixes LM-64
Thu, 28 Aug 2008 14:41:14 +0200 Frederic Peters Fixed a compiler warning with gcc 4.3. Fixes LM-127
Thu, 28 Aug 2008 14:40:25 +0200 Frederic Peters Fixed a compiler warning with gcc 4.3. Fixes LM-127
Thu, 28 Aug 2008 14:18:28 +0200 Leonid Evdokimov Use GError instead of polution console with gnutls printouts. Fixes LM-126.
Thu, 28 Aug 2008 14:17:04 +0200 Leonid Evdokimov Use GError instead of polution console with gnutls printouts. Fixes LM-126.
Thu, 28 Aug 2008 13:58:48 +0200 Frank Zschockelt Fixed problem with having NULL byte in SSL fingerprint, fixes LM-128.
Thu, 28 Aug 2008 13:58:43 +0200 Mikael Hallendal Use g_strndup instead of strndup in asyncns.c, fixes LM-129
Thu, 28 Aug 2008 13:54:08 +0200 Frank Zschockelt Fixed problem with having NULL byte in SSL fingerprint, fixes LM-128.
Thu, 28 Aug 2008 13:48:06 +0200 Mikael Hallendal Use g_strndup instead of strndup in asyncns.c, fixes LM-129
Thu, 28 Aug 2008 13:38:02 +0200 Mikael Hallendal Include netinet/in_systm.h in lm-sock.c, fixes LM-130.
Thu, 28 Aug 2008 13:37:51 +0200 Mikael Hallendal Attempt to use STARTTLS in lm-send-async and test-lm examples.
Thu, 28 Aug 2008 13:37:44 +0200 Mikael Hallendal Fixed the help string for --username in lm-send-async and test-lm examples
Thu, 28 Aug 2008 13:34:36 +0200 Mikael Hallendal Include netinet/in_systm.h in lm-sock.c, fixes LM-130.
Thu, 28 Aug 2008 11:14:07 +0200 Mikael Hallendal Attempt to use STARTTLS in lm-send-async and test-lm examples.
Thu, 28 Aug 2008 11:13:11 +0200 Mikael Hallendal Fixed the help string for --username in lm-send-async and test-lm examples
Thu, 28 Aug 2008 10:27:03 +0200 Mikael Hallendal Updated reference to GLib in README
Thu, 28 Aug 2008 10:22:43 +0200 Mikael Hallendal Added comment about SSL in README
Thu, 28 Aug 2008 10:21:42 +0200 Mikael Hallendal Added comment about SSL in README
Thu, 07 Aug 2008 14:19:01 +0200 Mikael Hallendal Changed lm_resolver_create_srv_string to be internal to LmResolvers
Tue, 05 Aug 2008 09:40:07 +0200 Mikael Hallendal Put a ref on the resolver while calling the callback.
Tue, 05 Aug 2008 01:06:53 +0200 Mikael Hallendal First cut of integrating the new resolver in LmOldSocket
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.
(0) -300 -100 -60 +60 +100 tip