tor/src/or
2005-10-12 04:31:44 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.c Make doxygen marginally happier 2005-10-06 04:33:40 +00:00
circuitbuild.c Check for named servers when looking them up by nickname; 2005-10-04 22:23:31 +00:00
circuitlist.c Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happen, and does not really speed us up much when we do it. So stop doing it. 2005-10-06 22:18:01 +00:00
circuituse.c replace former relaunches of directory downloads with reset of failure count and relaunch of status downloads. Fix memory leak in trusted_dir_server_t. Reset "last download attempted" time when resetting failure counts. 2005-10-05 05:03:52 +00:00
command.c Docment or add DOCDOC comments to undocumented functions in src/or. Make function definition format uniform. 2005-06-11 18:52:12 +00:00
config.c Now that directory admins assure me they have adjested teir configs, it is safe to make authorities be non-versioning, non-naming by default. 2005-10-08 05:47:58 +00:00
connection_edge.c Make doxygen marginally happier 2005-10-06 04:33:40 +00:00
connection_or.c without braces, what will hold up the code? 2005-10-06 05:08:00 +00:00
connection.c fix a malformed warning entry 2005-10-07 19:49:48 +00:00
control.c Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the client can handle extra labeled info in its events. Add moreinfo to the "what is ready for downloading" msg so we can investigate digest-related download rules 2005-10-12 04:31:44 +00:00
cpuworker.c there was no need to die when we failed to spawn a cpuworker. 2005-09-23 00:04:44 +00:00
directory.c improve INFO-level logging for directory downloads. This is still too chatty, but it will help us analyze things. 2005-10-05 20:45:18 +00:00
dirserv.c Insert a newline between all router descriptors when generating (old style) signed directories, in case somebody was counting on that. 2005-10-08 06:02:41 +00:00
dns.c Reformat inconsistent function declarations. 2005-09-30 01:09:52 +00:00
hibernate.c a bit more code cleanup 2005-09-13 21:24:51 +00:00
main.c Once an hour (not just on startup) give OpenSSL some more entropy. 2005-10-06 22:22:22 +00:00
Makefile.am Start implementing control interface. 2004-11-03 01:32:26 +00:00
onion.c Make doxygen marginally happier 2005-10-06 04:33:40 +00:00
or.h Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the client can handle extra labeled info in its events. Add moreinfo to the "what is ready for downloading" msg so we can investigate digest-related download rules 2005-10-12 04:31:44 +00:00
relay.c bugfix: we were automatically condemning an exit node (concluding 2005-09-09 06:11:37 +00:00
rendclient.c Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happen, and does not really speed us up much when we do it. So stop doing it. 2005-10-06 22:18:01 +00:00
rendcommon.c Reformat inconsistent function declarations. 2005-09-30 01:09:52 +00:00
rendmid.c clean up the rendezvous warn log msgs, and downgrade some to info 2005-09-09 19:54:28 +00:00
rendservice.c Warn less about intro nodes by nickname; remember our own intro nodes by key. 2005-10-07 21:38:44 +00:00
rephist.c even better function start checks; give dmalloc a chance of working. 2005-09-30 01:39:24 +00:00
router.c Do not check whether DirPort is reachable when we are suppressing it because of hibernation. (Backport candidate) 2005-10-12 04:07:10 +00:00
routerlist.c Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the client can handle extra labeled info in its events. Add moreinfo to the "what is ready for downloading" msg so we can investigate digest-related download rules 2005-10-12 04:31:44 +00:00
routerparse.c Strip extra trailing newlines when parsing router descriptors. 2005-10-07 18:33:30 +00:00
test.c Never call free() on tor_malloc()d memory. This is unlikely to be our current leak, but it may help dmalloc work. 2005-09-30 20:47:58 +00:00
tor_main.c Docment or add DOCDOC comments to undocumented functions in src/or. Make function definition format uniform. 2005-06-11 18:52:12 +00:00
tree.h Change end-of-file NLNL convention. It turns out arma I and I agree. 2005-06-09 19:03:31 +00:00