summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-01Handle partial data bufferingdrf-tubes-ice-udpDario Freddi1-1/+72
2012-08-31Handle memory correctly when dealing with local buffersDario Freddi1-16/+8
2012-08-31Actually implement the transport blocking featureDario Freddi1-1/+21
2012-08-31Make nice_send_common really commonDario Freddi1-12/+7
2012-08-30Handle id size gracefullyDario Freddi3-13/+13
2012-08-30Add a type property to jingle-tubeDario Freddi2-4/+32
2012-08-30Unbreak parameters handling againDario Freddi1-9/+9
2012-08-30Remove leftovers from GTalk implDario Freddi1-4/+1
2012-08-30Dispose objects properlyDario Freddi1-0/+9
2012-08-30Fix some mistakes outlined by make checkDario Freddi2-3/+3
2012-08-30Clean up debug messagesDario Freddi1-14/+0
2012-08-30Use the correct capability setDario Freddi5-12/+23
2012-08-30Handle the tube closing in the jingle caseDario Freddi1-53/+112
2012-08-30Make parameters work correctly by handling the hash's memory gracefullyDario Freddi2-5/+11
2012-08-30Add a queue whenever transport is not yet writableDario Freddi1-1/+59
2012-08-30First bare implementation of control message requests for creating new remote...Dario Freddi1-8/+116
2012-08-30Implement framing to be sure message handling is reliableDario Freddi1-55/+70
2012-08-29Handle failures by closing the channelDario Freddi1-1/+3
2012-08-29Open the tube only when the transport is writableDario Freddi1-8/+20
2012-08-29Handle credentials correctly per-candidateDario Freddi1-6/+11
2012-08-29Add the remote candidates at the end of the iterationDario Freddi1-5/+6
2012-08-29Remember to set a component idDario Freddi1-0/+1
2012-08-29Add basic credentials handlingDario Freddi1-0/+5
2012-08-29Remove the logic of the share channel, which is unneeded and google-specific....Dario Freddi1-30/+6
2012-08-29Mark the tube as open when the Nice component is connectedDario Freddi1-7/+8
2012-08-29Use a different compatibility than GoogleDario Freddi1-1/+1
2012-08-29Actually store the content and accept the session locally when everything is ...Dario Freddi1-8/+12
2012-08-28Handle nice buffers consistently - also, add a FIXME to fix the currently fla...Dario Freddi1-5/+119
2012-08-28Handle tube state correctly depending on the jingle session state.Dario Freddi1-4/+40
2012-08-28Hook up Jingle session handling in the private factoryDario Freddi5-12/+177
2012-08-28Add a method for extracting the tube's content from the content itselfDario Freddi2-1/+49
2012-08-28Use nice for sending data in case we are on a nice sessionDario Freddi1-41/+89
2012-08-28More work in separating the logic of SI from niceDario Freddi1-18/+44
2012-08-28Start adding some logic for interaction with tubes/ice-udpDario Freddi3-12/+404
2012-08-28Add JingleTube classDario Freddi4-0/+373
2012-08-28NEWS: updatedJonny Lamb1-0/+6
2012-08-28Merge branch 'only-one-tube'Jonny Lamb38-4372/+2064
2012-08-28configure: bump dependency on tp-glibJonny Lamb2-1/+8
2012-08-14Bump nano versionXavier Claessens1-1/+1
2012-08-14Prepare 0.17.0Xavier Claessens2-5/+11
2012-08-14Make sure "make -j3 maintainer-foo" worksXavier Claessens1-3/+12
2012-07-24muc-factory: clarify code deciding whether to announce text channelsJonny Lamb1-12/+11
2012-07-20muc-channel: remove ::appeared signal, replace with is_respawning checkJonny Lamb2-22/+8
2012-07-20private-tubes-factory: add further assertions in parsing a tube inviteJonny Lamb1-0/+3
2012-07-20private-tubes-factory: ensure (not lookup) handles from tube invitesJonny Lamb1-4/+5
2012-07-20tubes: use 64bit uints for tube IDs everywhereJonny Lamb8-68/+63
2012-07-20private-tubes-factory: simplify emit_new_channel codeJonny Lamb1-10/+3
2012-07-20private-tubes-factory: add a comment about who owns new channelsJonny Lamb1-0/+4
2012-07-20private-tubes-factory: correct logic in looking up existing tubesJonny Lamb1-1/+1
2012-07-20private-tubes-factory: appease the code style checkerJonny Lamb1-1/+1