tor/src/or
Roger Dingledine 15c1853bd6 don't print nulls
svn:r4159
2005-05-02 21:54:16 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.c Re-do fragmented control message handling to work with new buf_t system. 2005-04-27 22:01:34 +00:00
circuitbuild.c clean up this TOR_FRAGILE business 2005-04-26 18:52:16 +00:00
circuitlist.c Fixs a signed/unsigned comparison 2005-04-08 03:26:23 +00:00
circuituse.c clean up this TOR_FRAGILE business 2005-04-26 18:52:16 +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 workaround for user error: some people were putting "Address " in their 2005-04-29 18:52:05 +00:00
connection_edge.c clean up this TOR_FRAGILE business 2005-04-26 18:52:16 +00:00
connection_or.c clean up this TOR_FRAGILE business 2005-04-26 18:52:16 +00:00
connection.c Re-do fragmented control message handling to work with new buf_t system. 2005-04-27 22:01:34 +00:00
control.c Remove support for looking at old directory/routerdesc elements; mark non-new elements optional; switch to new format for dir-signing-key; start accepting newer elements so we can mark them as non-opt later; make tor-spec say the right stuff. 2005-05-02 21:22:31 +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 when we refuse a router descriptor, log contactinfo and source address. 2005-05-02 21:48:54 +00:00
dirserv.c don't print nulls 2005-05-02 21:54:16 +00:00
dns.c a bit more debug info 2005-04-26 20:05:15 +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 clean up this TOR_FRAGILE business 2005-04-26 18:52: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 Remove support for looking at old directory/routerdesc elements; mark non-new elements optional; switch to new format for dir-signing-key; start accepting newer elements so we can mark them as non-opt later; make tor-spec say the right stuff. 2005-05-02 21:22:31 +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 hidden service client connections were using some of their 2005-04-26 22:36:00 +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 Remove support for looking at old directory/routerdesc elements; mark non-new elements optional; switch to new format for dir-signing-key; start accepting newer elements so we can mark them as non-opt later; make tor-spec say the right stuff. 2005-05-02 21:22:31 +00:00
routerlist.c Remove support for looking at old directory/routerdesc elements; mark non-new elements optional; switch to new format for dir-signing-key; start accepting newer elements so we can mark them as non-opt later; make tor-spec say the right stuff. 2005-05-02 21:22:31 +00:00
routerparse.c reformat routerparse a bit 2005-05-02 21:48:25 +00:00
test.c Remove support for looking at old directory/routerdesc elements; mark non-new elements optional; switch to new format for dir-signing-key; start accepting newer elements so we can mark them as non-opt later; make tor-spec say the right stuff. 2005-05-02 21:22:31 +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