Wed, 22 Oct 2008 14:08:45 +0200 Mikael Hallendal Made type property on LmResolver settable after creation.
Wed, 22 Oct 2008 13:23:36 +0200 Mikael Hallendal Silence git from generated files
Wed, 22 Oct 2008 13:22:13 +0200 Mikael Hallendal Added support for Dolt in the build process.
Wed, 22 Oct 2008 13:12:40 +0200 Mikael Hallendal Added test code for lm-data-objects
Tue, 21 Oct 2008 15:47:01 +0200 Mikael Hallendal Added lm-data-objects.[ch] for parameter objects
Tue, 21 Oct 2008 02:38:48 +0200 Mikael Hallendal Minor style fix
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.
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.
(0) -120 +120 tip