log libpurple/protocols/msn/soap2.c @ 22808:f62a4a7fe365

age author description
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?