Nick Mathewson 1afc2ed956 Fix policies.c instance of the "if (r=(a-b)) return r" pattern 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 66ecdcdd75 Update the buffer sentinel fix to work with our #20081 fix. 7 년 전
buffers.h 20c4b01694 Make preferred_chunk_size avoid overflow, handle big inputs better 7 년 전
channel.c 35df48b189 Module docs for channel.c and channeltls.c 7 년 전
channel.h 5927ed8d33 checkSpace.pl now forbids more identifiers. 7 년 전
channeltls.c 35df48b189 Module docs for channel.c and channeltls.c 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 d81f2b5d81 Refactor circuit_pick_create_handshake 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 56933787d5 Turn circuitmux.c comments into module docs. 7 년 전
circuitmux.h 57699de005 Update the copyright year. 8 년 전
circuitmux_ewma.c 84829e336c Module documentation for circuitmux_ewma.c 7 년 전
circuitmux_ewma.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 년 전
circuitstats.c aae034d13e Write a bunch of module documentation. 7 년 전
circuitstats.h 57699de005 Update the copyright year. 8 년 전
circuituse.c 0ec94588ab Stop logging single onion and Tor2web long-term one-hop circuits 7 년 전
circuituse.h 57699de005 Update the copyright year. 8 년 전
command.c aae034d13e Write a bunch of module documentation. 7 년 전
command.h 57699de005 Update the copyright year. 8 년 전
config.c 53d4e89626 Netbsd doesn't have ipfw, only the regular pf transport stuff. 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 8b93cbc16d Merge branch 'bug20716_026' into maint-0.2.9 7 년 전
connection.h 1a7709d409 Add connection_is_moribund() inline 7 년 전
connection_edge.c a40d212383 Downgrade a harmless bug warning to info. 7 년 전
connection_edge.h 57699de005 Update the copyright year. 8 년 전
connection_or.c d1b45786b1 Document connection_or.c and connection.c at module level 7 년 전
connection_or.h d65f030915 Unit test for pick_oos_victims() 7 년 전
control.c 3bb40b213b refactor router_pick_published_address to have another arg 7 년 전
control.h 657eaee6ae Expose GETINFO download status statics for test suite and make things mockable 7 년 전
cpuworker.c 24b7b922ae Actually free the worker_state_t object when we do an update with it 7 년 전
cpuworker.h 57699de005 Update the copyright year. 8 년 전
dircollate.c aae034d13e Write a bunch of module documentation. 7 년 전
dircollate.h 6a91cab79c Merge branch 'maint-0.2.7' 8 년 전
directory.c 0815f96416 Fix a BUG() warning from next_random_exponential_delay(). 7 년 전
directory.h 5385a023e1 Do not apply 'max_failures' to random-exponential schedules. 7 년 전
dirserv.c 6ff7850f26 be explicit in clear_status_flags_on_sybil that we leave BadExit alone 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 aae034d13e Write a bunch of module documentation. 7 년 전
dns.h 57699de005 Update the copyright year. 8 년 전
dns_structs.h aae034d13e Write a bunch of module documentation. 7 년 전
dnsserv.c d288704023 Avoid tor_fragile_assert() failure with DNSPort on RESOLVED_TYPE_ERROR 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 54fda6b98a Module-level docs for ext_orport and router.c 7 년 전
ext_orport.h 57699de005 Update the copyright year. 8 년 전
fallback_dirs.inc 4181e812c7 Update the fallback directory mirror list in December 2016 7 년 전
fp_pair.c aae034d13e Write a bunch of module documentation. 7 년 전
fp_pair.h 57699de005 Update the copyright year. 8 년 전
geoip.c aae034d13e Write a bunch of module documentation. 7 년 전
geoip.h 57699de005 Update the copyright year. 8 년 전
hibernate.c aae034d13e Write a bunch of module documentation. 7 년 전
hibernate.h 57699de005 Update the copyright year. 8 년 전
include.am cf2f36b8b4 Test for .git as readable instead of a dir to support worktrees 7 년 전
keypin.c aae034d13e Write a bunch of module documentation. 7 년 전
keypin.h 57699de005 Update the copyright year. 8 년 전
main.c 3cd520a52d Merge branch 'maint-0.2.8' into maint-0.2.9 7 년 전
main.h 3cd520a52d Merge branch 'maint-0.2.8' into maint-0.2.9 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 d82ffb77f3 Merge branch '20499_part1_029_squashed', remote-tracking branches 'teor/bug20591_029' and 'teor/bug20533_029' into maint-0.2.9 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 aae034d13e Write a bunch of module documentation. 7 년 전
ntmain.h 57699de005 Update the copyright year. 8 년 전
onion.c aae034d13e Write a bunch of module documentation. 7 년 전
onion.h 57699de005 Update the copyright year. 8 년 전
onion_fast.c aae034d13e Write a bunch of module documentation. 7 년 전
onion_fast.h 57699de005 Update the copyright year. 8 년 전
onion_ntor.c aae034d13e Write a bunch of module documentation. 7 년 전
onion_ntor.h 57699de005 Update the copyright year. 8 년 전
onion_tap.c aae034d13e Write a bunch of module documentation. 7 년 전
onion_tap.h 57699de005 Update the copyright year. 8 년 전
or.h 96c7ddbc7e circuit: Change close reasons from uint16_t to int 7 년 전
periodic.c aae034d13e Write a bunch of module documentation. 7 년 전
periodic.h 57699de005 Update the copyright year. 8 년 전
policies.c 1afc2ed956 Fix policies.c instance of the "if (r=(a-b)) return r" pattern 7 년 전
policies.h 1afc2ed956 Fix policies.c instance of the "if (r=(a-b)) return r" pattern 7 년 전
protover.c 907cd8a0cf protover: Fix old tor hardcoded version check 7 년 전
protover.h aae034d13e Write a bunch of module documentation. 7 년 전
reasons.c aae034d13e Write a bunch of module documentation. 7 년 전
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 de65647461 Merge branch 'maint-0.2.8' into maint-0.2.9 7 년 전
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 f80a43d16f Stop ignoring hidden service key anonymity when first starting tor 7 년 전
rendservice.h f80a43d16f Stop ignoring hidden service key anonymity when first starting tor 7 년 전
rephist.c aae034d13e Write a bunch of module documentation. 7 년 전
rephist.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes 8 년 전
replaycache.c 4396540129 Turn replaycache.c module doc into doxygen 7 년 전
replaycache.h 57699de005 Update the copyright year. 8 년 전
router.c 3bb40b213b refactor router_pick_published_address to have another arg 7 년 전
router.h 3bb40b213b refactor router_pick_published_address to have another arg 7 년 전
routerkeys.c 7026b607a0 Fix spurious compiler warning in do_getpass(). 7 년 전
routerkeys.h 57699de005 Update the copyright year. 8 년 전
routerlist.c 1afc2ed956 Fix policies.c instance of the "if (r=(a-b)) return r" pattern 7 년 전
routerlist.h 3158777d35 Rename routerstatus_version_supports_ntor to *_supports_extend2_cells 7 년 전
routerparse.c de65647461 Merge branch 'maint-0.2.8' into maint-0.2.9 7 년 전
routerparse.h 8fdf2f583c Unit tests for proposal 271 client-side implementation 7 년 전
routerset.c aae034d13e Write a bunch of module documentation. 7 년 전
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 aae034d13e Write a bunch of module documentation. 7 년 전
statefile.h 57699de005 Update the copyright year. 8 년 전
status.c aae034d13e Write a bunch of module documentation. 7 년 전
status.h 57699de005 Update the copyright year. 8 년 전
tor_main.c aae034d13e Write a bunch of module documentation. 7 년 전
torcert.c dd572dac34 Fix all doxygen warnings (other than missing docs) 8 년 전
torcert.h 57699de005 Update the copyright year. 8 년 전
transports.c 3bb40b213b refactor router_pick_published_address to have another arg 7 년 전
transports.h 57699de005 Update the copyright year. 8 년 전