Tue, 21 Oct 2008 02:21:09 +0200 Mikael Hallendal Added some TODO items and minor style fixes
Mon, 20 Oct 2008 17:48:04 +0200 Mikael Hallendal Style fix in lm_connection_new
Mon, 20 Oct 2008 17:44:28 +0200 Mikael Hallendal Removed unneeded initializers in lm_connection_new
Tue, 14 Oct 2008 19:30:30 +0200 Mikael Hallendal More styling
Tue, 14 Oct 2008 18:35:47 +0200 Mikael Hallendal More style fixes
Mon, 13 Oct 2008 12:01:56 +0200 Mikael Hallendal Style fixes
Mon, 13 Oct 2008 02:49:23 +0200 Mikael Hallendal Fixed root Makefile
Mon, 13 Oct 2008 02:48:58 +0200 Mikael Hallendal Fixed root Makefile
Sat, 11 Oct 2008 14:47:23 +0200 Mikael Hallendal Moved Makefile.decl to build sub directory and created a Makefile.am.lm
Sat, 11 Oct 2008 13:20:15 +0200 Mikael Hallendal More cleaning up in Makefiles
Sat, 11 Oct 2008 13:14:29 +0200 Mikael Hallendal More cleaning up in Makefile
Fri, 10 Oct 2008 23:22:00 +0200 Mikael Hallendal Further cleanup of Makefile.am
Fri, 10 Oct 2008 23:13:03 +0200 Mikael Hallendal Updated the build system to use a build directory and a common marshal Makefile.
Fri, 10 Oct 2008 20:31:18 +0200 Mikael Hallendal Removed old .cvsignore file
Fri, 10 Oct 2008 12:33:53 +0200 Mikael Hallendal Removed unused defines in lm-connection.c
Wed, 08 Oct 2008 13:11:02 +0200 Mikael Hallendal Went over all of the files and made sure they all were indented the same way.
Wed, 08 Oct 2008 12:44:10 +0200 Mikael Hallendal Make the emacs header changes to tests and examples
Wed, 08 Oct 2008 12:43:12 +0200 Mikael Hallendal Change the tab width to 4 steps in the emacs headers
Wed, 08 Oct 2008 12:34:50 +0200 Mikael Hallendal Change the emacs format string to use space instead of tab for indentation
Mon, 06 Oct 2008 22:00:49 +0200 Frank Zschockelt Allow replies to non-iq stanzas. [#22]
Mon, 06 Oct 2008 21:54:34 +0200 Frank Zschockelt Allow replies to non-iq stanzas. [#22]
Mon, 06 Oct 2008 21:52:49 +0200 Mikael Hallendal Updated copyright years
Mon, 06 Oct 2008 11:31:46 +0200 Jelmer Vernooij Use SASL before old style auth if both are supported. [#19]
Mon, 06 Oct 2008 11:28:45 +0200 Jelmer Vernooij Use SASL before old style auth if both are supported. [#19]
Mon, 06 Oct 2008 02:17:36 +0200 Mikael Hallendal Fixed a crash LmFeaturePing.
Mon, 06 Oct 2008 02:17:36 +0200 Mikael Hallendal Cleaned up the moved XMPP Ping code from LmConnection and hooked up the LmFeaturePing object.
Mon, 06 Oct 2008 02:17:36 +0200 Mikael Hallendal Added the code from LmConnection to send and receive the XMPP Ping to LmFeaturePing.
Mon, 06 Oct 2008 02:17:36 +0200 Mikael Hallendal Added properties, signals and start/stop calls to LmFeaturePing.
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.
(0) -300 -100 -60 +60 +100 tip