Mon, 09 May 2011 22:56:29 +0000 |
Elliott Sales de Andrade |
Getting the P2P version is probably the slplink's job, since it has
|
Mon, 09 May 2011 22:17:03 +0000 |
Elliott Sales de Andrade |
I've always wondered why the SB layer was parsing the P2P stuff, when
|
Mon, 09 May 2011 08:06:27 +0000 |
Elliott Sales de Andrade |
Get the P2P version based on the user. Still hard-coded as v1 though.
|
Mon, 14 Mar 2011 01:04:08 +0000 |
Elliott Sales de Andrade |
Check for SlpMsgPart before printing it to the debug log. This would
|
Thu, 20 Jan 2011 06:43:45 +0000 |
Elliott Sales de Andrade |
Try to hide all P2P fields away behind accessor functions.
|
Tue, 04 Jan 2011 06:55:30 +0000 |
Richard Laager |
Remove trailing whitespace
|
Wed, 15 Dec 2010 23:10:13 +0000 |
Elliott Sales de Andrade |
Use the unref functions everywhere, instead of destroy. I also removed
|
Wed, 15 Dec 2010 22:10:55 +0000 |
Elliott Sales de Andrade |
I son't think we need this function anymore.
|
Wed, 15 Dec 2010 22:04:08 +0000 |
Elliott Sales de Andrade |
Fix typo
|
Wed, 15 Dec 2010 04:17:59 +0000 |
Elliott Sales de Andrade |
As Mark did before, we probably don't need a return value from these
|
Mon, 22 Nov 2010 07:43:56 +0000 |
Mark Doliner |
Nothing uses this return value, so stop returning it. I think it's weird
|
Mon, 22 Nov 2010 07:40:23 +0000 |
Mark Doliner |
msn_message_destroy() calls msn_message_unref() if refcount>0. This is
|
Sun, 21 Nov 2010 09:56:48 +0000 |
Elliott Sales de Andrade |
Fix a lot more leaks, some old, some new.
|
Thu, 04 Nov 2010 04:50:18 +0000 |
Elliott Sales de Andrade |
One more dead assignment.
|
Thu, 29 Jul 2010 00:12:54 +0000 |
masca |
Process SlpMessageParts, a sequence of parts will generate a SlpMessage.
|
Wed, 07 Jul 2010 21:08:26 +0000 |
masca |
A Message may not have a part, use destroy which return silently when part == NULL instead of asserting.
|
Tue, 06 Jul 2010 19:00:21 +0000 |
masca |
Add support to ref/unref SlpMessageParts.
|
Tue, 06 Jul 2010 18:56:58 +0000 |
masca |
Set the correct length of the data before calling the function to process it.
|
Tue, 06 Jul 2010 18:51:44 +0000 |
masca |
Print SLP data as text if it's a negociating session message.
|
Tue, 22 Jun 2010 22:39:28 +0000 |
masca |
Destroy Part when the Message is destroyed.
|
Tue, 22 Jun 2010 22:03:55 +0000 |
masca |
Prevent a crash, this should never happen. It needs a little more work before being fixed.
|
Sat, 19 Jun 2010 22:29:55 +0000 |
masca |
Move MsnMessage callbacks to msn.c instead of polluting everywhere.
|
Wed, 16 Jun 2010 22:12:07 +0000 |
masca |
Migrate MsnMessage code to use Parts instead of the whole SlpMessage.
|
Wed, 09 Jun 2010 22:59:16 +0000 |
masca |
Remove replaced code.
|
Tue, 08 Jun 2010 21:32:12 +0000 |
masca |
Use slp parse code that was just moved to SlpMessage since it belongs there
|
Fri, 04 Jun 2010 00:21:00 +0000 |
masca |
Use convenient p2p functions to avoid code here. There is a lot more code duplication to fix here.
|
Thu, 03 Jun 2010 21:50:45 +0000 |
masca |
Drop Binary from the struct name.
|
Thu, 03 Jun 2010 21:44:36 +0000 |
masca |
Drop MsnSlpFooter in favor of MsnP2pFooter.
|
Thu, 03 Jun 2010 21:41:43 +0000 |
masca |
Drop MsnSlpHeader in favor of MsnP2pBinaryHeader.
|
Fri, 28 May 2010 22:45:52 +0000 |
masca |
Include internal.h on each c file to avoid windows breakage as recommended by Daniel.
|