log

age author description
Tue, 24 May 2011 01:48:26 +0000 Paul Aurich merge of 'b8354dfc19eecdfd2aecfdb2685fbd78b9010587'
Tue, 24 May 2011 01:46:25 +0000 Paul Aurich media/backend-fs2: Better fix for the NULL deref crash here.
Fri, 20 May 2011 22:29:29 +0000 Elliott Sales de Andrade Remove some struct packing from code that does login. I think this is
Fri, 20 May 2011 04:19:13 +0000 Paul Aurich I will compile before committing. I will compile before committing.
Thu, 19 May 2011 04:18:26 +0000 Paul Aurich Fix another leak
Thu, 19 May 2011 04:16:15 +0000 Paul Aurich oscar: Fix the leak of 'alias' in this function
Fri, 13 May 2011 07:19:46 +0000 Mark Doliner Hmm. It seems I missed some translations from Transifex. Now I'm
Fri, 13 May 2011 04:33:20 +0000 masca NEWS
Fri, 13 May 2011 04:32:48 +0000 masca Fix a bug where the tooltip is destroyed when it have a lot of information. Fixes #10510
Thu, 12 May 2011 12:47:40 +0000 John Bailey Fix my typo pointed out by kstange.
Thu, 12 May 2011 07:39:19 +0000 Bj«Órn Voigt German translation update
Thu, 12 May 2011 04:15:21 +0000 John Bailey NEWSing.
Thu, 12 May 2011 03:42:11 +0000 Paul Aurich NEWS, NEWS, get 'ya news!
Thu, 12 May 2011 03:16:21 +0000 Paul Aurich Elliott suggested ISO-8859-2 as being more correct here.
Thu, 12 May 2011 02:58:42 +0000 Paul Aurich merge of '75fc33a55bbcdb1cd95b14f424826226c67018b0'
Thu, 12 May 2011 02:31:25 +0000 Ka-Hing Cheung merge of '28fe114c65c7f5fa3fdc6a89311c370b76a1c371'
Wed, 11 May 2011 05:43:38 +0000 Ka-Hing Cheung You know, I've been telling myself that I am going to get back to
Thu, 12 May 2011 02:58:18 +0000 Paul Aurich Added Croatian translation from Sabina Drempeti««. Closes #13595
Thu, 12 May 2011 01:21:50 +0000 Paul Aurich media: Fix a NULL pointer deref crash, and add diagnostic logging.
Wed, 11 May 2011 09:29:47 +0000 Mark Doliner Fix setting icons with dimensions greater than 64x64 pixels by scaling
Wed, 11 May 2011 07:50:55 +0000 Mark Doliner Add changelog entries for the translators who commited their updates
Wed, 11 May 2011 05:04:43 +0000 Paul Aurich Get rid of a few other dead variables.
Wed, 11 May 2011 05:00:06 +0000 Paul Aurich msn: Avoid reading uninit memory.
Wed, 11 May 2011 04:42:07 +0000 Paul Aurich silc: Dead (redundant) initialization
Wed, 11 May 2011 04:35:06 +0000 Paul Aurich merge of '499902f7613784436d3ab1e47339e2822f695102'
Wed, 11 May 2011 03:49:44 +0000 Elliott Sales de Andrade Small space to tab changes.
Wed, 11 May 2011 04:34:39 +0000 Paul Aurich mxit: Audited the rest of mxit for glib/libc mixing of alloc/free
Wed, 11 May 2011 04:32:30 +0000 Paul Aurich mxit/protocols: Use g_realloc, as these are freed with g_free
Wed, 11 May 2011 04:29:56 +0000 Paul Aurich silc: Avoid calling strstr(NULL, ...) if chname isn't set.
Wed, 11 May 2011 04:20:12 +0000 Paul Aurich jabber/caps: Reorganize for the purpose of making clang's analyzer happier