index
:
telepathy/telepathy-gabble
call1
master
next
telepathy-gabble-0.10
telepathy-gabble-0.12
telepathy-gabble-0.14
telepathy-gabble-0.16
telepathy-gabble-0.18
telepathy-gabble-0.2
telepathy-gabble-0.4
telepathy-gabble-0.6
telepathy-gabble-0.8
XMPP connection manager (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-gabble)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
twisted
/
bytestream.py
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-28
test bytestreams: also only listen on localhost
Will Thompson
1
-1
/
+1
2009-12-18
Test that the tests waited for the stream-iq reply
Sjoerd Simons
1
-1
/
+13
2009-07-13
bytestream.py: set 'from' attribute in SOCKS5 disco replie
Guillaume Desmottes
1
-2
/
+2
2009-05-20
bytestream.py: add a close() method on bytestream objects
Guillaume Desmottes
1
-0
/
+22
2009-05-06
bytestream.py: use hashlib instead of the sha module
Guillaume Desmottes
1
-2
/
+2
2009-05-06
remove redundant argument in elem_iq call
Guillaume Desmottes
1
-1
/
+1
2009-04-08
clean up pyflakes warnings in tests
Dafydd Harries
1
-2
/
+1
2009-04-03
BytestreamS5BRelay.wait_bytestream_closed: wait for events if needed
Guillaume Desmottes
1
-2
/
+5
2009-04-03
Merge branch 'socks5+relay'
Guillaume Desmottes
1
-24
/
+131
2009-04-03
bytestream.py: wait_bytestream_closed can take a list of events as optionnal arg
Guillaume Desmottes
1
-7
/
+11
2009-03-24
Merge branch 'master' into socks5+relay
Guillaume Desmottes
1
-0
/
+11
2009-03-24
factor out some BytestreamS5BRelay methods
Guillaume Desmottes
1
-4
/
+10
2009-03-24
add BytestreamS5BRelayBugged
Guillaume Desmottes
1
-0
/
+8
2009-03-24
add Initiator side to BytestreamS5BRelay
Guillaume Desmottes
1
-0
/
+52
2009-03-24
bytestream.py: add announce_socks5_proxy
Guillaume Desmottes
1
-13
/
+41
2009-03-24
add BytestreamS5BRelay
Guillaume Desmottes
1
-0
/
+14
2009-03-24
wait_bytestream_open: ensure we found one streamhost
Guillaume Desmottes
1
-0
/
+5
2009-03-24
wait_bytestream_open: don't assert if a relay is present in S5B offer
Guillaume Desmottes
1
-9
/
+7
2009-03-24
wait_bytestream_open: discard non IPv4 address as twisted doesn't support IPv...
Guillaume Desmottes
1
-5
/
+20
2009-03-13
Merge branch 'master' into socks5-reverted
Guillaume Desmottes
1
-33
/
+77
2009-03-13
fix typo in comment
Guillaume Desmottes
1
-1
/
+1
2009-03-12
BytestreamS5B.get_data: check size of expected data
Guillaume Desmottes
1
-3
/
+10
2009-03-12
set a ridiculously small block size to stress test IBB buffering
Guillaume Desmottes
1
-1
/
+2
2009-03-12
add optionnal len arg to get_data
Guillaume Desmottes
1
-16
/
+24
2009-03-12
ack IBB IQ's in tests
Guillaume Desmottes
1
-0
/
+5
2009-03-12
use IQ's to send IBB data
Guillaume Desmottes
1
-3
/
+3
2009-03-12
add BytestreamIBBIQ
Guillaume Desmottes
1
-1
/
+13
2009-03-12
abstract BytestreamIBB
Guillaume Desmottes
1
-11
/
+28
2009-03-10
Merge branch 'master' into socks5
Guillaume Desmottes
1
-43
/
+29
2009-03-09
rename BytestreamIBB to BytestreamIBBMsg
Guillaume Desmottes
1
-2
/
+2
2009-03-09
Move IBB code from helper functions to BystreamIBB methods
Guillaume Desmottes
1
-41
/
+27
2009-03-05
Merge branch 'master' into socks5
Guillaume Desmottes
1
-39
/
+68
2009-03-05
pass 2 list of events to open_bystream to break races
Guillaume Desmottes
1
-24
/
+26
2009-03-03
check S5B IQ reply
Guillaume Desmottes
1
-0
/
+8
2009-03-02
Merge branch 'master' into socks5
Guillaume Desmottes
1
-1
/
+0
2009-03-02
call self.send_not_found if _socks5_connect returned False
Guillaume Desmottes
1
-16
/
+9
2009-03-02
add BytestreamS5BWrongHash and BytestreamSIFallbackS5WrongHash
Guillaume Desmottes
1
-0
/
+87
2009-03-02
move S5B hosts to self.hosts
Guillaume Desmottes
1
-16
/
+22
2009-03-02
implement wait_bytestream_open in BytestreamS5BCannotConnect
Guillaume Desmottes
1
-4
/
+7
2009-03-02
add BytestreamS5BCannotConnect and use it in BytestreamSIFallbackS5CannotConnect
Guillaume Desmottes
1
-15
/
+26
2009-03-02
Remove unnecessary and dangerous sync_stream
Will Thompson
1
-1
/
+0
2009-03-02
enable jid checking as SOCKS5 is now fixed
Guillaume Desmottes
1
-3
/
+1
2009-03-02
split _socks5_connect to smaller functions
Guillaume Desmottes
1
-11
/
+19
2009-03-02
Merge branch 'master' into socks5
Guillaume Desmottes
1
-8
/
+6
2009-03-02
send_not_found: error code is 404
Guillaume Desmottes
1
-1
/
+1
2009-03-02
use make_result_iq in create_si_reply
Guillaume Desmottes
1
-5
/
+3
2009-03-02
add BytestreamSIFallback abstract class
Guillaume Desmottes
1
-41
/
+45
2009-03-02
rename BytestreamSIFallback to BytestreamSIFallbackS5CannotConnect
Guillaume Desmottes
1
-1
/
+3
2009-03-02
Merge branch 'refactor-accept-private-stream-tube+si-fallback-tests' into soc...
Guillaume Desmottes
1
-59
/
+203
2009-03-02
fix check_error_stanza
Guillaume Desmottes
1
-1
/
+1
[next]