tor/src/or
Roger Dingledine be478bb56c stutter therapy lessons
svn:r5191
2005-10-05 02:09:27 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.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
circuitbuild.c Check for named servers when looking them up by nickname; 2005-10-04 22:23:31 +00:00
circuitlist.c Reformat inconsistent function declarations. 2005-09-30 01:09:52 +00:00
circuituse.c Check for named servers when looking them up by nickname; 2005-10-04 22:23:31 +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 link nicknames to trusted directory servers; log these nicknames when mentioning servers; also, when we get a naming conflict; log which nicknames or keys are supposed to bind. 2005-10-04 21:21:09 +00:00
connection_edge.c Fix verbose compiler warnings, including one in routerlist.c that would have been an actual error. Normalize whitespace. Enforce convention that "address" is a hostname and "addr" is an IPv4 address. 2005-10-05 02:06:36 +00:00
connection_or.c Check for named servers when looking them up by nickname; 2005-10-04 22:23:31 +00:00
connection.c and another leak. 2005-09-30 21:31:26 +00:00
control.c stutter therapy lessons 2005-10-05 02:09:27 +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 Downgrade noisy log messages in preparation for an alpha release. 2005-10-05 01:27:08 +00:00
dirserv.c Check for named servers when looking them up by nickname; 2005-10-04 22:23:31 +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 Fix verbose compiler warnings, including one in routerlist.c that would have been an actual error. Normalize whitespace. Enforce convention that "address" is a hostname and "addr" is an IPv4 address. 2005-10-05 02:06:36 +00:00
Makefile.am Start implementing control interface. 2004-11-03 01:32:26 +00:00
onion.c Be consistent about preferring foo* to struct foo* 2005-07-22 21:12:10 +00:00
or.h Fix verbose compiler warnings, including one in routerlist.c that would have been an actual error. Normalize whitespace. Enforce convention that "address" is a hostname and "addr" is an IPv4 address. 2005-10-05 02:06:36 +00:00
relay.c bugfix: we were automatically condemning an exit node (concluding 2005-09-09 06:11:37 +00:00
rendclient.c Check for named servers when looking them up by nickname; 2005-10-04 22:23:31 +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 Fix verbose compiler warnings, including one in routerlist.c that would have been an actual error. Normalize whitespace. Enforce convention that "address" is a hostname and "addr" is an IPv4 address. 2005-10-05 02:06:36 +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 Check for named servers when looking them up by nickname; 2005-10-04 22:23:31 +00:00
routerlist.c Fix verbose compiler warnings, including one in routerlist.c that would have been an actual error. Normalize whitespace. Enforce convention that "address" is a hostname and "addr" is an IPv4 address. 2005-10-05 02:06:36 +00:00
routerparse.c Try to hunt down a few more leaks 2005-09-30 21:22:25 +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