Fri, 17 Dec 2010 07:49:47 +0000 |
Elliott Sales de Andrade |
Change SLP P2P functions to use the new buffer access functions
|
Thu, 16 Dec 2010 00:14:49 +0000 |
Elliott Sales de Andrade |
Correct the ref counts on the SlpMsgParts. When it's removed from the
|
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 04:17:59 +0000 |
Elliott Sales de Andrade |
As Mark did before, we probably don't need a return value from these
|
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, 22 Nov 2010 02:39:10 +0000 |
Elliott Sales de Andrade |
Fix the possible leak in the function that's actually used.
|
Sun, 21 Nov 2010 09:56:48 +0000 |
Elliott Sales de Andrade |
Fix a lot more leaks, some old, some new.
|
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.
|