tor/src/or
Nick Mathewson 213658f117 r8894@Kushana: nickm | 2006-09-21 18:30:42 -0400
Specify and implement SOCKS5 interface for reverse hostname lookup.


svn:r8451
2006-09-22 00:43:55 +00:00
..
buffers.c r8894@Kushana: nickm | 2006-09-21 18:30:42 -0400 2006-09-22 00:43:55 +00:00
circuitbuild.c make my bandwidth exercises actually happen 2006-09-15 05:53:00 +00:00
circuitlist.c make my bandwidth exercises actually happen 2006-09-15 05:53:00 +00:00
circuituse.c r8881@Kushana: nickm | 2006-09-21 17:27:59 -0400 2006-09-21 21:49:36 +00:00
command.c prefer calling it a client rather than an OP 2006-09-07 01:00:37 +00:00
config.c r8878@Kushana: nickm | 2006-09-21 17:15:47 -0400 2006-09-21 21:48:55 +00:00
connection.c parameterize the loudness of get_interface_address() 2006-09-09 19:20:27 +00:00
connection_edge.c r8894@Kushana: nickm | 2006-09-21 18:30:42 -0400 2006-09-22 00:43:55 +00:00
connection_or.c
control.c Fix two bugs: first, "extendcircuit" would crash if you gave it a purpose. 2006-09-18 04:24:41 +00:00
cpuworker.c
directory.c r9770@danube: weasel | 2006-09-15 07:20:05 +0200 2006-09-15 05:20:16 +00:00
dirserv.c r8817@Kushana: nickm | 2006-09-14 18:31:29 -0400 2006-09-14 22:34:57 +00:00
dns.c Fix a couple of server-side reverse dns bugs 2006-09-22 00:10:26 +00:00
eventdns.c eventdns patch from Adam Langley 2006-09-19 21:37:03 +00:00
eventdns.h
eventdns_tor.h r8757@Kushana: nickm | 2006-09-07 13:07:46 -0400 2006-09-07 19:00:51 +00:00
hibernate.c
main.c r8878@Kushana: nickm | 2006-09-21 17:15:47 -0400 2006-09-21 21:48:55 +00:00
Makefile.am
onion.c
or.h r8894@Kushana: nickm | 2006-09-21 18:30:42 -0400 2006-09-22 00:43:55 +00:00
policies.c r8877@Kushana: nickm | 2006-09-21 17:12:33 -0400 2006-09-21 21:48:42 +00:00
relay.c remove some loud log messages 2006-09-22 00:24:27 +00:00
rendclient.c
rendcommon.c
rendmid.c prefer calling it a client rather than an OP 2006-09-07 01:00:37 +00:00
rendservice.c
rephist.c
router.c r8879@Kushana: nickm | 2006-09-21 17:20:31 -0400 2006-09-21 21:49:03 +00:00
routerlist.c NEEDS REVIEW. Act on previous comment, and handle named servers differently: now, we allow multiple servers with the same name in the routerlist even if that name is reserved, but we check whether names are reserved when we try to look up routers by nickname. This is a minor security fix. This makes router_add_to_routerlist O(1). This is a backport candidate. 2006-09-19 23:48:14 +00:00
routerparse.c r8872@Kushana: nickm | 2006-09-21 14:00:20 -0400 2006-09-21 21:48:06 +00:00
test.c r8879@Kushana: nickm | 2006-09-21 17:20:31 -0400 2006-09-21 21:49:03 +00:00
tor_main.c