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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
connection.c
Age
Commit message (
Expand
)
Author
2004-03-09
Make tor build on windows again. More work still needed
Nick Mathewson
2004-03-06
stop asserting that computers always go forward in time
Roger Dingledine
2004-03-03
Try to find out early if buffers get trashed or double-freed.
Nick Mathewson
2004-03-03
holding until flush was borked
Roger Dingledine
2004-03-03
close immediately when write() fails too, else things will turn bad
Roger Dingledine
2004-03-03
use conn->hold_open_until_flushed for streams
Roger Dingledine
2004-03-03
Implement hold_open_until_flushed. I may have missed something important.
Nick Mathewson
2004-03-03
warn more when losing data on closed/marked connections.
Nick Mathewson
2004-03-03
bugfix: close_immediate called buf_clear but listeners don't have bufs
Roger Dingledine
2004-03-02
Fix assertion failure spotted by arma.
Nick Mathewson
2004-02-29
create a separate connection_edge_destroy() function
Roger Dingledine
2004-02-28
bugfix: in some cases, connection_mark_for_close wasn't marking the conn
Roger Dingledine
2004-02-28
Split dns_cancel_pending_resolve into dns_cancel_pending_resolve (kill a
Nick Mathewson
2004-02-28
Stop trying to flush on broken sockets marked for close.
Nick Mathewson
2004-02-28
some comments to point nick at the latest bugs
Roger Dingledine
2004-02-28
enable assert_connection_ok()
Roger Dingledine
2004-02-28
note bug in assert_connection_ok
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
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
and another one
Roger Dingledine
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
Fix a bug where you might flush some data on a tls connection, and then
Roger Dingledine
2004-02-25
Basic RAM poisoning and magic-checking to notice connection and circuit
Nick Mathewson
2004-02-25
bugfix: if the exit stream is pending on the resolve, and a destroy
Roger Dingledine
2004-02-24
fix some bugs in assert_connection_ok
Roger Dingledine
2004-01-31
last minute fix: don't early-flush non-tls streams
tor-0.0.2pre20
Roger Dingledine
2004-01-20
add an ap_conn connecting state; report connecting delay
Roger Dingledine
2004-01-20
push out a tls record's worth of data once you've got it
Roger Dingledine
2004-01-06
Fix the dns bug: children weren't dying
Roger Dingledine
2003-12-28
randomize the initial circ_id and stream_id, so an adversary who
Roger Dingledine
2003-12-19
rename circ_id_t to uint16_t for code clarity
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-14
start tracking the 'It appears I've already sent the end' warning
Roger Dingledine
2003-12-14
on hup, close and rebind listener ports too (in case their config has changed)
Roger Dingledine
2003-12-09
back out the broken change from yesterday
Roger Dingledine
2003-12-07
general cleanups
Roger Dingledine
2003-12-03
fix vicious bug in connection_ap_attach_pending that caused it to
Roger Dingledine
2003-11-30
bugfix: we were writing to stderr even when it's closed
Roger Dingledine
2003-11-30
remove a conn_close_if_marked warning
Roger Dingledine
2003-11-29
bugfix: an offline OP would leak all its sockets and stop working
Roger Dingledine
2003-11-23
Bring assert_connection_ok up to date
Nick Mathewson
2003-11-18
make more sure we can't end up with two connections to the same OR
Roger Dingledine
2003-11-18
use the tor_malloc_zero wrapper
Roger Dingledine
2003-11-11
Rename aci to circ_id throughout.
Nick Mathewson
2003-11-11
Make AP connections wait for a circuit if none exists.
Nick Mathewson
[next]