log libpurple/protocols/msn/httpconn.c @ 32819:2c6510167895 default tip

age author description
Tue, 18 Oct 2011 20:25:41 +0000 andrew victor Add a purple_connection_update_last_received() function to update the
Sat, 01 Oct 2011 21:11:11 +0000 andrew victor Fix for previous commit.
Sat, 01 Oct 2011 21:04:35 +0000 andrew victor Convert code to use the purple_account accessor functions.
Thu, 18 Aug 2011 08:45:22 +0000 Mark Doliner Fix incorrect handling of HTTP 100 responses when using the HTTP
Tue, 07 Jun 2011 08:13:59 +0000 Mark Doliner Fix a potential null pointer dereference in the MSN protocol, discovered
Sat, 27 Nov 2010 07:56:27 +0000 Elliott Sales de Andrade These new files are missing GPL headers. And fix a couple incorrect
Mon, 23 Aug 2010 00:52:24 +0000 Elliott Sales de Andrade Kill off many dead assignments and any useless remaining variables.
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