Skip to content

Commit

Permalink
update tor version to 0.4.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Oct 10, 2023
1 parent 5d2fbc9 commit 65e209a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tor
Submodule tor updated 85 files
+301 −0 ChangeLog
+301 −0 ReleaseNotes
+0 −5 changes/bug40639
+0 −9 changes/bug40642
+0 −8 changes/bug40644
+0 −5 changes/bug40645
+0 −2 changes/fallbackdirs-2022-08-11
+0 −3 changes/geoip-2022-08-11
+0 −5 changes/geoip-2022-08-12
+0 −5 changes/ticket40604
+0 −4 changes/ticket40623
+0 −4 changes/ticket40649
+0 −10 changes/ticket40652
+7 −7 configure.ac
+1 −1 contrib/win32build/tor-mingw.nsi.in
+10 −0 scripts/build/combine_libs
+1 −1 scripts/ci/ci-driver.sh
+6 −0 scripts/maint/code-format.sh
+4 −7 src/app/config/auth_dirs.inc
+1 −1 src/app/config/config.c
+496 −489 src/app/config/fallback_dirs.inc
+9 −1 src/app/main/main.c
+12,338 −8,760 src/config/geoip
+12,884 −4,561 src/config/geoip6
+56 −34 src/core/mainloop/connection.c
+48 −4 src/core/mainloop/cpuworker.c
+7 −0 src/core/mainloop/cpuworker.h
+29 −0 src/core/or/circuitlist.c
+5 −0 src/core/or/circuitlist.h
+37 −71 src/core/or/circuituse.c
+28 −1 src/core/or/congestion_control_common.c
+5 −0 src/core/or/congestion_control_common.h
+19 −0 src/core/or/congestion_control_flow.c
+6 −0 src/core/or/congestion_control_flow.h
+2 −2 src/core/or/congestion_control_nola.c
+9 −2 src/core/or/congestion_control_st.h
+280 −17 src/core/or/congestion_control_vegas.c
+21 −0 src/core/or/congestion_control_vegas.h
+2 −2 src/core/or/congestion_control_westwood.c
+30 −2 src/core/or/connection_edge.c
+10 −4 src/core/or/connection_edge.h
+10 −6 src/core/or/connection_or.c
+4 −0 src/core/or/connection_st.h
+133 −2 src/core/or/dos.c
+11 −0 src/core/or/dos.h
+0 −2 src/core/or/or_connection_st.h
+0 −24 src/core/or/origin_circuit_st.h
+49 −9 src/core/or/relay.c
+5 −0 src/core/or/relay.h
+6 −3 src/core/or/status.c
+1 −1 src/core/or/status.h
+1 −1 src/core/proto/proto_socks.c
+0 −3 src/feature/dirauth/dirauth_options.inc
+1 −2 src/feature/dirauth/dirvote.c
+9 −0 src/feature/dirauth/process_descs.c
+12 −20 src/feature/hs/hs_circuit.c
+1 −1 src/feature/hs/hs_circuit.h
+1 −1 src/feature/hs/hs_client.c
+3 −0 src/feature/hs/hs_service.c
+13 −2 src/feature/nodelist/fmt_routerstatus.c
+4 −0 src/feature/nodelist/networkstatus.c
+4 −4 src/feature/relay/dns.c
+0 −13 src/feature/relay/ext_orport.c
+0 −4 src/feature/relay/ext_orport.h
+95 −34 src/feature/relay/onion_queue.c
+2 −0 src/feature/relay/onion_queue.h
+657 −2 src/feature/relay/relay_metrics.c
+25 −7 src/feature/relay/relay_metrics.h
+178 −0 src/feature/stats/rephist.c
+10 −0 src/feature/stats/rephist.h
+8 −0 src/lib/evloop/workqueue.c
+1 −0 src/lib/evloop/workqueue.h
+2 −1 src/lib/math/include.am
+42 −0 src/lib/math/stats.h
+8 −0 src/lib/sandbox/sandbox.c
+9 −5 src/lib/thread/numcpus.c
+7 −4 src/lib/time/compat_time.c
+2 −2 src/test/test_cell_formats.c
+2 −2 src/test/test_config.c
+31 −0 src/test/test_dns.c
+3 −0 src/test/test_include.sh
+11 −3 src/test/test_process_descs.c
+3 −0 src/test/test_rebind.sh
+1 −1 src/test/test_util.c
+1 −1 src/win32/orconfig.h

0 comments on commit 65e209a

Please sign in to comment.