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_edge.c
Commit message (
Expand
)
Author
Age
*
Move most of *_mark_for_close out of macros.
Nick Mathewson
2005-04-03
*
Give better warnings if connection_close_unattached_ap gets called twice or c...
Nick Mathewson
2005-04-02
*
update copyright notices.
Nick Mathewson
2005-04-01
*
Short-term fix: prevent possible segfault in connection_close_unattached_ap
Nick Mathewson
2005-04-01
*
mark two more bugs. nick, can you take a look?
Roger Dingledine
2005-03-29
*
Fix a couple more places where we use ->new_address without checking that it ...
Nick Mathewson
2005-03-28
*
make calls to address_is_in_virtual_range more bullet-proof.
Roger Dingledine
2005-03-28
*
clean up socks reply stuff more.
Roger Dingledine
2005-03-27
*
Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a ...
Nick Mathewson
2005-03-27
*
stop most cases of hanging up on a socks connection without sending
Roger Dingledine
2005-03-27
*
move the assert higher up so the error message makes more sense
Roger Dingledine
2005-03-26
*
Fix SOCKS5 bug: Set replylen to 0 after sending hanshake back
Nick Mathewson
2005-03-24
*
Fix several bugs (including some crashes) related to control interface; imple...
Nick Mathewson
2005-03-23
*
Correct fix for self-to-self addressmap; simplify replace-old-entry logic; ad...
Nick Mathewson
2005-03-23
*
fix assert triggers (bugs 109 and 96), and put in some
Roger Dingledine
2005-03-23
*
maybe resolve an assert trigger i just got:
Roger Dingledine
2005-03-23
*
Turn addr_policy_compare from a tristate to a quadstate; this should help add...
Nick Mathewson
2005-03-19
*
fix typo
Roger Dingledine
2005-03-19
*
Commit fixes for several pending tor core tasks: document all DOCDOCed functi...
Nick Mathewson
2005-03-17
*
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-14
*
Implement the common case of ATTACHSTREAM.
Nick Mathewson
2005-03-12
*
Increment step of a for loop should only happen once.
Nick Mathewson
2005-03-11
*
Get address map resetting implemented.
Nick Mathewson
2005-03-11
*
Finish implementing GETINFO; make it easy to query address maps.
Nick Mathewson
2005-03-03
*
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-02
*
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-03-01
*
cache .exit address better (i think)
Roger Dingledine
2005-02-24
*
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-23
*
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-22
*
forward-port some fixes
Roger Dingledine
2005-02-17
*
Fix another crash bug found by Jaroslaw--it is possible for dns_resolve to ma...
Nick Mathewson
2005-02-14
*
Add more functions to free things to help dmalloc allong.
Nick Mathewson
2005-02-10
*
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-05
*
forward-port the logic skew and double-free thing
Roger Dingledine
2005-02-04
*
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-02-01
*
stop a sigpipe.
Roger Dingledine
2005-01-31
*
forward-port the dns and maxconn fixes
Roger Dingledine
2005-01-28
*
Introduce a notion of 'internal' circs, which are chosen without regard
Roger Dingledine
2005-01-17
[next]