| .. |
|
.cvsignore
|
a970cd7cfa
update the cvsignore
|
22 years ago |
|
Makefile.am
|
347d3f9d62
Start implementing control interface.
|
21 years ago |
|
buffers.c
|
ef2409e4ed
Change the implementation of buf_t a lot: make it a ring buffer to minimize memmove on flush. This may break the universe, but it is probably Necessary For Perfomance.
|
20 years ago |
|
circuitbuild.c
|
509405a5f7
clean up this TOR_FRAGILE business
|
20 years ago |
|
circuitlist.c
|
c6769a80fb
Fixs a signed/unsigned comparison
|
20 years ago |
|
circuituse.c
|
509405a5f7
clean up this TOR_FRAGILE business
|
20 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.
|
20 years ago |
|
config.c
|
5e86e87124
Add basic HttpsProxyAuthenticator support, based on patch
|
20 years ago |
|
connection.c
|
509405a5f7
clean up this TOR_FRAGILE business
|
20 years ago |
|
connection_edge.c
|
509405a5f7
clean up this TOR_FRAGILE business
|
20 years ago |
|
connection_or.c
|
509405a5f7
clean up this TOR_FRAGILE business
|
20 years ago |
|
control.c
|
ce9995a579
Replace an infinite-stack-recursion bug with a generate-infinite-debug-messages bug. Maybe it isnt such a good idea to send LOG_DEBUG messages to the controller after all?
|
20 years ago |
|
cpuworker.c
|
92b970d2a6
only complain about wedged cpuworkers after an hour, not 100 secs
|
20 years ago |
|
directory.c
|
509405a5f7
clean up this TOR_FRAGILE business
|
20 years ago |
|
dirserv.c
|
bf79b5266f
those should be notices, not warns
|
20 years ago |
|
dns.c
|
4eb3cf9330
a bit more debug info
|
20 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.
|
20 years ago |
|
main.c
|
509405a5f7
clean up this TOR_FRAGILE business
|
20 years ago |
|
onion.c
|
0e81265359
update copyright notices.
|
20 years ago |
|
or.h
|
509405a5f7
clean up this TOR_FRAGILE business
|
20 years ago |
|
relay.c
|
dd98412ce1
allow servers to publish descriptors from 12 hours in the future.
|
20 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.
|
20 years ago |
|
rendcommon.c
|
11d20d78a0
Adjust maximum skew and age for rendezvous descriptors: adjust code to make skew add to age.
|
20 years ago |
|
rendmid.c
|
0e81265359
update copyright notices.
|
20 years ago |
|
rendservice.c
|
8cc3307e0d
Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor messages better.
|
20 years ago |
|
rephist.c
|
0e81265359
update copyright notices.
|
20 years ago |
|
router.c
|
ad4eca60ec
add geoff's NoPublish patch
|
20 years ago |
|
routerlist.c
|
769541ff7e
be willing to load balance over up to 2mB, not 1mB, of advertised capacity
|
20 years ago |
|
routerparse.c
|
8dbdbfb831
improved log error message
|
20 years ago |
|
test.c
|
ef2409e4ed
Change the implementation of buf_t a lot: make it a ring buffer to minimize memmove on flush. This may break the universe, but it is probably Necessary For Perfomance.
|
20 years ago |
|
tor_main.c
|
0e81265359
update copyright notices.
|
20 years ago |
|
tree.h
|
3d60cd1d61
Delete trailing whitespace and expand tabs; remove unused aes decrypt code
|
21 years ago |