log libpurple/protocols/msn/slpmsg_part.c @ 31375:4e097dfb7784

age author description
Sun, 21 Nov 2010 08:47:08 +0000 Elliott Sales de Andrade Fix some leaks. Header and footer are allocated, copied and not freed.
Tue, 10 Aug 2010 18:01:01 +0000 Mark Doliner ref_count is an int
Fri, 06 Aug 2010 00:07:39 +0000 masca Get rid of the Flags field in the SlpMessage in favor of the one in the Header.
Thu, 05 Aug 2010 23:58:21 +0000 masca Use the flag util function here too.
Wed, 04 Aug 2010 04:30:03 +0000 masca Use the SlpMessage header offset only instead of it and the one on the SlpMessage when sending it. This fixes sending big data which needs to be split in multiple messages.
Wed, 07 Jul 2010 21:04:57 +0000 masca Add a ref to the part at sbconn and add some debug output.
Tue, 06 Jul 2010 19:00:21 +0000 masca Add support to ref/unref SlpMessageParts.
Mon, 05 Jul 2010 21:35:46 +0000 masca Properly set the body_len of the SlpMessagePart, this set correctly the footer value.
Sat, 03 Jul 2010 06:55:33 +0000 masca Update tmp pointer after reading the header.
Tue, 22 Jun 2010 22:54:17 +0000 masca Destroying Parts return silently when it's passed a NULL pointer.
Tue, 22 Jun 2010 22:44:13 +0000 masca Fix typo.
Wed, 16 Jun 2010 21:25:11 +0000 masca Introduce SlpMessagePart, It will replace MsnMessage in every Slp related code so MsnMessage just get used where it makes sense, in the Switchboard.