| Commit message (Collapse) | Author | Age |
|
|
|
| |
svn:r4516
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add a new extend_info_t datatype to hold information needed to
extend a circuit (addr,port,keyid,onion_key). Use it in cpath and
build_state. Make appropriate functions take or return it instead of
routerinfo_t or keyid.
- #if 0 needless check in circuit_get_by_edge_conn; if nobody triggers this
error in 0.1.0.10, nobody will trigger it.
- Implement new hidden service descriptor format, which contains "extend
info" for introduction points, along with protocol version list.
- Parse new format.
- Generate new format
- Cache old and new formats alongside each other.
- Directories serve "old" format if asked in old way, "newest available"
format if asked in new way.
- Use new format to find introduction points if possible; otherwise fall
back. Keep nickname lists and extendinfo lists in sync.
- Tests for new format.
- Implement new "v2" INTRODUCE cell format.
- Accept new format
- Use new format if we have a versioned service descriptor that says the
server accepts the new format.
- Add documentation for functions and data types.
svn:r4506
|
|
|
|
|
|
| |
some new features, add ADDRMAP events.
svn:r4460
|
|
|
|
|
|
| |
function definition format uniform.
svn:r4411
|
|
|
|
| |
svn:r4382
|
|
|
|
| |
svn:r4378
|
|
|
|
|
|
|
| |
also generally clean up log messages.
svn:r4174
|
|
|
|
|
|
| |
Watch out when we bump the version to 0.1.0.6-rc!
svn:r4162
|
|
|
|
| |
svn:r4055
|
|
|
|
| |
svn:r4054
|
|
|
|
|
|
| |
skewed-descriptor messages better.
svn:r4047
|
|
|
|
| |
svn:r4041
|
|
|
|
| |
svn:r4040
|
|
|
|
|
|
| |
using it. Watch out, kids!
svn:r4026
|
|
|
|
|
|
| |
add some debugging sanity-checking for cirid_orconn_map stuff
svn:r4024
|
|
|
|
|
|
| |
splay tree of (circid,orconn)->circuit mappings to make circuit_get_by_circid_conn much faster.
svn:r4020
|
|
|
|
| |
svn:r3994
|
|
|
|
| |
svn:r3992
|
|
|
|
| |
svn:r3982
|
|
|
|
| |
svn:r3911
|
|
|
|
|
|
| |
cpaths from freed ones. I audited this once; it could use another audit.
svn:r3831
|
|
|
|
| |
svn:r3798
|
|
|
|
|
|
|
|
| |
Also refactor circuit building so we plan the whole path ahead
of time.
svn:r3797
|
|
|
|
|
|
|
| |
has gone wrong with our network and abandon all not-yet-used circs.
svn:r3792
|
|
|
|
|
|
| |
functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value.
svn:r3769
|
|
|
|
| |
svn:r3751
|
|
|
|
|
|
| |
cells
svn:r3723
|
|
|
|
|
|
| |
#ifdef so it gets tested more.
svn:r3614
|
|
|
|
|
|
|
| |
there are no doubt more lurking.
svn:r3478
|
|
|
|
|
|
|
| |
if possible, rather than the elite ones.
svn:r3378
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to the exit policy of the last hop. Intro and rendezvous circs must
be internal circs, to avoid leaking information. Resolve and connect
streams can use internal circs if they want.
New circuit pooling algorithm: make sure to have enough circs around
to satisfy any predicted ports, and also make sure to have 2 internal
circs around if we've required internal circs lately (with high uptime
if we've seen that lately).
Split NewCircuitPeriod config option into NewCircuitPeriod (30 secs),
which describes how often we retry making new circuits if current ones
are dirty, and MaxCircuitDirtiness (10 mins), which describes how long
we're willing to make use of an already-dirty circuit.
Once rendezvous circuits are established, keep using the same circuit as
long as you attach a new stream to it at least every 10 minutes. (So web
browsing doesn't require you to build new rend circs every 30 seconds.)
Cannibalize GENERAL circs to be C_REND, C_INTRO, S_INTRO, and S_REND
circ as necessary, if there are any completed ones lying around when
we try to launch one.
Re-instate the ifdef's to use version-0 style introduce cells, since
there was yet another bug in handling version-1 style. We'll try switching
over again after 0.0.9 is obsolete.
Bugfix: when choosing an exit node for a new non-internal circ, don't take
into account whether it'll be useful for any pending x.onion addresses --
it won't.
Bugfix: we weren't actually publishing the hidden service descriptor when
it became dirty. So we only published it every 20 minutes or so, which
means when you first start your Tor, the hidden service will seem broken.
svn:r3360
|
|
|
|
|
|
| |
every file.
svn:r3019
|
|
|
|
|
|
|
| |
totally unacceptable to me.
svn:r3005
|
|
|
|
| |
svn:r3003
|
|
|
|
| |
svn:r2989
|
|
|
|
| |
svn:r2792
|
|
|
|
|
|
|
|
| |
Break connection_consider_empty_buckets() out of
connection_read_bucket_decrement().
svn:r2698
|
|
|
|
|
|
|
|
|
| |
Now we can try setting an option but back out if it fails to parse, or
if it's disallowed (e.g. changing RunAsDaemon from 1 to 0).
Use parse_line_from_str rather than parse_line_from_file.
svn:r2692
|
|
|
|
|
|
|
|
|
| |
and actually making the sockets.
- Make sure that identity-based nicknames start with $.
- Use new string_join interface.
svn:r2661
|
|
|
|
| |
svn:r2615
|
|
|
|
| |
svn:r2585
|
|
|
|
| |
svn:r2548
|
|
|
|
| |
svn:r2436
|
|
|
|
|
|
|
| |
plus complain more loudly when we fail to parse a dir we just fetched
svn:r2401
|
|
|
|
| |
svn:r2002
|
|
|
|
| |
svn:r2000
|
|
|
|
| |
svn:r1998
|
|
|
|
|
|
|
| |
pending resolve, but not removing them from the pending resolve list
svn:r1933
|
|
|
|
|
|
|
|
|
| |
conn from circ->resolving_streams
otherwise it gets freed and stays there, causing seg faults.
svn:r1915
|
|
|
|
| |
svn:r1904
|