Nick Mathewson 4d87919ba6 Merge remote-tracking branch 'origin/maint-0.2.3' 13 年之前
..
Makefile.nmake 02d206a58b Be a good git person: store nmakefiles in correct text fmt 14 年之前
buffers.c f45cde05f9 Remove tor_malloc_roundup(). 13 年之前
buffers.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
circuitbuild.c 0f45dbefed Use preferred OR for nodes with routerstatus and microdesc too. 13 年之前
circuitbuild.h 3410a46ebc Move ipv6_preferred from routerinfo_t to node_t. 13 年之前
circuitlist.c 2491fff5a6 Triage the XXX023 and XXX022 comments: postpone many. 14 年之前
circuitlist.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
circuituse.c eb3d079667 Make begindir_cutoff the same as general_cutoff 13 年之前
circuituse.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
command.c 734b09080f Fetch IPv6 address from NETINFO "other OR's address" field. 13 年之前
command.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
config.c e04e1a2e7d Clients connect to public relays over IPv6. 13 年之前
config.h 88859b2ff1 whitespace fix 13 年之前
config_codedigest.c 913067f788 Resolve about 24 DOCDOCs 14 年之前
connection.c 5898c09c3a Fix whitespace 13 年之前
connection.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
connection_edge.c 7faf115dff Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/END 13 年之前
connection_edge.h 5a3d9636f5 Merge remote-tracking branch 'public/bug3940_redux' 14 年之前
connection_or.c 9216e2819b Send IPv6 address in NETINFO cells. 13 年之前
connection_or.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
control.c eec86939d1 Merge remote-tracking branch 'origin/maint-0.2.3' 13 年之前
control.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
cpuworker.c 7faf115dff Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/END 13 年之前
cpuworker.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
directory.c dfe03d36c8 Don't infer we have a FooPort from the presence of a FooPort line 13 年之前
directory.h dfe03d36c8 Don't infer we have a FooPort from the presence of a FooPort line 13 年之前
dirserv.c d34c690e54 Allocate vote_microdesc_hash_t using tor_malloc_zero(). 13 年之前
dirserv.h 4cce8ab742 Add last_reachable and testing_since for IPv6 OR port. 13 年之前
dirvote.c 8ef395d6a9 Whitespace. 13 年之前
dirvote.h 68901da5a1 Generate microdescriptors with "a" lines. 13 年之前
dns.c 223e7cfabe When iterating over connections pending DNS, skip marked ones 13 年之前
dns.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
dnsserv.c 2491fff5a6 Triage the XXX023 and XXX022 comments: postpone many. 14 年之前
dnsserv.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
eventdns.c 1e5683b167 Be more careful calling wcstombs 14 年之前
eventdns.h 5cf9167f91 Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32 14 年之前
eventdns_tor.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
geoip.c 7faf115dff Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/END 13 年之前
geoip.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
hibernate.c 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
hibernate.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
include.am 90d1c85757 build: minimal adjustments to make out-of-tree build work 13 年之前
main.c 3da9a14f1c Merge remote-tracking branch 'arma/feature6758' 13 年之前
main.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
microdesc.c 2131cc125b Don't log about reloading the microdescriptor cache at startup 13 年之前
microdesc.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
networkstatus.c efdf6c7118 Fix the remaining instances of nexted SMARTLIST_FOREACH 13 年之前
networkstatus.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
nodelist.c d827a5495a Take microdesc into account when deciding about preferred OR port. 13 年之前
nodelist.h 8b081231b5 Make node_ipv6_preferred() take microdescs into account. 13 年之前
ntmain.c 1e5683b167 Be more careful calling wcstombs 14 年之前
ntmain.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
onion.c 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
onion.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
or.h 7a8366a3eb Add IPv6 OR port to microdesc_t and populate it. 13 年之前
policies.c e232938ec8 Merge remote-tracking branch 'origin/maint-0.2.3' 13 年之前
policies.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
reasons.c c19a2ff691 Merge remote-tracking branch 'public/bug4710' 14 年之前
reasons.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
relay.c 5898c09c3a Fix whitespace 13 年之前
relay.h e62104a7d2 Move tor_gettimeofday_cached() into compat_libevent 14 年之前
rendclient.c 10130e5979 Appease make check-spaces 14 年之前
rendclient.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
rendcommon.c 36c968491f Use new replaycache_t structure for replay detection in rend_service_introduce() 13 年之前
rendcommon.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
rendmid.c 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
rendmid.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
rendservice.c 778d90122c Avoid spurious warnings in rend_service_introduce 13 年之前
rendservice.h 471ab34032 Refactor INTRODUCE2 parsing code in rend_service_introduce() 13 年之前
rephist.c e13e9c40c8 Never emit the "opt" prefix in any directory stuff 13 年之前
rephist.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
replaycache.c 8f63ef10ad Implement replaycache_t for bug 6177, and unit tests for the preceding 13 年之前
replaycache.h 8f63ef10ad Implement replaycache_t for bug 6177, and unit tests for the preceding 13 年之前
router.c 5898c09c3a Fix whitespace 13 年之前
router.h 3410a46ebc Move ipv6_preferred from routerinfo_t to node_t. 13 年之前
routerlist.c 0a2fcc55c5 resolve an XXX by agreeing with nickm 13 年之前
routerlist.h cdef2b181a Rename routers_have_same_or_addr() to reflect the fact that it now checks both OR ports. 13 年之前
routerparse.c d7a646edcf Merge branch 'bug5535_only_rebased' 13 年之前
routerparse.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
status.c 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
status.h 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
tor_main.c 0fa107a6aa Update copyright dates to 2012; add a few missing copyright statements 14 年之前
transports.c 8b9f4d75f2 Address Nick's comments. 13 年之前
transports.h 8b9f4d75f2 Address Nick's comments. 13 年之前