log libpurple/protocols/msn/contact.c @ 20666:0e1bc5c51030

age author description
Thu, 27 Sep 2007 04:41:04 +0000 Daniel Atallah A few leak plugs, some unnecessary allocation prevention, null pointer deref fixes and general robustness fixes. I'm sure there is more to do here, I got tired... Fixes #3308
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, 24 Oct 2007 06:35:54 +0000 Ka-Hing Cheung finish converting the rest of stuff to the new soap api, signing on, getting
Sun, 09 Sep 2007 01:42:46 +0000 Ka-Hing Cheung cleans up ownership of soap callback data, this soap stuff is perfect
Sun, 09 Sep 2007 00:43:22 +0000 Sadrul Habib Chowdhury Fix some memory leaks. Free xmlnodes properly using xmlnode_free instead of
Sat, 08 Sep 2007 03:34:49 +0000 Sadrul Habib Chowdhury Plug memory leaks.
Mon, 03 Sep 2007 20:32:57 +0000 Carlos Silva Fix a bug where we were g_strdup'ing a previously freed pointer. Thanks to khc for the debugging.