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-05-11
Fix a segfault
Nick Mathewson
2005-05-10
Apply patch from Geoff for bug 132. Clean it up a little to fix a memory lea...
Nick Mathewson
2005-05-07
Make Tor compile with no warnings with gcc4.0 on OSX
Nick Mathewson
2005-05-03
remove archaic debugging aid that was probably unsafe
Roger Dingledine
2005-05-03
first iteration of scrubbing sensitive strings from logs.
Roger Dingledine
2005-04-26
clean up this TOR_FRAGILE business
Roger Dingledine
2005-04-07
Change conn_(type|state)_to_string from const arrays to switch functions so w...
Nick Mathewson
2005-04-06
Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...
Nick Mathewson
2005-04-06
Add a pointer from edge connections to their corresponding circuit (ulp!); ad...
Nick Mathewson
2005-04-03
Move most of *_mark_for_close out of macros.
Nick Mathewson
2005-04-02
Give better warnings if connection_close_unattached_ap gets called twice or c...
Nick Mathewson
2005-04-01
update copyright notices.
Nick Mathewson
2005-04-01
Short-term fix: prevent possible segfault in connection_close_unattached_ap
Nick Mathewson
2005-03-29
mark two more bugs. nick, can you take a look?
Roger Dingledine
2005-03-28
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-27
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-26
move the assert higher up so the error message makes more sense
Roger Dingledine
2005-03-24
Fix SOCKS5 bug: Set replylen to 0 after sending hanshake back
Nick Mathewson
2005-03-23
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-19
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-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
[next]