- Nov 05, 2019
-
-
teor authored
-
teor authored
Combine V_IMMUTABLE and FILENAME changes on PidFile.
-
teor authored
-
teor authored
-
teor authored
Regenerate the exceptions file, but only commit the improvements. Includes changes from 32213 and other tickets.
-
teor authored
Part of 32213.
-
teor authored
Fixes bug 32371; bugfix on 0.4.0.1-alpha.
-
teor authored
Fixes bug 32370; bugfix on 0.4.1.2-alpha.
-
teor authored
Part of 32213.
-
teor authored
Part of 32213.
-
teor authored
This is an automated commit, generated by this command: ./scripts/maint/rename_c_identifier.py \ get_dirportfrontpage relay_get_dirportfrontpage \ parse_port_config port_parse_config \ count_real_listeners port_count_real_listeners \ parse_transport_line pt_parse_transport_line \ ensure_bandwidth_cap config_ensure_bandwidth_cap \ get_effective_bwrate relay_get_effective_bwrate \ get_effective_bwburst relay_get_effective_bwburst \ warn_nonlocal_ext_orports port_warn_nonlocal_ext_orports \ parse_ports_relay port_parse_ports_relay \ update_port_set_relay port_update_port_set_relay \ get_transport_bindaddr_from_config pt_get_bindaddr_from_config \ get_options_for_server_transport pt_get_options_for_server_transport It was generated with --no-verify, because it has some long lines. Part of 32213.
-
teor authored
-
teor authored
Tests relay/relay_config.c. Part of 32213.
-
teor authored
Tests relay/transport_config.c. Part of 32213.
-
teor authored
Obviously correct fixes on already reviewed code.
-
teor authored
Obviously correct fixes on already reviewed code.
-
teor authored
Obviously correct fixes on already reviewed code.
-
teor authored
Obviously correct fixes on already reviewed code.
-
teor authored
Obviously correct fixes on already reviewed code.
-
teor authored
This change makes sure we are always using the coverage binary, when coverage is enabled. Fixes bug 32368; bugfix on 0.2.7.3-rc.
-
teor authored
Fixes bug 32352; bugfix on 0.0.9pre6.
-
teor authored
Part of 32213.
-
teor authored
Part of 32213.
-
teor authored
Part of 32213.
-
- Nov 04, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
This includes app, core, feature, lib, and tools, but excludes ext, test, and trunnel. This was generated by the following shell script: cd src for dname in $(find lib core feature app tools -type d |grep -v \\.deps$); do keyword="$(echo "$dname" |sed -e "s/\//_/" )" target="${dname}/${keyword}.dox" echo "$target" cat <<EOF >"$target" /** @dir ${dname} @brief ${dname} **/ EOF git add "$target" done
-
teor authored
Minor simplification and refactoring. Part of 32113.
-
teor authored
This commit: * disables the ExtORPort, ServerTransportPlugin, ServerTransportListenAddress, and ServerTransportOptions options, when the relay module is disabled. Part of 32213.
-
teor authored
Part of 32213.
-
teor authored
This commit: * disables the ORPort, DirPort, DirCache, and BridgeRelay options, * sets ClientOnly 1, * disables relay_config.c and relay/transport_config.c, * disables test_rebind.sh, and * modifies the expected results for test_parseconf.sh, when the relay module is disabled. Part of 32213.
-
teor authored
Part of 32213.
-
teor authored
Minor simplification and refactoring. Make the dirauth tests focus on testing the intention of the code, rather than option processing order. Part of 32213.
-
- Nov 03, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
This change tells doxygen to include all files not explicitly excluded, and to document paths along with filenames.
-
Nick Mathewson authored
-
- Nov 01, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Oct 31, 2019
-
-
George Kadianakis authored
-
teor authored
Bugfix on 31919; not in any released version of Tor.
-
teor authored
-