log libpurple/protocols/msn/httpconn.c @ 30318:76049fde7ad2

age author description
Tue, 21 Jul 2009 04:31:27 +0000 Elliott Sales de Andrade Propagate connect errors from the MSN proxy callback to the servconn error
Fri, 10 Jul 2009 00:51:31 +0000 Elliott Sales de Andrade Change all MSN_DEBUG_* messages to use the new purple_debug_is_verbose call
Sat, 02 May 2009 19:39:45 +0000 Daniel Atallah Prevent a NUL ptr deref caused by a malformed session_id.
Sat, 15 Nov 2008 16:15:33 +0000 Mark Doliner Separate the parsing of data into a separate function from the reading of
Sat, 15 Nov 2008 09:44:05 +0000 Mark Doliner Make the two "read_cb()" functions more similar, and fix a rare
Sat, 15 Nov 2008 03:17:51 +0000 Mark Doliner Make this function match read_cb() in servconn.c. The bottom halves of
Sat, 15 Nov 2008 02:44:58 +0000 Mark Doliner It's not appropriate to set processing to TRUE here, either.
Thu, 13 Nov 2008 08:26:12 +0000 Mark Doliner Use purple_timeout_add_seconds() instead of purple_timeout_add() in a
Wed, 12 Nov 2008 09:40:05 +0000 Mark Doliner It should be more efficient to just use g_mallc() and then manually
Wed, 12 Nov 2008 09:32:10 +0000 Mark Doliner Move a few lines to eliminate the need for the "wasted" variable here.
Sun, 10 Aug 2008 04:59:17 +0000 Elliott Sales de Andrade Fix up some types.
Mon, 14 Jul 2008 04:08:30 +0000 Elliott Sales de Andrade When connecting to MSN with the HTTP method, the payload length was not
Mon, 23 Jun 2008 05:36:52 +0000 Elliott Sales de Andrade Clean up some #define's in msn.h and various supporting changes.
Mon, 12 May 2008 02:24:20 +0000 Daniel Atallah Build fixes for MSVC
Thu, 18 Oct 2007 20:20:57 +0000 Daniel Atallah Fix some leaks caused by misuse of g_list_remove_link() instead of g_list_delete_link().