log

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.
Wed, 07 Jul 2010 21:03:15 +0000 masca Fix some field sizes in P2Pv2 header.
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.
Mon, 05 Jul 2010 22:00:10 +0000 masca Documetn P2P Application ID in a enum and use it instead of 'magic numbers'.
Mon, 05 Jul 2010 21:35:46 +0000 masca Properly set the body_len of the SlpMessagePart, this set correctly the footer value.
Mon, 05 Jul 2010 20:52:35 +0000 masca Remove the header and footer from the length of the mesage.
Mon, 05 Jul 2010 20:09:20 +0000 masca Add some more flag definitions to the p2p flags.
Sat, 03 Jul 2010 06:55:33 +0000 masca Update tmp pointer after reading the header.
Sat, 03 Jul 2010 05:22:58 +0000 masca Add initial P2Pv2 header definition.
Thu, 01 Jul 2010 00:53:28 +0000 masca Send buffer data when the message is not a xfer.
Thu, 01 Jul 2010 00:50:39 +0000 masca Use the real ack callback.
Wed, 30 Jun 2010 20:41:58 +0000 masca Add a function that will help debug of SlpMessages.
Tue, 29 Jun 2010 23:33:52 +0000 masca Move queue logic in requesting user display out of slp code.
Tue, 29 Jun 2010 22:25:24 +0000 masca Remove this prototipe and make the function static since it is not exposed anymore.
Tue, 29 Jun 2010 22:24:05 +0000 masca Move slp parsing and answering code down the stack to SlpCall. This simplify a lot slp.c.
Tue, 29 Jun 2010 22:18:22 +0000 masca Move msn_xfer code to it's own module aiming to simplify slp code.
Thu, 24 Jun 2010 00:41:07 +0000 masca Move file request up in the stack.
Thu, 24 Jun 2010 00:12:45 +0000 masca Hide msn_slplink_destroy and use the unref version everywhere.
Wed, 23 Jun 2010 23:35:13 +0000 masca Remove unneeded include.
Wed, 23 Jun 2010 22:47:49 +0000 masca Remove all unneeded MsnMessage related code that was replaced by SlpParts.
Tue, 22 Jun 2010 23:23:15 +0000 masca Remove uneeded include.
Tue, 22 Jun 2010 23:09:36 +0000 masca Fix debug_*_to_file to process SlpMessages instead of MsnMessages.
Tue, 22 Jun 2010 23:00:10 +0000 masca Remove msgs list from SlpMessage.
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:28 +0000 masca Destroy Parts when the SlpMessage is destroyed.
Tue, 22 Jun 2010 22:44:13 +0000 masca Fix typo.
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.