| .. |
|
.cvsignore
|
a970cd7cfa
update the cvsignore
|
22 years ago |
|
Makefile.am
|
347d3f9d62
Start implementing control interface.
|
21 years ago |
|
buffers.c
|
0e81265359
update copyright notices.
|
21 years ago |
|
circuitbuild.c
|
8cc3307e0d
Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor messages better.
|
21 years ago |
|
circuitlist.c
|
8cc3307e0d
Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor messages better.
|
21 years ago |
|
circuituse.c
|
8cc3307e0d
Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor messages better.
|
21 years ago |
|
command.c
|
b7cdcf3462
Hopefully, this will make ORs much faster, and not break them: keep a big splay tree of (circid,orconn)->circuit mappings to make circuit_get_by_circid_conn much faster.
|
21 years ago |
|
config.c
|
652dde72f1
bugfix: chdir to your datadirectory at the *end* of the
|
21 years ago |
|
connection.c
|
dabafddb82
fix format bug
|
21 years ago |
|
connection_edge.c
|
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.
|
21 years ago |
|
connection_or.c
|
7709547c08
When we connect and finish TLS negotiation with address:port, it is obvious that any other key or nickname we might know about (as an authdirserver) does not actually exist at address:port.
|
21 years ago |
|
control.c
|
4991290935
Revise control spec and implementation to allow all log messages to be sent to controller with their severities intact.
|
21 years ago |
|
cpuworker.c
|
6bdfd97272
add function comment
|
21 years ago |
|
directory.c
|
ec3650f00f
only whine about clock skew from the dirserver if he's a trusted
|
21 years ago |
|
dirserv.c
|
8cc3307e0d
Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor messages better.
|
21 years ago |
|
dns.c
|
03720b39fd
stop wasting time doing a case insensitive comparison for every dns name
|
21 years ago |
|
hibernate.c
|
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.
|
21 years ago |
|
main.c
|
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.
|
21 years ago |
|
onion.c
|
0e81265359
update copyright notices.
|
21 years ago |
|
or.h
|
8cc3307e0d
Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor messages better.
|
21 years ago |
|
relay.c
|
dd98412ce1
allow servers to publish descriptors from 12 hours in the future.
|
21 years ago |
|
rendclient.c
|
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.
|
21 years ago |
|
rendcommon.c
|
11d20d78a0
Adjust maximum skew and age for rendezvous descriptors: adjust code to make skew add to age.
|
21 years ago |
|
rendmid.c
|
0e81265359
update copyright notices.
|
21 years ago |
|
rendservice.c
|
8cc3307e0d
Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor messages better.
|
21 years ago |
|
rephist.c
|
0e81265359
update copyright notices.
|
21 years ago |
|
router.c
|
13e211de17
We're printing the host mask wrong in exit policies in server descriptors.
|
21 years ago |
|
routerlist.c
|
716d9bc99a
when using preferred entry or exit nodes, ignore whether
|
21 years ago |
|
routerparse.c
|
8dbdbfb831
improved log error message
|
21 years ago |
|
test.c
|
0e81265359
update copyright notices.
|
21 years ago |
|
tor_main.c
|
0e81265359
update copyright notices.
|
21 years ago |
|
tree.h
|
3d60cd1d61
Delete trailing whitespace and expand tabs; remove unused aes decrypt code
|
22 years ago |