| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
superseded router descriptor. Roll the signed descriptor info and identifying info into a cache_info struct, and use only that for old_routers.
svn:r5349
|
|
|
|
| |
svn:r5317
|
|
|
|
| |
svn:r5306
|
|
|
|
|
|
| |
interface; use new circ_log_path interface
svn:r5302
|
|
|
|
| |
svn:r5285
|
|
|
|
|
|
| |
change its interface; add modifier functions to add/remove elements from the current routerlist (so we can add indices).
svn:r5276
|
|
|
|
|
|
|
|
| |
printf part was and is limited to at most 1024 byte messages, so having the print
part separately available makes sense.
svn:r5273
|
|
|
|
|
|
| |
protocol so the next guy doesn't blame Nick again
svn:r5245
|
|
|
|
|
|
| |
client can handle extra labeled info in its events. Add moreinfo to the "what is ready for downloading" msg so we can investigate digest-related download rules
svn:r5237
|
|
|
|
| |
svn:r5191
|
|
|
|
|
|
| |
been an actual error. Normalize whitespace. Enforce convention that "address" is a hostname and "addr" is an IPv4 address.
svn:r5190
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
warn when we'recalling a non-named server by its nickname;
don't warn twice about the same name.
Fix a bug in routers_update_status_from_networkstatus that made nearly
all clients never update routerinfo_t.is_named.
Try to list MyFamily elements by key, not by nickname.
Only warn about names that we generated ourself, or got from the local
user.
On TLS handshake, only check the other router's nickname against its
expected nickname if is_named is set.
svn:r5185
|
|
|
|
| |
svn:r5181
|
|
|
|
|
|
| |
when they have more than 16 router descriptors to download, or when 10 minutes have passed since the last download.
svn:r5166
|
|
|
|
|
|
| |
tree.h
svn:r5149
|
|
|
|
|
|
|
| |
version 0, so don't let version 0 controllers ask for it.
svn:r5107
|
|
|
|
| |
svn:r5106
|
|
|
|
|
|
| |
they do. This should solve the setconf-an-impossible-port bug.
svn:r5046
|
|
|
|
|
|
|
| |
and reduce code duplication in config_free() and option_is_same().
svn:r5040
|
|
|
|
|
|
| |
connection would cause a segfault. (No backport needed since 0.1.0 had only v0 connections.)
svn:r5001
|
|
|
|
| |
svn:r4922
|
|
|
|
|
|
|
| |
option actually mean to set it to ""
svn:r4916
|
|
|
|
| |
svn:r4828
|
|
|
|
|
|
| |
its own, and only dirty our descriptor when we really want to.
svn:r4802
|
|
|
|
|
|
|
| |
will affect them.
svn:r4787
|
|
|
|
| |
svn:r4784
|
|
|
|
|
|
|
|
|
| |
and there's a running Tor server at that address which allows exit to
the destination, then extend the circuit to that exit first.
Also, if the user asks for a .exit node, cannibalize general circs for it.
svn:r4779
|
|
|
|
|
|
|
| |
nick, is this an ugly hack of your protocol?
svn:r4775
|
|
|
|
|
|
|
| |
Add a 'getinfo unregistered-servers' for arma's internal use.
svn:r4774
|
|
|
|
|
|
| |
reported Solaris x86 warnings.
svn:r4770
|
|
|
|
| |
svn:r4761
|
|
|
|
| |
svn:r4754
|
|
|
|
| |
svn:r4743
|
|
|
|
|
|
| |
control conns (for good measure)
svn:r4729
|
|
|
|
| |
svn:r4728
|
|
|
|
|
|
| |
getinfo keys.
svn:r4694
|
|
|
|
|
|
| |
stuff to option[s]_*
svn:r4641
|
|
|
|
| |
svn:r4637
|
|
|
|
| |
svn:r4632
|
|
|
|
| |
svn:r4590
|
|
|
|
| |
svn:r4588
|
|
|
|
| |
svn:r4587
|
|
|
|
|
|
|
| |
init the circuit before we can add hops to its cpath.
svn:r4586
|
|
|
|
|
|
|
|
|
| |
and an error message was misleading
and we were leaking memory on some errors
more bugs remain
svn:r4585
|
|
|
|
| |
svn:r4580
|
|
|
|
| |
svn:r4574
|
|
|
|
| |
svn:r4539
|
|
|
|
| |
svn:r4531
|
|
|
|
| |
svn:r4530
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|