log libpurple/protocols/msn/httpconn.c @ 32768:50cd80d3554e

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
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().
Mon, 15 Oct 2007 03:07:16 +0000 Daniel Atallah More leak fixes.
Mon, 15 Oct 2007 00:31:34 +0000 Daniel Atallah Fix some leaks.
Fri, 28 Sep 2007 15:48:01 +0000 Richard Laager applied changes from b23d40378bee58e6e5a79f04f532b50daf43f802
Thu, 13 Sep 2007 03:02:34 +0000 Daniel Atallah A fix from Laszlo Pandy to make the MSN HTTP Method work again. Fixes #2638 and should make a number of people happy. This introduces a new string that isn't marked as translatable for 2.2.0 because it is so late in the game.
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/