log

age author description
Thu, 22 Dec 2011 08:39:45 +0000 Elliott Sales de Andrade Remove dead assignments found with clang-analyzer.
Thu, 22 Dec 2011 07:55:41 +0000 Elliott Sales de Andrade It seems like we should be using this color tag for something...
Thu, 22 Dec 2011 07:40:15 +0000 Elliott Sales de Andrade It seems to me this should be new_alias, not alias.
Thu, 22 Dec 2011 07:31:50 +0000 Elliott Sales de Andrade Initialize parent_iter to prevent clang-analyzer from complaining.
Thu, 22 Dec 2011 07:14:31 +0000 Elliott Sales de Andrade Fix a possible malloc(0). Not too sure if this can happen, though.
Thu, 22 Dec 2011 06:28:12 +0000 Elliott Sales de Andrade Fix some leaks in XMPP caps hashing, as pointed out by max ulidtko.
Thu, 22 Dec 2011 06:14:38 +0000 Elliott Sales de Andrade Use g_list_prepend, since we're going to sort this list afterwards.