tor/src/or
Roger Dingledine cabb8624e2 bugfix: now that we don't do the client dns thing, our checks
to see if somebody was contradicting his exit policy were wrong.


svn:r3755
2005-03-13 05:53:17 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.c Fix signed/unsigned warning 2005-03-10 18:45:42 +00:00
circuitbuild.c Checkpoint in-progress fixes: 2005-02-27 09:47:01 +00:00
circuitlist.c Implement the common case of ATTACHSTREAM. 2005-03-12 04:22:01 +00:00
circuituse.c Implement the common case of ATTACHSTREAM. 2005-03-12 04:22:01 +00:00
command.c Fix an unused function warning 2005-01-03 20:03:49 +00:00
config.c ShutdownWaitLength should be an interval, not a uint 2005-03-12 20:16:52 +00:00
connection_edge.c Implement the common case of ATTACHSTREAM. 2005-03-12 04:22:01 +00:00
connection_or.c add support for CONNECTing through https proxies. 2005-02-24 10:56:55 +00:00
connection.c Implement the common case of ATTACHSTREAM. 2005-03-12 04:22:01 +00:00
control.c Implement the common case of ATTACHSTREAM. 2005-03-12 04:22:01 +00:00
cpuworker.c Change from inet_ntoa to a threadproof tor_inet_ntoa. 2005-02-22 08:18:36 +00:00
directory.c Checkpoint in-progress fixes: 2005-02-27 09:47:01 +00:00
dirserv.c Implement more control spec functionality 2005-02-25 20:46:13 +00:00
dns.c Revise all calls to connection_edge_end to avoid sending MISC, and to take errno into account where possible. 2005-03-01 22:42:31 +00:00
hibernate.c change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config option 2005-03-12 20:13:38 +00:00
main.c Get address map resetting implemented. 2005-03-11 21:39:39 +00:00
Makefile.am Start implementing control interface. 2004-11-03 01:32:26 +00:00
onion.c forward-port the onion queue thing 2005-02-20 09:27:48 +00:00
or.h change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config option 2005-03-12 20:13:38 +00:00
relay.c bugfix: now that we don't do the client dns thing, our checks 2005-03-13 05:53:17 +00:00
rendclient.c Handle unavailable hidden services better. We try each intro point 2005-01-19 23:15:59 +00:00
rendcommon.c Clean up rend cache on shutdown 2005-02-28 22:38:00 +00:00
rendmid.c start generating version 1 style introduce cells 2005-01-13 20:21:11 +00:00
rendservice.c fix a minor memory leak 2005-02-27 22:08:01 +00:00
rephist.c free some more memory at shutdown 2005-02-28 01:59:18 +00:00
router.c redefining default exit policy as per or-talk discussion 2005-03-11 05:07:31 +00:00
routerlist.c Implement new controller events for changed descriptors and new (not-yet-attached) streams. 2005-03-02 22:29:58 +00:00
routerparse.c Change version parsing logic: a version is "obsolete" if it is not recommended and (1) there is a newer recommended version in the same series, or (2) there are no recommended versions in the same series, but there are some recommended versions in a newer series. A version is "new" if it is newer than any recommended version in the same series. 2005-03-01 01:44:57 +00:00
test.c Change version parsing logic: a version is "obsolete" if it is not recommended and (1) there is a newer recommended version in the same series, or (2) there are no recommended versions in the same series, but there are some recommended versions in a newer series. A version is "new" if it is newer than any recommended version in the same series. 2005-03-01 01:44:57 +00:00
tor_main.c Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
tree.h Delete trailing whitespace and expand tabs; remove unused aes decrypt code 2004-04-07 19:57:40 +00:00