log libpurple/protocols/yahoo/yahoo_aliases.c @ 22807:0b11895cc564

age author description
Sat, 03 May 2008 21:03:13 +0000 Daniel Atallah Leak fixes. Avoid creating an unnecessary parallel data structure to YahooFriend.
Fri, 02 May 2008 22:01:01 +0000 Daniel Atallah Leak fixes.
Sun, 16 Mar 2008 20:36:52 +0000 Mark Doliner Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
Sun, 24 Feb 2008 18:21:02 +0000 John Bailey merge of '4bc84ea5ca10129cd5e46b2f0f8f8e6b6a9146b3'
Thu, 17 Jan 2008 06:17:02 +0000 John Bailey Plug a leak.
Thu, 17 Jan 2008 05:53:12 +0000 John Bailey disapproval of revision '947ccb889812585e6d53eac13fc12734d8481e33'
Wed, 16 Jan 2008 06:58:48 +0000 John Bailey Remove `yahoo_convert_to_numeric`, which I apparently did not examine closely
Wed, 16 Jan 2008 06:29:52 +0000 John Bailey Get rid of an unnecessary allocation.
Tue, 15 Jan 2008 17:42:20 +0000 John Bailey Patch from Yusuke Odate, modified by me, to support retrieving the full
Sun, 24 Feb 2008 18:20:52 +0000 John Bailey A patch from Gideon N. Guillen, with some minor modifications from me. This
Sat, 10 Nov 2007 04:52:20 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
Fri, 26 Oct 2007 05:22:26 +0000 Ka-Hing Cheung Another patch from Andrew Gaul that plugs a leak:
Thu, 25 Oct 2007 23:28:01 +0000 Daniel Atallah Fix a crash that occurs when the HTTP call to set/get yahoo aliases fails. When purple_util_fetch_url_request() returns NULL, it has already triggered the callback. Fixes #3668.
Wed, 10 Oct 2007 01:16:06 +0000 Daniel Atallah Prevent null ptr deref (CID 336).
Wed, 10 Oct 2007 01:14:34 +0000 Daniel Atallah Clarify code to remove unnecessary check (CID 309).
Sat, 20 Oct 2007 15:57:22 +0000 Luke Schierer applied changes from 9d35dde0c779cca73548172223ba557f27d61882
Fri, 28 Sep 2007 15:47:39 +0000 Richard Laager applied changes from ae2654a1c8a8119292950ba10857627abf2915f8
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 01 Aug 2007 06:23:02 +0000 Mark Doliner Get rid of this compile warning:
Wed, 01 Aug 2007 01:32:07 +0000 Sean Egan Yahoo server-side aliases patch from John Moody. Fixes #1653 Thanks!