tor/src/or
Roger Dingledine 4fafa81f32 help debug: when we close a conn due to timeout, tell us its
file descriptor, not its connectionarray index.


svn:r4113
2005-04-25 17:24:16 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.c bugfix: make a debug log stop lying 2005-04-25 15:43:05 +00:00
circuitbuild.c bugfix: stop trying to print a null pointer if an OR conn fails 2005-04-25 15:43:37 +00:00
circuitlist.c Fixs a signed/unsigned comparison 2005-04-08 03:26:23 +00:00
circuituse.c Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor messages better. 2005-04-07 21:07:19 +00:00
command.c 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. 2005-04-06 05:33:32 +00:00
config.c let NumCpus be singular without whining 2005-04-23 19:29:09 +00:00
connection_edge.c 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. 2005-04-07 20:25:22 +00:00
connection_or.c only call the connection open once we've decided we like the cert. 2005-04-25 17:23:52 +00:00
connection.c Add kludgy function to force controllers to flush EVENT_ERR_MSG events. 2005-04-08 03:36:39 +00:00
control.c 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? 2005-04-17 22:52:02 +00:00
cpuworker.c only complain about wedged cpuworkers after an hour, not 100 secs 2005-04-23 20:58:44 +00:00
directory.c only whine about clock skew from the dirserver if he's a trusted 2005-04-07 21:09:19 +00:00
dirserv.c those should be notices, not warns 2005-04-12 22:09:04 +00:00
dns.c stop wasting time doing a case insensitive comparison for every dns name 2005-04-06 20:25:21 +00:00
hibernate.c Give better warnings if connection_close_unattached_ap gets called twice or called on a marked connection; rename it to connection_mark_unattached_ap. 2005-04-02 22:11:24 +00:00
main.c help debug: when we close a conn due to timeout, tell us its 2005-04-25 17:24:16 +00:00
Makefile.am Start implementing control interface. 2004-11-03 01:32:26 +00:00
onion.c update copyright notices. 2005-04-01 20:15:56 +00:00
or.h add geoff's NoPublish patch 2005-04-21 10:40:48 +00:00
relay.c allow servers to publish descriptors from 12 hours in the future. 2005-04-07 21:01:00 +00:00
rendclient.c Give better warnings if connection_close_unattached_ap gets called twice or called on a marked connection; rename it to connection_mark_unattached_ap. 2005-04-02 22:11:24 +00:00
rendcommon.c Adjust maximum skew and age for rendezvous descriptors: adjust code to make skew add to age. 2005-04-03 05:36:23 +00:00
rendmid.c update copyright notices. 2005-04-01 20:15:56 +00:00
rendservice.c Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor messages better. 2005-04-07 21:07:19 +00:00
rephist.c update copyright notices. 2005-04-01 20:15:56 +00:00
router.c add geoff's NoPublish patch 2005-04-21 10:40:48 +00:00
routerlist.c be willing to load balance over up to 2mB, not 1mB, of advertised capacity 2005-04-12 22:09:47 +00:00
routerparse.c improved log error message 2005-04-02 08:30:40 +00:00
test.c tie MAX_DIR_SIZE to MAX_BUF_SIZE 2005-04-07 22:13:17 +00:00
tor_main.c update copyright notices. 2005-04-01 20:15:56 +00:00
tree.h Delete trailing whitespace and expand tabs; remove unused aes decrypt code 2004-04-07 19:57:40 +00:00