log libpurple/protocols/msn/soap.c @ 25077:6356f402079c

age author description
Sat, 03 May 2008 02:12:26 +0000 John Bailey This cleans up a bunch of warnings that stem from the fact that size_t and
Tue, 18 Dec 2007 15:56:06 +0000 Stu Tomlinson Move some curly braces around so static analysis tools can properly detect
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Wed, 24 Oct 2007 02:48:32 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head 267f2e22b77cc35309c41a034169f74faaa46e1f)
Sun, 14 Oct 2007 22:18:59 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head cf95a43fbd6666b7d2e750c182d7b85b047582c0)
Thu, 04 Oct 2007 06:13:01 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head cd2be742f6c45c200000003fc5a6341297bbe857)
Fri, 19 Oct 2007 03:03:45 +0000 Kevin Stange Fix compile with --enable-debug
Thu, 18 Oct 2007 23:51:10 +0000 Daniel Atallah Fix some leaks and prevent some unnecessary allocations and frees.
Mon, 08 Oct 2007 15:34:58 +0000 Daniel Atallah Fix leak when initializing msn soap request.
Thu, 04 Oct 2007 02:42:15 +0000 Carlos Silva merge of '701fb7aea7a77b05725227038ec645441c76668c'
Thu, 04 Oct 2007 01:40:20 +0000 Carlos Silva Correctly remove a buddy from the Pending list after it is accepted.
Thu, 04 Oct 2007 01:12:08 +0000 Daniel Atallah Cleanup the SOAP SSL flag to be a gboolean for clarity. Various sanity checks, sanity checking and I think a couple leak fixes too for the offline IM code.
Wed, 03 Oct 2007 00:33:44 +0000 Sean Egan Hylke made a new win32 installer pixmap
Wed, 19 Sep 2007 06:08:42 +0000 Carlos Silva Make use of the GQueue in MsnSoapConn to manage the SOAP requests, allowing them to work perfectly even when dispatching multiple requests at once.
Wed, 19 Sep 2007 06:20:08 +0000 Ka-Hing Cheung beginning of soap layer rewrite, does that even compile?