index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
connection.c
Commit message (
Expand
)
Author
Age
*
fix some bugs; more remain
Roger Dingledine
2004-04-03
*
Refactor directory servers
Roger Dingledine
2004-03-30
*
bugfix: we were closing socks-request connections immediately, rather
Roger Dingledine
2004-03-29
*
hold socks reply open until flushed (if possible)
Roger Dingledine
2004-03-28
*
work around a tsocks bug
Roger Dingledine
2004-03-27
*
fix an assert trigger where an OP would fail to handshake, and we'd
Roger Dingledine
2004-03-27
*
a missing comma could wreak all sorts of havoc.
Roger Dingledine
2004-03-26
*
Integrate the new "rephist" [rep(utation) hist(ory)] module to trace
Nick Mathewson
2004-03-20
*
bugfix: decrement OR connections from global_bucket too
Roger Dingledine
2004-03-14
*
refactor bandwidth-control token buckets
Roger Dingledine
2004-03-14
*
get rid of those pesky tabs
Roger Dingledine
2004-03-12
*
Make OP work on windows! (Also misc logging tweaks)
Nick Mathewson
2004-03-11
*
Fix DOS line endings; autoconfize checks for strptime and inet_aton
Nick Mathewson
2004-03-09
*
Make tor build on windows again. More work still needed
Nick Mathewson
2004-03-09
*
stop asserting that computers always go forward in time
Roger Dingledine
2004-03-06
*
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-03
*
Fix assertion failure spotted by arma.
Nick Mathewson
2004-03-02
*
create a separate connection_edge_destroy() function
Roger Dingledine
2004-02-29
*
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-28
*
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-27
*
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-25
*
fix some bugs in assert_connection_ok
Roger Dingledine
2004-02-24
*
last minute fix: don't early-flush non-tls streams
Roger Dingledine
2004-01-31
*
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-20
*
Fix the dns bug: children weren't dying
Roger Dingledine
2004-01-06
*
randomize the initial circ_id and stream_id, so an adversary who
Roger Dingledine
2003-12-28
*
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-19
*
remove trailing whitespace
Roger Dingledine
2003-12-17
*
infrastructure for integrity-checks in relay cells
Roger Dingledine
2003-12-16
[next]