Roger Dingledine
|
5c1ba5dcf7
fix compile error in cvs
|
20 年之前 |
Nick Mathewson
|
b11e314f2e
Be more explicit about which IP we are connecting to; expose future exit policy problems better.
|
20 年之前 |
Roger Dingledine
|
3bb756b93b
forward-port the 0.1.0.11 stuff
|
20 年之前 |
Nick Mathewson
|
d85bfe83bf
Make errors retrievable from tor_socketpair; resolve bug 163.
|
20 年之前 |
Nick Mathewson
|
ec83652357
Logic to implement rendezvous/introduction via unknown servers.
|
20 年之前 |
Nick Mathewson
|
64fc1f7bae
Implement all the rest of the new controller protocol, debug a little, add some new features, add ADDRMAP events.
|
20 年之前 |
Nick Mathewson
|
d4972bd2e1
Remove code that has been #if-0ed for a long time.
|
20 年之前 |
Nick Mathewson
|
232861ba42
Docment or add DOCDOC comments to undocumented functions in src/or. Make function definition format uniform.
|
20 年之前 |
Nick Mathewson
|
0831823763
Change end-of-file NLNL convention. It turns out arma I and I agree.
|
20 年之前 |
Nick Mathewson
|
a6f51001a5
New whitespace normalization rule: no blank line at EOF.
|
20 年之前 |
Nick Mathewson
|
621ab95e59
Fix for 152: reject malformed .onion addresses rather then passing them on
|
20 年之前 |
Roger Dingledine
|
b7d6b8a397
doxygeny goodness from tyranix
|
20 年之前 |
Nick Mathewson
|
776b411dc9
Fix a segfault
|
20 年之前 |
Nick Mathewson
|
d0c0d6c86a
Apply patch from Geoff for bug 132. Clean it up a little to fix a memory leak and to avoid unnecessary parse/unparse code.
|
20 年之前 |
Nick Mathewson
|
10b2208d93
Make Tor compile with no warnings with gcc4.0 on OSX
|
20 年之前 |
Roger Dingledine
|
6ea839265d
remove archaic debugging aid that was probably unsafe
|
20 年之前 |
Roger Dingledine
|
5265bbd2b8
first iteration of scrubbing sensitive strings from logs.
|
20 年之前 |
Roger Dingledine
|
509405a5f7
clean up this TOR_FRAGILE business
|
20 年之前 |
Nick Mathewson
|
b897cb1ec3
Change conn_(type|state)_to_string from const arrays to switch functions so we (I) will not make Tor crash the next time we (I) add a new state.
|
20 年之前 |
Nick Mathewson
|
88dc243bb5
Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start using it. Watch out, kids!
|
20 年之前 |
Nick Mathewson
|
4453e3794a
Add a pointer from edge connections to their corresponding circuit (ulp!); add some debugging sanity-checking for cirid_orconn_map stuff
|
20 年之前 |
Nick Mathewson
|
0dc02328af
Move most of *_mark_for_close out of macros.
|
20 年之前 |
Nick Mathewson
|
055ee7c323
Give better warnings if connection_close_unattached_ap gets called twice or called on a marked connection; rename it to connection_mark_unattached_ap.
|
20 年之前 |
Nick Mathewson
|
0e81265359
update copyright notices.
|
20 年之前 |
Nick Mathewson
|
0d6c9c47b3
Short-term fix: prevent possible segfault in connection_close_unattached_ap
|
20 年之前 |
Roger Dingledine
|
5bdab005c9
mark two more bugs. nick, can you take a look?
|
20 年之前 |
Nick Mathewson
|
1612df7b2c
Fix a couple more places where we use ->new_address without checking that it is there.
|
20 年之前 |
Roger Dingledine
|
0e26973c02
make calls to address_is_in_virtual_range more bullet-proof.
|
20 年之前 |
Roger Dingledine
|
7a79acd9f6
clean up socks reply stuff more.
|
20 年之前 |
Nick Mathewson
|
ce854906db
Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a missing "TorShould" that was mistaken for an "IWantTo".
|
20 年之前 |