Nick Mathewson cb92d47dec Merge remote-tracking branch 'dgoulet/ticket24902_029_05' into maint-0.2.9 il y a 6 ans
..
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 il y a 9 ans
addressmap.c ae4077916c Fix parse_virtual_addr_network minimum network size il y a 7 ans
addressmap.h 57699de005 Update the copyright year. il y a 8 ans
buffers.c 6cd5a80275 Fix GCC 7 -Wimplicit-fallthrough warnings il y a 6 ans
buffers.h 20c4b01694 Make preferred_chunk_size avoid overflow, handle big inputs better il y a 7 ans
channel.c c3c2b55dec test: Add unit tests for the DoS subsystem il y a 6 ans
channel.h c3c2b55dec test: Add unit tests for the DoS subsystem il y a 6 ans
channeltls.c cb92d47dec Merge remote-tracking branch 'dgoulet/ticket24902_029_05' into maint-0.2.9 il y a 6 ans
channeltls.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes il y a 8 ans
circpathbias.c 4f1a04ff9c Replace nearly all XXX0vv comments with smarter ones il y a 8 ans
circpathbias.h 57699de005 Update the copyright year. il y a 8 ans
circuitbuild.c d81f2b5d81 Refactor circuit_pick_create_handshake il y a 7 ans
circuitbuild.h 10aa913acc Client & HS ignore UseNTorHandshake, all non-HS handshakes use ntor il y a 7 ans
circuitlist.c 132e2f69b1 Merge branch 'maint-0.2.8' into maint-0.2.9 il y a 6 ans
circuitlist.h addd181721 Fix memory leak in TestingEnableCellStatsEvent il y a 8 ans
circuitmux.c 3b08184338 Merge branch 'maint-0.2.8' into maint-0.2.9 il y a 6 ans
circuitmux.h 7d845976e3 Merge branch 'maint-0.2.5' into maint-0.2.8 il y a 6 ans
circuitmux_ewma.c 84829e336c Module documentation for circuitmux_ewma.c il y a 7 ans
circuitmux_ewma.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes il y a 8 ans
circuitstats.c aae034d13e Write a bunch of module documentation. il y a 7 ans
circuitstats.h 57699de005 Update the copyright year. il y a 8 ans
circuituse.c 0ec94588ab Stop logging single onion and Tor2web long-term one-hop circuits il y a 7 ans
circuituse.h 57699de005 Update the copyright year. il y a 8 ans
command.c cb92d47dec Merge remote-tracking branch 'dgoulet/ticket24902_029_05' into maint-0.2.9 il y a 6 ans
command.h 57699de005 Update the copyright year. il y a 8 ans
config.c e58a4fc6cf dos: Make circuit rate limit per second, not tenths anymore il y a 6 ans
config.h af70e43131 Merge remote-tracking branch 'public/spaces_in_unix_addrs' il y a 7 ans
confparse.c 3c8baa77a1 Log a warning when Testing options are deprecated. il y a 7 ans
confparse.h 3c8baa77a1 Log a warning when Testing options are deprecated. il y a 7 ans
connection.c acf7ea77d8 dos: Add the connection DoS mitigation subsystem il y a 6 ans
connection.h 1a7709d409 Add connection_is_moribund() inline il y a 7 ans
connection_edge.c 6cd5a80275 Fix GCC 7 -Wimplicit-fallthrough warnings il y a 6 ans
connection_edge.h 57699de005 Update the copyright year. il y a 8 ans
connection_or.c 8d5dcdbda2 backport to make channel_is_client() accurate il y a 6 ans
connection_or.h d65f030915 Unit test for pick_oos_victims() il y a 7 ans
control.c 12dad5ebf7 Fix crashes on empty +HSPOST and +POSTDESCRIPTOR commands il y a 6 ans
control.h 657eaee6ae Expose GETINFO download status statics for test suite and make things mockable il y a 7 ans
cpuworker.c 24b7b922ae Actually free the worker_state_t object when we do an update with it il y a 7 ans
cpuworker.h 57699de005 Update the copyright year. il y a 8 ans
dircollate.c aae034d13e Write a bunch of module documentation. il y a 7 ans
dircollate.h 6a91cab79c Merge branch 'maint-0.2.7' il y a 8 ans
directory.c c86013291b Stop relays calling directory_fetches_from_authorities on dir downloads il y a 6 ans
directory.h 5385a023e1 Do not apply 'max_failures' to random-exponential schedules. il y a 7 ans
dirserv.c e658dad625 dirserv: Improve returned message when relay is rejected il y a 6 ans
dirserv.h f33b90324a Include protocol versions in votes. il y a 7 ans
dirvote.c a0ef3cf088 Prevent int underflow in dirvote.c compare_vote_rs_. il y a 7 ans
dirvote.h 97337844b7 Merge branch 'protover_v2_squashed' il y a 7 ans
dns.c 9827574308 Fix DNS resolution on busy exit relays il y a 6 ans
dns.h 609065f165 DefecTor countermeasure: change server- and client-side DNS TTL clipping il y a 7 ans
dns_structs.h aae034d13e Write a bunch of module documentation. il y a 7 ans
dnsserv.c d288704023 Avoid tor_fragile_assert() failure with DNSPort on RESOLVED_TYPE_ERROR il y a 7 ans
dnsserv.h 57699de005 Update the copyright year. il y a 8 ans
dos.c b60ffc5ce0 Merge remote-tracking branch 'dgoulet/bug25223_029_01' into ticket24902_029_05 il y a 6 ans
dos.h a09d5f5735 dos: Make sure cc_stats_refill_bucket can't overflow while calculating il y a 6 ans
entrynodes.c 4757303873 Fix all -Wshadow warnings on Linux il y a 7 ans
entrynodes.h 657eaee6ae Expose GETINFO download status statics for test suite and make things mockable il y a 7 ans
ext_orport.c 54fda6b98a Module-level docs for ext_orport and router.c il y a 7 ans
ext_orport.h 57699de005 Update the copyright year. il y a 8 ans
fallback_dirs.inc a42e52dded Add 7 other fallback dirs from teor's tests il y a 6 ans
fp_pair.c aae034d13e Write a bunch of module documentation. il y a 7 ans
fp_pair.h 57699de005 Update the copyright year. il y a 8 ans
geoip.c f08fa97460 geoip: Make geoip_client_cache_total_allocation() return the counter il y a 6 ans
geoip.h 475218c108 Merge branch 'ticket25122_029_02' into ticket24902_029_05 il y a 6 ans
hibernate.c 2b94b0ea72 Merge remote-tracking branch 'public/bug22245_024' into maint-0.2.9 il y a 6 ans
hibernate.h 57699de005 Update the copyright year. il y a 8 ans
include.am 64149353dd dos: Initial code of Denial of Service mitigation il y a 6 ans
keypin.c aae034d13e Write a bunch of module documentation. il y a 7 ans
keypin.h 57699de005 Update the copyright year. il y a 8 ans
main.c 64149353dd dos: Initial code of Denial of Service mitigation il y a 6 ans
main.h 3cd520a52d Merge branch 'maint-0.2.8' into maint-0.2.9 il y a 7 ans
microdesc.c 4f19f85eda Prevents negative number of written bytes on error message. il y a 7 ans
microdesc.h f698b509d8 Add unit tests for networkstatus_consensus_is_bootstrapping il y a 8 ans
networkstatus.c 64149353dd dos: Initial code of Denial of Service mitigation il y a 6 ans
networkstatus.h aaa3129043 Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed' il y a 7 ans
nodelist.c a445327b80 test: Add unit tests for addressset.c il y a 6 ans
nodelist.h a445327b80 test: Add unit tests for addressset.c il y a 6 ans
ntmain.c fcaf3335b4 Merge remote-tracking branch 'public/bug23081_025' into maint-0.2.9 il y a 6 ans
ntmain.h 57699de005 Update the copyright year. il y a 8 ans
onion.c 8500f0e4e1 Merge remote-tracking branch 'public/bug20059_024_v2' into maint-0.2.9 il y a 6 ans
onion.h 57699de005 Update the copyright year. il y a 8 ans
onion_fast.c aae034d13e Write a bunch of module documentation. il y a 7 ans
onion_fast.h 57699de005 Update the copyright year. il y a 8 ans
onion_ntor.c aae034d13e Write a bunch of module documentation. il y a 7 ans
onion_ntor.h 57699de005 Update the copyright year. il y a 8 ans
onion_tap.c aae034d13e Write a bunch of module documentation. il y a 7 ans
onion_tap.h 57699de005 Update the copyright year. il y a 8 ans
or.h e58a4fc6cf dos: Make circuit rate limit per second, not tenths anymore il y a 6 ans
periodic.c aae034d13e Write a bunch of module documentation. il y a 7 ans
periodic.h 57699de005 Update the copyright year. il y a 8 ans
policies.c 6e5e4f92ab Merge remote-tracking branch 'teor/bug24736_028' into maint-0.2.9 il y a 6 ans
policies.h 1afc2ed956 Fix policies.c instance of the "if (r=(a-b)) return r" pattern il y a 7 ans
protover.c 2c0487ecfb Handle NULL input to protover_compute_for_old_tor() il y a 6 ans
protover.h aae034d13e Write a bunch of module documentation. il y a 7 ans
reasons.c aae034d13e Write a bunch of module documentation. il y a 7 ans
reasons.h 57699de005 Update the copyright year. il y a 8 ans
relay.c 51839f4765 geoip: Hook the client history cache into the OOM handler il y a 6 ans
relay.h 7d845976e3 Merge branch 'maint-0.2.5' into maint-0.2.8 il y a 6 ans
rendcache.c de65647461 Merge branch 'maint-0.2.8' into maint-0.2.9 il y a 7 ans
rendcache.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes il y a 8 ans
rendclient.c 9f0cb5af15 Merge branch 'feature-17178-v7-squashed-v2' il y a 7 ans
rendclient.h b560f852f2 Implement Prop #260: Single Onion Services il y a 7 ans
rendcommon.c 2c7d09dfd2 Fix a check-spaces warning. il y a 7 ans
rendcommon.h b560f852f2 Implement Prop #260: Single Onion Services il y a 7 ans
rendmid.c 36a0ae151f dos: Add the DoSRefuseSingleHopClientRendezvous option il y a 6 ans
rendmid.h 57699de005 Update the copyright year. il y a 8 ans
rendservice.c 490ae26b24 hs: Use hs_service_max_rdv_failures consensus param, defaulting to 2 il y a 6 ans
rendservice.h f80a43d16f Stop ignoring hidden service key anonymity when first starting tor il y a 7 ans
rephist.c eaaa1108a3 Merge branch 'maint-0.2.8' into maint-0.2.9 il y a 6 ans
rephist.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes il y a 8 ans
replaycache.c 4396540129 Turn replaycache.c module doc into doxygen il y a 7 ans
replaycache.h 57699de005 Update the copyright year. il y a 8 ans
router.c eaaa1108a3 Merge branch 'maint-0.2.8' into maint-0.2.9 il y a 6 ans
router.h 3bb40b213b refactor router_pick_published_address to have another arg il y a 7 ans
routerkeys.c 7026b607a0 Fix spurious compiler warning in do_getpass(). il y a 7 ans
routerkeys.h 57699de005 Update the copyright year. il y a 8 ans
routerlist.c e91bae66d8 Merge branch 'bug23318-redux_029' into maint-0.2.9 il y a 6 ans
routerlist.h 3158777d35 Rename routerstatus_version_supports_ntor to *_supports_extend2_cells il y a 7 ans
routerparse.c 57154e71aa Reject Tor versions that contain non-numeric prefixes il y a 7 ans
routerparse.h f63e06d3dc Extract the part of tor_version_as_new_as that extracts platform il y a 7 ans
routerset.c aae034d13e Write a bunch of module documentation. il y a 7 ans
routerset.h 57699de005 Update the copyright year. il y a 8 ans
scheduler.c a8676b1ede Merge branch 'bug18902_squashed' il y a 7 ans
scheduler.h 53a3b39da1 Add -Wmissing-variable-declarations, with attendant fixes il y a 8 ans
shared_random.c e9fdec2b1d capture and detect expected BUG messages in shared-random tests il y a 7 ans
shared_random.h 87758dbebc Merge remote-tracking branch 'dgoulet/bug19567_029_01' il y a 7 ans
shared_random_state.c 507f07de09 Merge remote-tracking branch 'public/deprecation_v2' il y a 7 ans
shared_random_state.h be78e9ff37 Keep make check-spaces happy il y a 7 ans
statefile.c aae034d13e Write a bunch of module documentation. il y a 7 ans
statefile.h 57699de005 Update the copyright year. il y a 8 ans
status.c 14a8b87852 dos: Add a heartbeat log il y a 6 ans
status.h 57699de005 Update the copyright year. il y a 8 ans
tor_main.c aae034d13e Write a bunch of module documentation. il y a 7 ans
torcert.c dd572dac34 Fix all doxygen warnings (other than missing docs) il y a 8 ans
torcert.h 57699de005 Update the copyright year. il y a 8 ans
transports.c 3bb40b213b refactor router_pick_published_address to have another arg il y a 7 ans
transports.h 57699de005 Update the copyright year. il y a 8 ans