Mercurial > pidgin.yaz
log libpurple/protocols/msn/slpmsg_part.c @ 31293:6814678f3c63
age | author | description |
---|---|---|
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. |