Nick Mathewson d276894772 I think it is correct to decorate these addresses. 11 years ago
..
Makefile.nmake 184560c4f6 Add initial circuitmux_ewma.{c,h} 11 years ago
addressmap.c d276894772 I think it is correct to decorate these addresses. 11 years ago
addressmap.h cac5335195 Get the client side of receiving an IPv6 address to work 11 years ago
buffers.c 7908ab2093 Move address map into its own file. 11 years ago
buffers.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
channel.c 3db3daa663 Add comment explaining different channel close functions 11 years ago
channel.h be37125030 Merge branch 'bsd_queue' of ssh://git-rw.torproject.org/nickm/tor 11 years ago
channeltls.c 713736a6a7 Fix a memory leak in handling errors on CERTS cells. bug 7422 11 years ago
channeltls.h 56c0baa523 Rename all reserved C identifiers we defined 11 years ago
circuitbuild.c 848333c6d6 Fix more madness from the split_circuitbuild merge 11 years ago
circuitbuild.h 848333c6d6 Fix more madness from the split_circuitbuild merge 11 years ago
circuitlist.c 81deddb08c Merge remote-tracking branch 'origin/maint-0.2.3' 11 years ago
circuitlist.h 56c0baa523 Rename all reserved C identifiers we defined 11 years ago
circuitmux.c 5543c5b202 Fix formatting in various places after 6465/6816 work 11 years ago
circuitmux.h 56c0baa523 Rename all reserved C identifiers we defined 11 years ago
circuitmux_ewma.c 05194cce62 Avoid c99 designated initializers in circuitmux_ewma.c 11 years ago
circuitmux_ewma.h 56c0baa523 Rename all reserved C identifiers we defined 11 years ago
circuitstats.c 907db008ab Move the circuit build timeout code into its own file. 11 years ago
circuitstats.h 907db008ab Move the circuit build timeout code into its own file. 11 years ago
circuituse.c 7908ab2093 Move address map into its own file. 11 years ago
circuituse.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
command.c 9f83142591 Merge remote-tracking branch 'public/bug1031' 11 years ago
command.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
config.c 111321ed16 Rename ipv{4,6}_only to bind_ipv{4,6}_only 11 years ago
config.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
config_codedigest.c 913067f788 Resolve about 24 DOCDOCs 12 years ago
confparse.c d995dc8bac Split the routerset code out of routerlist.c 11 years ago
confparse.h 7627b2c187 Split the generic config_fmt_t code into a new confparse.c file 11 years ago
connection.c 4bec25c3cd Add {No,}IPv{4,6}Traffic options to SOCKSPort 11 years ago
connection.h 8124398835 Check for orconns in connection_mark_for_close and connection_mark_and_flush, and pass the call through channel_close_for_error with a warning to avoid asserts 11 years ago
connection_edge.c d276894772 I think it is correct to decorate these addresses. 11 years ago
connection_edge.h cac5335195 Get the client side of receiving an IPv6 address to work 11 years ago
connection_or.c 0523c8de7d Merge branch 'check_for_orconn_on_close_squashed' of ssh://git-rw.torproject.org/user/andrea/tor 11 years ago
connection_or.h 3d8b73db55 Discard extraneous renegotiation attempts in the v3 link protocol 11 years ago
control.c 7908ab2093 Move address map into its own file. 11 years ago
control.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
cpuworker.c e709fe320a Use U64_FORMAT/U64_PRINTF_ARG rather than %lu for channel_t 11 years ago
cpuworker.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
directory.c 86258df65d Merge branch 'split_circuitbuild' 11 years ago
directory.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
dirserv.c a96c0affcb Better policy support for IPv6 11 years ago
dirserv.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
dirvote.c 04ea550141 Authorities put p6 lines into microdescriptors. 11 years ago
dirvote.h 04ea550141 Authorities put p6 lines into microdescriptors. 11 years ago
dns.c b7843ca554 Make DNS callback pass IPv6 answers to dns_answer_found 11 years ago
dns.h b7843ca554 Make DNS callback pass IPv6 answers to dns_answer_found 11 years ago
dnsserv.c 56c0baa523 Rename all reserved C identifiers we defined 11 years ago
dnsserv.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
entrynodes.c 848333c6d6 Fix more madness from the split_circuitbuild merge 11 years ago
entrynodes.h 9e9edf71f7 Split code for entry guards and bridges into a new module. 11 years ago
eventdns_tor.h f38fb29502 whitesapce fix 11 years ago
geoip.c 2b781613b0 Whitespace fixes 11 years ago
geoip.h 626a8b60d7 Merge remote-tracking branch 'linus/bug5053-bug5055' 11 years ago
hibernate.c 7ab3004223 Call channel_mark_for_close() properly in hibernate_go_dormant() 11 years ago
hibernate.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
include.am 7908ab2093 Move address map into its own file. 11 years ago
main.c 7908ab2093 Move address map into its own file. 11 years ago
main.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
microdesc.c c53adac122 Parse IPv6 policy summaries from router descriptors and microdescs 11 years ago
microdesc.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
networkstatus.c 02a43e5eb6 Merge remote-tracking branch 'public/bug7059' 11 years ago
networkstatus.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
nodelist.c 626a8b60d7 Merge remote-tracking branch 'linus/bug5053-bug5055' 11 years ago
nodelist.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
ntmain.c 1e5683b167 Be more careful calling wcstombs 12 years ago
ntmain.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
onion.c 81deddb08c Merge remote-tracking branch 'origin/maint-0.2.3' 11 years ago
onion.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
or.h 111321ed16 Rename ipv{4,6}_only to bind_ipv{4,6}_only 11 years ago
policies.c 9016d9e829 Add an IPv6Exit configuration option 11 years ago
policies.h 9016d9e829 Add an IPv6Exit configuration option 11 years ago
reasons.c 35f573136d Use LD_PROTOCOL rather than LD_BUG to warn about bogus reason codes that originated remotely in circuit_end_reason_to_control_string() 11 years ago
reasons.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
relay.c d276894772 I think it is correct to decorate these addresses. 11 years ago
relay.h cac5335195 Get the client side of receiving an IPv6 address to work 11 years ago
rendclient.c e1c7d12b1d Turn some memset()s introduced in tor 0.2.4 into memwipe()s 11 years ago
rendclient.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
rendcommon.c 56c0baa523 Rename all reserved C identifiers we defined 11 years ago
rendcommon.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
rendmid.c 56c0baa523 Rename all reserved C identifiers we defined 11 years ago
rendmid.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
rendservice.c e1c7d12b1d Turn some memset()s introduced in tor 0.2.4 into memwipe()s 11 years ago
rendservice.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
rephist.c 9f83142591 Merge remote-tracking branch 'public/bug1031' 11 years ago
rephist.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
replaycache.c 56c0baa523 Rename all reserved C identifiers we defined 11 years ago
replaycache.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
router.c 111321ed16 Rename ipv{4,6}_only to bind_ipv{4,6}_only 11 years ago
router.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
routerlist.c c53adac122 Parse IPv6 policy summaries from router descriptors and microdescs 11 years ago
routerlist.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
routerparse.c c53adac122 Parse IPv6 policy summaries from router descriptors and microdescs 11 years ago
routerparse.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
routerset.c a96c0affcb Better policy support for IPv6 11 years ago
routerset.h d995dc8bac Split the routerset code out of routerlist.c 11 years ago
statefile.c 907db008ab Move the circuit build timeout code into its own file. 11 years ago
statefile.h 7d11952bf4 Split the or_state_t portions of config.c into their own file 11 years ago
status.c 56c0baa523 Rename all reserved C identifiers we defined 11 years ago
status.h 0cb921f3e9 Convert all include-guard macros to avoid reserved identifiers. 11 years ago
tor_main.c 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 12 years ago
transports.c a9f786758d Add warning message when a managed proxy dies during configuration. 11 years ago
transports.h da16c425ef Start passing ports to tor_check_port_forwarding(). 11 years ago