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_edge.c
Age
Commit message (
Expand
)
Author
2005-03-17
Commit fixes for several pending tor core tasks: document all DOCDOCed functi...
Nick Mathewson
2005-03-14
Renormalize whitespace
Nick Mathewson
2005-03-14
Raise common code for "detach this stream and try it with a different circuit...
Nick Mathewson
2005-03-12
Implement the common case of ATTACHSTREAM.
Nick Mathewson
2005-03-11
Increment step of a for loop should only happen once.
Nick Mathewson
2005-03-11
Get address map resetting implemented.
Nick Mathewson
2005-03-03
Finish implementing GETINFO; make it easy to query address maps.
Nick Mathewson
2005-03-02
Implement new controller events for changed descriptors and new (not-yet-atta...
Nick Mathewson
2005-03-02
Separate reverse-virtual-address-map entries into ipv4 and hostname slots. Ot...
Nick Mathewson
2005-03-02
Rename unused-address functions to virtual address; this is more accurate. A...
Nick Mathewson
2005-03-02
Implement "Dont-Care" from addresses to MapAddress control message. For safe...
Nick Mathewson
2005-03-02
Still more code to make sure we send the right number and kind of RELAY END c...
Nick Mathewson
2005-03-01
Revise all calls to connection_edge_end to avoid sending MISC, and to take er...
Nick Mathewson
2005-03-01
Forward-port new reasons; clean up code more; add code to convert new reasons...
Nick Mathewson
2005-02-24
cache .exit address better (i think)
Roger Dingledine
2005-02-23
Clarify comment. Use CONN_IS_EDGE more. Try to be more zealous about calling ...
Nick Mathewson
2005-02-23
clarify comment
Nick Mathewson
2005-02-23
Addressmap tweak: Make "addressmap x x" remove any mapping from the address x.
Nick Mathewson
2005-02-22
Change from inet_ntoa to a threadproof tor_inet_ntoa.
Nick Mathewson
2005-02-22
make the addressmap internals less noisy
Roger Dingledine
2005-02-22
Add a new AddressMap directive to rewrite incoming socks addresses.
Roger Dingledine
2005-02-17
forward-port some fixes
Roger Dingledine
2005-02-14
Fix another crash bug found by Jaroslaw--it is possible for dns_resolve to ma...
Nick Mathewson
2005-02-10
Add more functions to free things to help dmalloc allong.
Nick Mathewson
2005-02-05
Avoid double-free on tor-resolve failure
Nick Mathewson
2005-02-05
Fix tor-resolve implementation to prevent crashes and send resolves when we s...
Nick Mathewson
2005-02-04
forward-port the logic skew and double-free thing
Roger Dingledine
2005-02-01
reject odd-looking addresses at the client, rather than having
Roger Dingledine
2005-02-01
define TOR_FRAGILE if you want tor to give you a core when
Roger Dingledine
2005-01-31
stop a sigpipe.
Roger Dingledine
2005-01-28
forward-port the dns and maxconn fixes
Roger Dingledine
2005-01-17
Introduce a notion of 'internal' circs, which are chosen without regard
Roger Dingledine
2005-01-13
get rid of 0.0.8 backwards compatibility
Roger Dingledine
2005-01-12
Make Tor use Niels Provos's libevent instead of it's current
Nick Mathewson
2004-12-24
don't connection_edge_end() on eof if we're already marked for close,
Roger Dingledine
2004-12-13
clean up logging,
Roger Dingledine
2004-12-07
resolve tequila's crash bug: you can't free something
Roger Dingledine
2004-12-07
fix the other half of the pipe race
Roger Dingledine
2004-12-06
answer resolved ip in network order
Roger Dingledine
2004-12-06
avoid using uninitialized variable
Roger Dingledine
2004-12-06
don't use cache for resolving .foo.exit names, but do reply immediately
Roger Dingledine
2004-12-06
fix indenting
Roger Dingledine
2004-12-05
check if we have a cached resolve for a tor-resolve address *after*
Roger Dingledine
2004-12-05
New circuit building strategy: keep a list of ports that we've used in ...
Roger Dingledine
2004-12-04
Now we allow writing to the buffer even when the stream if marked for
Roger Dingledine
2004-12-04
React to eof immediately on non-open edge connections.
Roger Dingledine
2004-12-04
bugfix: When we were checking to see if an ap_conn should time out
Roger Dingledine
2004-12-04
Add function to check that addr_policy_t is okay; change struct addr_policy_t...
Nick Mathewson
2004-11-30
clean up the other "Tell Roger" log that dfc keeps getting
Roger Dingledine
2004-11-30
Let resolve conns retry/expire also, rather than sticking around forever.
Roger Dingledine
[next]