summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-16Merge branch 'master' into socks5HEADmasterGuillaume Desmottes13-205/+189
2009-03-16start NEWS for 0.7.24Guillaume Desmottes1-0/+3
2009-03-16Merge branch 'master' of git+ssh://git.collabora.co.uk/git/telepathy-gabbleGuillaume Desmottes8-176/+156
2009-03-16presence-cache: coding style fixGuillaume Desmottes1-1/+1
2009-03-16media-channel: coding style fixGuillaume Desmottes1-1/+1
2009-03-16muc-factory: coding style fixGuillaume Desmottes1-1/+1
2009-03-16jingle-session: coding style fixGuillaume Desmottes1-1/+1
2009-03-16jingle-media-rtp: coding style fixGuillaume Desmottes1-1/+1
2009-03-16jingle-content: coding style fixGuillaume Desmottes1-1/+1
2009-03-16conn-location: coding style fixesGuillaume Desmottes1-6/+6
2009-03-16no need to add telepathy_gabble_SOURCES twice to check_c_sourcesGuillaume Desmottes1-1/+0
2009-03-16libgabble_convenience_la_our_sources has been renamed to libgabble_convenienc...Guillaume Desmottes1-1/+1
2009-03-16bump nano version to 0.7.23.1Will Thompson1-1/+1
2009-03-13Version 0.7.23Will Thompson1-2/+2
2009-03-13Mention GetHandle() fix in NEWSWill Thompson1-0/+3
2009-03-13Fill in release name and date.Will Thompson1-1/+3
2009-03-13Mention CodecsUpdated in NEWSWill Thompson1-0/+5
2009-03-13Remove redundant GET_PRIV macros from most jingle codeWill Thompson6-153/+129
2009-03-13Make MediaStream ref its JingleContentWill Thompson1-21/+15
2009-03-13Merge branch 'master' into socks5-revertedGuillaume Desmottes57-756/+1766
2009-03-13fix typo in commentGuillaume Desmottes1-1/+1
2009-03-13fix NEWSGuillaume Desmottes1-4/+4
2009-03-13style fixesGuillaume Desmottes1-2/+2
2009-03-13cast codec->id to a guint before using GUINT_TO_POINTER to make compiler happyGuillaume Desmottes1-4/+5
2009-03-12Merge branch 'codecs-updated'Will Thompson11-195/+853
2009-03-12Merge branch 'request-streams'Will Thompson24-117/+390
2009-03-12Include SI namespace when expecting iq resultWill Thompson1-1/+1
2009-03-12Fix format strings for gsizeWill Thompson1-2/+3
2009-03-12Constant-ify and tidy jingle/outgoing-many-streamsWill Thompson2-75/+38
2009-03-12Improve PendingStreamRequest commentsWill Thompson1-2/+4
2009-03-12Merge branch 'get-muc'Guillaume Desmottes4-88/+63
2009-03-12add anonymous arg to get_muc_tubes_channelGuillaume Desmottes1-2/+7
2009-03-12offer-muc-stream-tube.py: use get_muc_tubes_channelGuillaume Desmottes1-75/+8
2009-03-12get_muc_tubes_channel: return the room handle instead of an array containing ...Guillaume Desmottes3-8/+9
2009-03-12get_muc_tubes_channel: use constantsGuillaume Desmottes1-5/+5
2009-03-12get_muc_tubes_channel: check NewChannels signalGuillaume Desmottes1-2/+38
2009-03-12fix typo in NEWSGuillaume Desmottes1-2/+2
2009-03-12IBB: add a comment explaining how we use sent_stanzas_not_ackedGuillaume Desmottes1-1/+3
2009-03-12upgrade NEWSGuillaume Desmottes1-0/+3
2009-03-12gabble_bytestream_ibb_close_received: wait write buffer is flushed before clo...Guillaume Desmottes1-5/+19
2009-03-12add gabble_bytestream_ibb_close_receivedGuillaume Desmottes3-6/+17
2009-03-12IBB: don't close the bytestream right away if the write buffer is not emptyGuillaume Desmottes1-19/+41
2009-03-12BytestreamS5B.get_data: check size of expected dataGuillaume Desmottes1-3/+10
2009-03-12IBB: don't ack IQ while the bytestream is read blockedGuillaume Desmottes1-2/+46
2009-03-12IBB: write block the bystream while the write buffer is not emptyGuillaume Desmottes1-2/+30
2009-03-12IBB: implement flow control using a window of acked stanzasGuillaume Desmottes1-23/+124
2009-03-12set a ridiculously small block size to stress test IBB bufferingGuillaume Desmottes1-1/+2
2009-03-12pass expected data len to get_dataGuillaume Desmottes3-11/+16
2009-03-12add optionnal len arg to get_dataGuillaume Desmottes1-16/+24
2009-03-12factor out send_dataGuillaume Desmottes1-16/+30