log libpurple/protocols/jabber/roster.c @ 17814:d495103dcf88

age author description
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Tue, 13 Mar 2007 07:19:06 +0000 Mark Doliner Don't use g_list_length() and g_slist_length() when all you want to
Wed, 14 Feb 2007 04:26:10 +0000 Evan Schoenberg Fix problem with the previous leak fix pointed out by Etan.
Tue, 13 Feb 2007 22:19:26 +0000 Evan Schoenberg Fixed 3 Jabber memory leaks: in jabber_roster_parse(), there's no need to g_strdup() this normalized jid since it's only used immediately, and there was no correspoding g_free(). When removing an id from jbi->ids, its data should always be freed. Finally, gaim_str_seconds_to_string() returns retained memory -- we must free the returned pointer when we're done using it.
Sun, 04 Feb 2007 18:33:44 +0000 Mark Doliner Rename this function to something that makes more sense to me
Fri, 02 Feb 2007 22:16:10 +0000 Sean Egan Didn't mean to ci that
Fri, 02 Feb 2007 21:38:52 +0000 Sean Egan Add the icons
Tue, 30 Jan 2007 21:04:04 +0000 Sean Egan Make deleting Google Talk buddies work
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/