index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
connection_edge.c
Age
Commit message (
Expand
)
Author
2004-03-31
allow conns to demand to be attached to a clean circuit
Roger Dingledine
2004-03-31
Add an ap_bridge function to do a socketpair and skip socks.
Roger Dingledine
2004-03-27
work around a tsocks bug
Roger Dingledine
2004-03-20
deal with hardware word alignment
Roger Dingledine
2004-03-20
Integrate the new "rephist" [rep(utation) hist(ory)] module to trace
Nick Mathewson
2004-03-20
Use strmap code for client DNS.
Nick Mathewson
2004-03-09
Make tor build on windows again. More work still needed
Nick Mathewson
2004-03-07
re-try streams at most 4 times
Roger Dingledine
2004-03-06
if a stream times out after 15s without a connected cell,
Roger Dingledine
2004-03-03
holding until flush was borked
Roger Dingledine
2004-03-03
don't mark_for_close again when the destroy arrives after the end cell
Roger Dingledine
2004-03-03
use conn->hold_open_until_flushed for streams
Roger Dingledine
2004-03-03
make socks5 not give a spurious warning
Roger Dingledine
2004-03-02
Split out mark_for_close with circuits. Seems to work for me.
Nick Mathewson
2004-03-02
Fix assertion failure spotted by arma.
Nick Mathewson
2004-03-01
note an assert trigger bug
Roger Dingledine
2004-02-29
fix duplicate call to connection_mark_for_close
Roger Dingledine
2004-02-29
bugfix: we were checking the wrong thing to see if 'reason'
Roger Dingledine
2004-02-29
when a stream is 15s late, print out the circuit at -l warn
Roger Dingledine
2004-02-29
create a separate connection_edge_destroy() function
Roger Dingledine
2004-02-28
bugfix: when we time out on a stream and detach, send an end first
Roger Dingledine
2004-02-28
clean up some log messages and severities
Roger Dingledine
2004-02-28
some more small fixes
Roger Dingledine
2004-02-28
Stop answering "end" with "end"
Nick Mathewson
2004-02-28
Push responsibility for connection marking down as far as possible; have only...
Nick Mathewson
2004-02-28
Make has_sent_end irrelevant: only try to send end if reason is nonzero
Nick Mathewson
2004-02-27
patches/answers to nick's commit
Roger Dingledine
2004-02-27
Refactor mark_for_close, connection_edge_end and friends. Now, everybody
Nick Mathewson
2004-02-27
make 'connected' cells include the resolved IP
Roger Dingledine
2004-02-18
adding the reattach-after-timeout feature wasn't so easy after all.
Roger Dingledine
2004-02-17
retry streams where the connected cell hasn't arrived in 15 seconds
Roger Dingledine
2004-02-17
Propagate yes/no/maybe a little farther forward.
Nick Mathewson
2004-01-20
Let AP edges receive 'end' relay cells while waiting for 'connected'
Roger Dingledine
2004-01-20
add an ap_conn connecting state; report connecting delay
Roger Dingledine
2004-01-19
fix assert trigger in server
Roger Dingledine
2004-01-10
split the token bucket into 'rate' and 'burst' params
Roger Dingledine
2004-01-02
fix endian issue: rh.integrity was getting sent wrong
Roger Dingledine
2004-01-01
stop a bug that straycat may have found
tor-0.0.2pre17
Roger Dingledine
2003-12-23
checkpoint: revamp relay cell packaging and handling
Roger Dingledine
2003-12-19
make sure there's no conflict when generating stream_ids
Roger Dingledine
2003-12-19
make a relay_header_t struct and pack/unpack funcs
Roger Dingledine
2003-12-17
remove trailing whitespace
Roger Dingledine
2003-12-16
infrastructure for integrity-checks in relay cells
Roger Dingledine
2003-12-16
move cell size to 512 bytes
Roger Dingledine
2003-12-16
Resolve format warnings on MacOS X 10.3
Nick Mathewson
2003-12-15
Make compile warning-free on cygwin
Nick Mathewson
2003-12-14
start tracking the 'It appears I've already sent the end' warning
Roger Dingledine
2003-12-14
document aborted attempt to merge client dns cache with server dns cache
Roger Dingledine
2003-12-14
change dns notation from question/answer to address/addr
Roger Dingledine
2003-12-14
start to track the 'unexpected relay cell' warning
Roger Dingledine
[next]