Nick Mathewson 55c468c521 Whitespace cleaning 7 年之前
..
Makefile.nmake d438cf1ec9 Implement scheduler mechanism to track lists of channels wanting cells or writes; doesn't actually drive the cell flow from it yet 9 年之前
addressmap.c ae4077916c Fix parse_virtual_addr_network minimum network size 7 年之前
addressmap.h 57699de005 Update the copyright year. 8 年之前
buffers.c 20c4b01694 Make preferred_chunk_size avoid overflow, handle big inputs better 7 年之前
buffers.h 20c4b01694 Make preferred_chunk_size avoid overflow, handle big inputs better 7 年之前
channel.c 5927ed8d33 checkSpace.pl now forbids more identifiers. 7 年之前
channel.h 5927ed8d33 checkSpace.pl now forbids more identifiers. 7 年之前
channeltls.c 5927ed8d33 checkSpace.pl now forbids more identifiers. 7 年之前
channeltls.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年之前
circpathbias.c 4f1a04ff9c Replace nearly all XXX0vv comments with smarter ones 8 年之前
circpathbias.h 57699de005 Update the copyright year. 8 年之前
circuitbuild.c 9f0cb5af15 Merge branch 'feature-17178-v7-squashed-v2' 7 年之前
circuitbuild.h 10aa913acc Client & HS ignore UseNTorHandshake, all non-HS handshakes use ntor 7 年之前
circuitlist.c 077f6a4888 Merge branch 'maint-0.2.8' 7 年之前
circuitlist.h addd181721 Fix memory leak in TestingEnableCellStatsEvent 8 年之前
circuitmux.c 80f1a2cbbd Add the -Wextra-semi warning from clang, and fix the cases where it triggers 8 年之前
circuitmux.h 57699de005 Update the copyright year. 8 年之前
circuitmux_ewma.c 94bff894f9 Fix a large pile of solaris warnings for bug 19767. 7 年之前
circuitmux_ewma.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年之前
circuitstats.c 365ca3ca0f Refactor Single Onion code to improve consistency 7 年之前
circuitstats.h 57699de005 Update the copyright year. 8 年之前
circuituse.c 568dc27a19 Make base16_decodes return number of decoded bytes 8 年之前
circuituse.h 57699de005 Update the copyright year. 8 年之前
command.c 57699de005 Update the copyright year. 8 年之前
command.h 57699de005 Update the copyright year. 8 年之前
config.c af70e43131 Merge remote-tracking branch 'public/spaces_in_unix_addrs' 7 年之前
config.h af70e43131 Merge remote-tracking branch 'public/spaces_in_unix_addrs' 7 年之前
confparse.c 3c8baa77a1 Log a warning when Testing options are deprecated. 7 年之前
confparse.h 3c8baa77a1 Log a warning when Testing options are deprecated. 7 年之前
connection.c 32fbc9738a Fix OOS comparator fix 7 年之前
connection.h 1a7709d409 Add connection_is_moribund() inline 7 年之前
connection_edge.c 87865c8aca Extract ExitPolicy-and-IPv6Exit check into a new function 7 年之前
connection_edge.h 57699de005 Update the copyright year. 8 年之前
connection_or.c d65f030915 Unit test for pick_oos_victims() 7 年之前
connection_or.h d65f030915 Unit test for pick_oos_victims() 7 年之前
control.c 365ca3ca0f Refactor Single Onion code to improve consistency 7 年之前
control.h 657eaee6ae Expose GETINFO download status statics for test suite and make things mockable 7 年之前
cpuworker.c 265e40b481 Raise libevent dependency to 2.0.10-stable or newer 7 年之前
cpuworker.h 57699de005 Update the copyright year. 8 年之前
dircollate.c fdc0a660b4 dircollate: Use correct tor_calloc args. 7 年之前
dircollate.h 6a91cab79c Merge branch 'maint-0.2.7' 8 年之前
directory.c 9228db5f1b remove confusing comment about conditional consensus download 7 年之前
directory.h b560f852f2 Implement Prop #260: Single Onion Services 7 年之前
dirserv.c 501fc3bbc6 protovers: during voting, assert that we are not voting to shut down. 7 年之前
dirserv.h f33b90324a Include protocol versions in votes. 7 年之前
dirvote.c 80e2896d52 comment tweak. Fixes 20271. patch from pastly. 7 年之前
dirvote.h 97337844b7 Merge branch 'protover_v2_squashed' 7 年之前
dns.c 265e40b481 Raise libevent dependency to 2.0.10-stable or newer 7 年之前
dns.h 57699de005 Update the copyright year. 8 年之前
dns_structs.h 77a5ca901f Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl(). 8 年之前
dnsserv.c 32926b008b dns: Always enable DNS request for our DNSPort 7 年之前
dnsserv.h 57699de005 Update the copyright year. 8 年之前
entrynodes.c 4757303873 Fix all -Wshadow warnings on Linux 7 年之前
entrynodes.h 657eaee6ae Expose GETINFO download status statics for test suite and make things mockable 7 年之前
ext_orport.c c68a23a135 Bufferevent removal: remove HAS_BUFFEREVENT macros and usage 7 年之前
ext_orport.h 57699de005 Update the copyright year. 8 年之前
fallback_dirs.inc 30275b048f Remove another fallback whose operator opted-out 7 年之前
fp_pair.c 57699de005 Update the copyright year. 8 年之前
fp_pair.h 57699de005 Update the copyright year. 8 年之前
geoip.c 4757303873 Fix all -Wshadow warnings on Linux 7 年之前
geoip.h 57699de005 Update the copyright year. 8 年之前
hibernate.c bbac9e1d0c Don't warn on unlink(bw_accounting) when errno == ENOENT 7 年之前
hibernate.h 57699de005 Update the copyright year. 8 年之前
include.am b2b2e1c7f2 checkpoint basic protover backend 7 年之前
keypin.c 8ba4ba0a74 Grammar. 7 年之前
keypin.h 57699de005 Update the copyright year. 8 年之前
main.c 97337844b7 Merge branch 'protover_v2_squashed' 7 年之前
main.h d65f030915 Unit test for pick_oos_victims() 7 年之前
microdesc.c 4f19f85eda Prevents negative number of written bytes on error message. 7 年之前
microdesc.h f698b509d8 Add unit tests for networkstatus_consensus_is_bootstrapping 8 年之前
networkstatus.c ac707ae70a Merge branch 'bug20176_v2' 7 年之前
networkstatus.h aaa3129043 Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed' 7 年之前
nodelist.c bbaa7d09a0 Merge remote-tracking branch 'teor/reject-tap-v6' 7 年之前
nodelist.h 57699de005 Update the copyright year. 8 年之前
ntmain.c 265e40b481 Raise libevent dependency to 2.0.10-stable or newer 7 年之前
ntmain.h 57699de005 Update the copyright year. 8 年之前
onion.c febd4ab0e5 Client & HS make sure every hop in every non-HS path supports ntor 7 年之前
onion.h 57699de005 Update the copyright year. 8 年之前
onion_fast.c acba4cc954 test coverage on onion_fast: 0%->100% 7 年之前
onion_fast.h 57699de005 Update the copyright year. 8 年之前
onion_ntor.c ae22c249c3 Improve test coverage a little on onion*.c 7 年之前
onion_ntor.h 57699de005 Update the copyright year. 8 年之前
onion_tap.c ae22c249c3 Improve test coverage a little on onion*.c 7 年之前
onion_tap.h 57699de005 Update the copyright year. 8 年之前
or.h 97337844b7 Merge branch 'protover_v2_squashed' 7 年之前
periodic.c 265e40b481 Raise libevent dependency to 2.0.10-stable or newer 7 年之前
periodic.h 57699de005 Update the copyright year. 8 年之前
policies.c 0d485fcfef Vote Exit correctly with DirAllowPrivateAddresses set 7 年之前
policies.h 514f0041d1 Avoid disclosing exit IP addresses in exit policies by default 7 年之前
protover.c 153ff4f559 fix a warning in protover. 7 年之前
protover.h 4cbfee14d4 Update prop264 implementation to split HSMid->HS{Intro,Rend} 7 年之前
reasons.c 57699de005 Update the copyright year. 8 年之前
reasons.h 57699de005 Update the copyright year. 8 年之前
relay.c 077f6a4888 Merge branch 'maint-0.2.8' 7 年之前
relay.h 57699de005 Update the copyright year. 8 年之前
rendcache.c 0616fd6fb6 typo/comment/log fixes i found in my sandbox from montreal 8 年之前
rendcache.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年之前
rendclient.c 9f0cb5af15 Merge branch 'feature-17178-v7-squashed-v2' 7 年之前
rendclient.h b560f852f2 Implement Prop #260: Single Onion Services 7 年之前
rendcommon.c 2c7d09dfd2 Fix a check-spaces warning. 7 年之前
rendcommon.h b560f852f2 Implement Prop #260: Single Onion Services 7 年之前
rendmid.c be0e1e9e2f Stop being so strict about the payload length of "rendezvous1" cells 8 年之前
rendmid.h 57699de005 Update the copyright year. 8 年之前
rendservice.c 55c468c521 Whitespace cleaning 7 年之前
rendservice.h a4f46ff8ba Refactor the hidden service code to use rend_service_path 7 年之前
rephist.c dffc6910b1 Three more -Wshadow fixes. 7 年之前
rephist.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年之前
replaycache.c 57699de005 Update the copyright year. 8 年之前
replaycache.h 57699de005 Update the copyright year. 8 年之前
router.c 49d7feb8a0 Tweak patch for 18529. 7 年之前
router.h 06031b441e touchups and refactorings on bug 18616 branch 8 年之前
routerkeys.c 7026b607a0 Fix spurious compiler warning in do_getpass(). 7 年之前
routerkeys.h 57699de005 Update the copyright year. 8 年之前
routerlist.c 1ab641a70e Remove version_known, and subtly change the meaning of protocols_known 7 年之前
routerlist.h bbaa7d09a0 Merge remote-tracking branch 'teor/reject-tap-v6' 7 年之前
routerparse.c 55c468c521 Whitespace cleaning 7 年之前
routerparse.h 8fdf2f583c Unit tests for proposal 271 client-side implementation 7 年之前
routerset.c 57699de005 Update the copyright year. 8 年之前
routerset.h 57699de005 Update the copyright year. 8 年之前
scheduler.c a8676b1ede Merge branch 'bug18902_squashed' 7 年之前
scheduler.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年之前
shared_random.c e9fdec2b1d capture and detect expected BUG messages in shared-random tests 7 年之前
shared_random.h 87758dbebc Merge remote-tracking branch 'dgoulet/bug19567_029_01' 7 年之前
shared_random_state.c 507f07de09 Merge remote-tracking branch 'public/deprecation_v2' 7 年之前
shared_random_state.h be78e9ff37 Keep make check-spaces happy 7 年之前
statefile.c f5dcab8072 Add new warn_deprecated option to config_assign*(). 7 年之前
statefile.h 57699de005 Update the copyright year. 8 年之前
status.c 57699de005 Update the copyright year. 8 年之前
status.h 57699de005 Update the copyright year. 8 年之前
tor_main.c 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 年之前
torcert.c dd572dac34 Fix all doxygen warnings (other than missing docs) 8 年之前
torcert.h 57699de005 Update the copyright year. 8 年之前
transports.c 4757303873 Fix all -Wshadow warnings on Linux 7 年之前
transports.h 57699de005 Update the copyright year. 8 年之前