Mercurial > pidgin
graph
-
Add a ref to the part at sbconn and add some debug output.2010-07-07, by masca
-
Fix some field sizes in P2Pv2 header.2010-07-07, by masca
-
Add support to ref/unref SlpMessageParts.2010-07-06, by masca
-
Set the correct length of the data before calling the function to process it.2010-07-06, by masca
-
Print SLP data as text if it's a negociating session message.2010-07-06, by masca
-
Documetn P2P Application ID in a enum and use it instead of 'magic numbers'.2010-07-05, by masca
-
Remove the header and footer from the length of the mesage.2010-07-05, by masca
-
Add some more flag definitions to the p2p flags.2010-07-05, by masca
-
Update tmp pointer after reading the header.2010-07-03, by masca
-
Add initial P2Pv2 header definition.2010-07-03, by masca
-
Send buffer data when the message is not a xfer.2010-07-01, by masca
-
Use the real ack callback.2010-07-01, by masca
-
Add a function that will help debug of SlpMessages.2010-06-30, by masca
-
Move queue logic in requesting user display out of slp code.2010-06-29, by masca
-
Remove this prototipe and make the function static since it is not exposed anymore.2010-06-29, by masca
-
Move msn_xfer code to it's own module aiming to simplify slp code.2010-06-29, by masca
-
Move file request up in the stack.2010-06-24, by masca
-
Hide msn_slplink_destroy and use the unref version everywhere.2010-06-24, by masca
-
Remove unneeded include.2010-06-23, by masca
-
Remove all unneeded MsnMessage related code that was replaced by SlpParts.2010-06-23, by masca
-
Remove uneeded include.2010-06-22, by masca
-
Fix debug_*_to_file to process SlpMessages instead of MsnMessages.2010-06-22, by masca
-
Remove msgs list from SlpMessage.2010-06-22, by masca
-
Destroying Parts return silently when it's passed a NULL pointer.2010-06-22, by masca
-
Destroy Parts when the SlpMessage is destroyed.2010-06-22, by masca
-
Fix typo.2010-06-22, by masca
-
Destroy Part when the Message is destroyed.2010-06-22, by masca
-
Fix a bad behavior when talking with users using multiple locations. The2010-06-21, by masca
-
Move an user utility function to User.2010-06-19, by masca
-
Fix a missing semicolon.2010-06-19, by masca
-
Move sending messages via SB to SBConn.2010-06-19, by masca
-
Move this function definitions where they belong.2010-06-19, by masca
-
MsnMessage is not needed anymore by SlpMessage.2010-06-19, by masca
-
Move MsnMessage callbacks to msn.c instead of polluting everywhere.2010-06-19, by masca
-
This header is needed to know the max size of a part.2010-06-19, by masca
-
Avoid magic numbers.2010-06-19, by masca
-
Move Switchboard callbacks out of Slp code.2010-06-19, by masca
-
Remove the MsnMessage from SlpMessage.2010-06-19, by masca
-
Remove msn.h dependency from DirectConn.2010-06-17, by masca
-
Fix slp.h headers so it have anything it needs on its own.2010-06-17, by masca
-
Reomove MsnMessage reference from DirectConn.2010-06-17, by masca
-
This bit must be migrated too.2010-06-17, by masca
-
Msg->slpmsg is not valid anymore, use part.2010-06-16, by masca
-
Migrate MsnMessage code to use Parts instead of the whole SlpMessage.2010-06-16, by masca
-
Add support for Parts in the MsnSlpMessages and MsnMessages structs.2010-06-16, by masca
-
Add a P2PFooter size define.2010-06-16, by masca
-
Add support in SBConn to send parts instead of messages.2010-06-16, by masca
-
Manage sending messages trough switchboard in sbconn.2010-06-15, by masca
-
Document SlpMessage size limits.2010-06-15, by masca
-
Move MsnMessage stuff out of slplink to SBConn.2010-06-15, by masca
-
Use better function names.2010-06-12, by masca
-
Move more SlpMessage creation to its module.2010-06-12, by masca