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
...
*
Remove code that has been #if-0ed for a long time.
•••
svn:r4435
Nick Mathewson
2005-06-15
*
Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...
•••
svn:r4411
Nick Mathewson
2005-06-11
*
Change end-of-file NLNL convention. It turns out arma I and I agree.
•••
svn:r4382
Nick Mathewson
2005-06-09
*
New whitespace normalization rule: no blank line at EOF.
•••
svn:r4378
Nick Mathewson
2005-06-09
*
Fix for 152: reject malformed .onion addresses rather then passing them on
•••
svn:r4329
Nick Mathewson
2005-06-07
*
doxygeny goodness from tyranix
•••
svn:r4262
Roger Dingledine
2005-05-17
*
Fix a segfault
•••
svn:r4191
Nick Mathewson
2005-05-11
*
Apply patch from Geoff for bug 132. Clean it up a little to fix a memory lea...
•••
svn:r4188
Nick Mathewson
2005-05-10
*
Make Tor compile with no warnings with gcc4.0 on OSX
•••
svn:r4184
Nick Mathewson
2005-05-07
*
remove archaic debugging aid that was probably unsafe
•••
svn:r4176
Roger Dingledine
2005-05-03
*
first iteration of scrubbing sensitive strings from logs.
•••
also generally clean up log messages. svn:r4174
Roger Dingledine
2005-05-03
*
clean up this TOR_FRAGILE business
•••
svn:r4116
Roger Dingledine
2005-04-26
*
Change conn_(type|state)_to_string from const arrays to switch functions so w...
•••
svn:r4045
Nick Mathewson
2005-04-07
*
Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ...
•••
svn:r4026
Nick Mathewson
2005-04-06
*
Add a pointer from edge connections to their corresponding circuit (ulp!); ad...
•••
svn:r4024
Nick Mathewson
2005-04-06
*
Move most of *_mark_for_close out of macros.
•••
svn:r3992
Nick Mathewson
2005-04-03
*
Give better warnings if connection_close_unattached_ap gets called twice or c...
•••
svn:r3990
Nick Mathewson
2005-04-02
*
update copyright notices.
•••
svn:r3982
Nick Mathewson
2005-04-01
*
Short-term fix: prevent possible segfault in connection_close_unattached_ap
•••
svn:r3970
Nick Mathewson
2005-04-01
*
mark two more bugs. nick, can you take a look?
•••
svn:r3920
Roger Dingledine
2005-03-29
*
Fix a couple more places where we use ->new_address without checking that it ...
•••
svn:r3907
Nick Mathewson
2005-03-28
*
make calls to address_is_in_virtual_range more bullet-proof.
•••
might fix the assert failure i just got. svn:r3906
Roger Dingledine
2005-03-28
*
clean up socks reply stuff more.
•••
add a few more reasons so we can be more informative. svn:r3895
Roger Dingledine
2005-03-27
*
Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a ...
•••
svn:r3894
Nick Mathewson
2005-03-27
*
stop most cases of hanging up on a socks connection without sending
•••
the socks reject. audit for remaining ones. also make things more uniform so we always remember to hold-open-until-flushed, etc. svn:r3891
Roger Dingledine
2005-03-27
*
move the assert higher up so the error message makes more sense
•••
next time. svn:r3887
Roger Dingledine
2005-03-26
*
Fix SOCKS5 bug: Set replylen to 0 after sending hanshake back
•••
svn:r3850
Nick Mathewson
2005-03-24
*
Fix several bugs (including some crashes) related to control interface; imple...
•••
svn:r3836
Nick Mathewson
2005-03-23
*
Correct fix for self-to-self addressmap; simplify replace-old-entry logic; ad...
•••
svn:r3829
Nick Mathewson
2005-03-23
*
fix assert triggers (bugs 109 and 96), and put in some
•••
debugging logs to notice future repeat bugs. svn:r3826
Roger Dingledine
2005-03-23
*
maybe resolve an assert trigger i just got:
•••
connection_edge.c:643 address_is_in_virtual_range: Assertion addr failed; aborting. nick, what do you think? svn:r3825
Roger Dingledine
2005-03-23
*
Turn addr_policy_compare from a tristate to a quadstate; this should help add...
•••
svn:r3786
Nick Mathewson
2005-03-19
*
fix typo
•••
svn:r3784
Roger Dingledine
2005-03-19
*
Commit fixes for several pending tor core tasks: document all DOCDOCed functi...
•••
svn:r3769
Nick Mathewson
2005-03-17
*
Renormalize whitespace
•••
svn:r3757
Nick Mathewson
2005-03-14
*
Raise common code for "detach this stream and try it with a different circuit...
•••
svn:r3756
Nick Mathewson
2005-03-14
*
Implement the common case of ATTACHSTREAM.
•••
svn:r3751
Nick Mathewson
2005-03-12
*
Increment step of a for loop should only happen once.
•••
svn:r3746
Nick Mathewson
2005-03-11
*
Get address map resetting implemented.
•••
svn:r3745
Nick Mathewson
2005-03-11
*
Finish implementing GETINFO; make it easy to query address maps.
•••
svn:r3732
Nick Mathewson
2005-03-03
*
Implement new controller events for changed descriptors and new (not-yet-atta...
•••
svn:r3731
Nick Mathewson
2005-03-02
*
Separate reverse-virtual-address-map entries into ipv4 and hostname slots. Ot...
•••
svn:r3730
Nick Mathewson
2005-03-02
*
Rename unused-address functions to virtual address; this is more accurate. A...
•••
svn:r3728
Nick Mathewson
2005-03-02
*
Implement "Dont-Care" from addresses to MapAddress control message. For safe...
•••
svn:r3725
Nick Mathewson
2005-03-02
*
Still more code to make sure we send the right number and kind of RELAY END c...
•••
svn:r3723
Nick Mathewson
2005-03-02
*
Revise all calls to connection_edge_end to avoid sending MISC, and to take er...
•••
svn:r3720
Nick Mathewson
2005-03-01
*
Forward-port new reasons; clean up code more; add code to convert new reasons...
•••
svn:r3719
Nick Mathewson
2005-03-01
*
cache .exit address better (i think)
•••
svn:r3684
Roger Dingledine
2005-02-24
*
Clarify comment. Use CONN_IS_EDGE more. Try to be more zealous about calling ...
•••
svn:r3671
Nick Mathewson
2005-02-23
*
clarify comment
•••
svn:r3667
Nick Mathewson
2005-02-23
[prev]
[next]