summaryrefslogtreecommitdiff
path: root/src/bytestream-socks5.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-06bytestream-socks5: send empty offer if we can't initiate.Will Thompson1-15/+20
2012-12-06Split gabble_bytestream_socks5_initiate() in twoWill Thompson1-39/+51
2012-12-06bytestream-socks5: stop using _conn_send_with_replyWill Thompson1-39/+44
2012-11-05Use GLib's base64 implementation rather than Gabble's ownHeiher1-1/+0
2012-05-30Use meta-headers for everythingSimon McVittie1-1/+3
2012-05-10Stop using tp_handle_ref/unrefXavier Claessens1-6/+0
2012-01-31Replace trivial uses of lm_message_node_get_child_with_namespaceWill Thompson1-2/+2
2012-01-31bytestream-socks5: remove degenerate node_iter use.Will Thompson1-10/+4
2012-01-27Remove LmHandlerResultWill Thompson1-8/+5
2012-01-27Delete LmMessage{,Type,SubType} typedefsWill Thompson1-10/+10
2012-01-27Remove lm_message_get_[sub_]type.Will Thompson1-2/+2
2012-01-27Remove lm_message_build[_with_subtype]Will Thompson1-9/+9
2012-01-26Expunge lm_message_ref and lm_message_unref.Will Thompson1-7/+7
2012-01-26Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson1-2/+2
2012-01-03Make gabble cross compile with mingw32Siraj Razick1-2/+2
2011-05-03Remove GabbleXmppError.Will Thompson1-8/+9
2011-05-02Remove lm_iq_message_make_result()Will Thompson1-24/+13
2011-05-02stop using LmMessageNode wrapperJonny Lamb1-17/+17
2011-05-02use the new xmlns and xml:lang build tagsJonny Lamb1-5/+5
2010-11-01Merge branch 'telepathy-gabble-0.10'Simon McVittie1-4/+68
2010-11-01fd.o#24775: implement get_local_interfaces_ips() for WindowsThomas Flueeli1-4/+68
2010-09-21various: use tp_clear_object, tp_clear_pointer moreSimon McVittie1-15/+4
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-8/+12
2010-04-06Use g_resolver_lookup_by_name instead of getaddrinfo in GibberTcpTransportSjoerd Simons1-14/+26
2010-02-22bytestream-socks5: stub out get_local_interfaces_ips() on WindowsSimon McVittie1-0/+15
2010-02-22bytestream-socks5: only include ifaddrs.h if we've checked for its headerSimon McVittie1-1/+1
2010-02-22src: use gibber-sockets.h meta-headerSimon McVittie1-7/+10
2010-02-22Conditionalize inclusion of unistd.hSimon McVittie1-1/+3
2010-02-08Fix typo.Jonny Lamb1-2/+2
2009-12-18Fix usage of potentially freed memorySjoerd Simons1-10/+10
2009-12-18Fail early if we can't get local ip address to prevent leaking memorySjoerd Simons1-7/+7
2009-12-18plug various leaksDafydd Harries1-1/+3
2009-09-22fix typo in a debug msgGuillaume Desmottes1-1/+1
2009-09-22remove some debug messages flooding output when using a stream tubeGuillaume Desmottes1-12/+0
2009-06-29bytestream-socks5.c: use node iteratorGuillaume Desmottes1-2/+4
2009-06-10SOCKS5: decrease the connect timeoutGuillaume Desmottes1-1/+1
2009-06-10socks5_connect: use the right timeout when waiting for connectionGuillaume Desmottes1-1/+1
2009-03-24fix typoGuillaume Desmottes1-1/+1
2009-03-24add some commentsGuillaume Desmottes1-0/+4
2009-03-24define SOCKS5_STATE_INITIATOR_OFFER_SENT with the other initiator statesGuillaume Desmottes1-1/+1
2009-03-24Merge branch 'master' into socks5+relayGuillaume Desmottes1-38/+56
2009-03-24get_local_interfaces_ips returns a list containing both type of addressesGuillaume Desmottes1-20/+20
2009-03-24store fallback proxies in a separated list so we can list them after the one ...Guillaume Desmottes1-6/+6
2009-03-24rename gabble_bytestream_factory_get_socks_proxies to gabble_bytestream_facto...Guillaume Desmottes1-2/+2
2009-03-24don't add relay as streamhost when we are in a mucGuillaume Desmottes1-5/+14
2009-03-24don't offer SOCKS5 relay when trying to establish a bytestream with a muc con...Guillaume Desmottes1-16/+32
2009-03-24remove FIXME about proxies as we implement them nowGuillaume Desmottes1-4/+0
2009-03-24SOCKS5: fix state checkGuillaume Desmottes1-1/+1
2009-03-24coding style fixGuillaume Desmottes1-4/+4
2009-03-24add debug msgGuillaume Desmottes1-1/+2