log libpurple/protocols/msn/soap2.c @ 23523:31b5a1334e7e

age author description
Sat, 14 Jun 2008 07:47:38 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head 5387bc28fa09b238593c3dc292863ec3ce5f3c4e)
Wed, 14 May 2008 05:06:29 +0000 Ka-Hing Cheung patch from QuLogic, references #4875
Wed, 14 May 2008 04:39:54 +0000 Ka-Hing Cheung Patch from tomgr to resend once if the connection is down, fixes #5379
Wed, 14 May 2008 04:38:26 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head e1c49c9ec5c6869ed9813feccd8ee41d2ca40f35)
Sat, 12 Jan 2008 23:26:29 +0000 Elliott Sales de Andrade References #4382, replaces usage of msn_soap_xml_get with xmlnode_get_child
Wed, 26 Dec 2007 02:30:07 +0000 Ka-Hing Cheung fixed a memleak or 3, or maybe 4, or 5. Some of these applies to the p14
Wed, 26 Dec 2007 02:01:28 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head a010c035a70dfe57b673c5c5564b4aff8cc1d400)
Wed, 26 Dec 2007 00:34:50 +0000 Elliott Sales de Andrade Patch 3 from Qulogic, this one updates contact list actions to use ticket
Sun, 08 Jun 2008 22:52:01 +0000 Ka-Hing Cheung Patch from tomgr and Maiku that workarounds some OS X issue,
Mon, 12 May 2008 02:24:20 +0000 Daniel Atallah Build fixes for MSVC
Sat, 03 May 2008 23:51:43 +0000 Daniel Atallah Fix a number of leaks. As far as I can tell, MSNP14 now logs in without
Wed, 26 Dec 2007 01:19:18 +0000 Ka-Hing Cheung fix a double free
Mon, 19 Nov 2007 02:45:41 +0000 Ka-Hing Cheung soap faults are now properly handled
Sat, 03 Nov 2007 20:55:15 +0000 Ka-Hing Cheung read as much from the fd as possible if we get a read event, hopefully will
Sat, 03 Nov 2007 19:46:57 +0000 Stu Tomlinson #include "internal.h" to get a definition for G_GNUC_NULL_TERMINATED where
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Sat, 03 Nov 2007 05:37:59 +0000 Ka-Hing Cheung initialize a variable to NULL, and not crash when you move a buddy to a new
Wed, 24 Oct 2007 06:35:54 +0000 Ka-Hing Cheung finish converting the rest of stuff to the new soap api, signing on, getting
Wed, 03 Oct 2007 05:05:35 +0000 Ka-Hing Cheung fix a memleak or 2
Mon, 01 Oct 2007 07:20:35 +0000 Ka-Hing Cheung oim migrated to new soap code, quadruply duplicated message!
Mon, 01 Oct 2007 01:22:37 +0000 Ka-Hing Cheung cleanup soap connection with a timeout
Mon, 01 Oct 2007 00:29:44 +0000 Ka-Hing Cheung signs on!
Fri, 28 Sep 2007 05:51:49 +0000 Ka-Hing Cheung the new soap code finally doesn't crash on startup, still can't
Mon, 24 Sep 2007 06:04:54 +0000 Ka-Hing Cheung handle unauthenticated soap connection
Mon, 24 Sep 2007 05:29:07 +0000 Ka-Hing Cheung removes public handle to soap connection, instead a connection is looked up
Fri, 21 Sep 2007 06:50:40 +0000 Ka-Hing Cheung mostly done with soap level parsing, compiles
Wed, 19 Sep 2007 06:20:08 +0000 Ka-Hing Cheung beginning of soap layer rewrite, does that even compile?