Commits on Source
11913
a9733a32
build: Revert "Use -lresolv in LIBS with rust on OSX."
Feb 24, 2018
af3e5bed
build: Fix Makefile.am TOR_RUST_STATIC_NAME variable name after revert.
Feb 24, 2018
578aaa7f
Bug 25505: Check circuitmux queues before padding.
Mar 13, 2018
9df110cd
Remove PortForwarding options
Apr 04, 2018
3d5bf12a
relay: Remove max middle cells dead code
Apr 04, 2018
9504fabb
Enable DISABLE_DISABLING_ED25519.
Apr 05, 2018
fe3aca14
crypto: Refactor (P)RNG functionality into new crypto_rand module.
Apr 06, 2018
64e6551b
crypto: Remove unnecessary includes from src/common/crypto.[ch]
Apr 06, 2018
88190026
crypto: Alphabetise some #includes in /src/common/crypto*.
Apr 06, 2018
e32fc080
refactor: Alphabetise some includes in /src/or/*.
Apr 06, 2018
809f6fae
refactor: Remove unnecessary `#include "crypto.h"` throughout codebase.
Apr 06, 2018
1295044d
Lift the list of default directory servers into their own file.
Apr 09, 2018
e0809ec5
Prefer 32-bit implementation for timing wheels on 32-bit systems.
Apr 09, 2018
c2c5b13e
test: Add testing module and some unittests for bridges.c.
Apr 09, 2018
3ee7a8d3
tests: Make tt_finished() macro for tests without tt_*_op() calls.
Apr 09, 2018
10a1969c
Merge remote-tracking branch 'ahf-github/bugs/24854_029_2' into maint-0.2.9
Apr 10, 2018
db6902c2
Merge branch 'maint-0.2.9' into maint-0.3.1
Apr 10, 2018
ef16a11b
Merge branch 'maint-0.3.3'
Apr 10, 2018
0b1a054d
Merge branch 'maint-0.3.2' into maint-0.3.3
Apr 10, 2018
d3ac47b4
Merge branch 'maint-0.3.1' into maint-0.3.2
Apr 10, 2018
386f8016
Fix another crash-on-no-threadpool bug.
Apr 10, 2018
65d6b66e
config: Obsolete PortForwarding and PortForwardingHelper options.
Apr 10, 2018
550037f6
changes: Add changes file for 25409.
Apr 10, 2018
4178642b
changes: Add changes file for 25425.
Apr 10, 2018
6e467a7a
Merge remote-tracking branch 'isis-github/bug25409'
Apr 10, 2018
6bdfaa8b
Merge remote-tracking branch 'isis-github/bug25425_squashed2'
Apr 10, 2018
f9ba0c65
Bug 24989: Count client hsdir gets towards MaxClientCircuitsPending.
Apr 11, 2018
0c8f901e
Merge branch 'maint-0.3.3'
Apr 11, 2018
8b8630a5
Rename HSLayer{2,3}Nodes to start without an underscore.
Apr 11, 2018
0803d79f
Merge branch 'bug25581_033_v2_asn_squashed' into maint-0.3.3
Apr 11, 2018
a51630cc
Merge branch 'maint-0.3.3'
Apr 11, 2018
bd42367a
Make get_total_system_memory mockable.
Apr 12, 2018
5633a633
Use STATIC for compute_real_max_mem_in_queues
Apr 12, 2018
31508a0a
Use less memory for MaxMemInQueues for machines with more than 8 GB of RAM.
Apr 12, 2018
037fb0c8
Merge branch 'maint-0.3.3'
Apr 12, 2018
4aaa4215
Attempt to fix 32-bit builds, which broke with
31508a0a
Apr 12, 2018
467c882b
Merge branch 'maint-0.3.3'
Apr 12, 2018
46795a7b
Attempt to fix 32-bit clang builds, which broke with
31508a0a
Apr 12, 2018
f0887e30
Merge branch 'maint-0.3.3'
Apr 12, 2018
d3b9b5a3
Remove windows log_from_handle as unused.
Apr 12, 2018
2d6914e3
Refine extend_info_for_node's "enough info" check once again.
Apr 12, 2018
9fced56e
Refactor or_connection token buckets to use token_bucket_t
Apr 13, 2018
a38fd9bc
Replace the global buckets with token_bucket_t
Apr 13, 2018
6be994fa
Ensure that global buckets are updated on configuration change
Apr 13, 2018
12f58f2f
Remove a bunch of int casts; make clang happier.
Apr 13, 2018
c63761a0
changes file for token_bucket refactoring
Apr 13, 2018
3f514fe3
Accept small hops backward in the monotonic timer.
Apr 13, 2018
787bafc0
Increase tolerances for imprecise time.
Apr 13, 2018
ad57b127
Disable load_geoip_file() tests on windows
Apr 13, 2018
c5a3e2ca
Generic mechaism for "post-loop" callbacks
Apr 13, 2018
5719dfb4
Move the "activate linked connections" logic to a postloop event.
Apr 13, 2018
320bd2b3
Move connection_ap_attach_pending(0) into a postloop event
Apr 13, 2018
62f4d5a2
Add a unit test for post-loop events
Apr 13, 2018
2fe499eb
Changes files for post-loop events (25374)
Apr 13, 2018
b152d62c
Merge branch 'token_bucket_refactor_squashed'
Apr 13, 2018
03b96882
Rename token_bucket_t to token_bucket_rw_t.
Apr 13, 2018
4c03af48
Remove tell_event_loop_to_run_external_code() per review
Apr 13, 2018
61d87dfa
Merge branch 'postloop_callbacks_2'
Apr 13, 2018
119b053a
doc: Improve DoS section of the man page tor.1
Apr 13, 2018
712a7d76
doc: Move DOS options below SERVER options
Apr 13, 2018
21b347e2
doc: Fix typo and clarify that DoS options are relay only
Apr 13, 2018
c9de30c5
Merge branch 'maint-0.3.3'
Apr 13, 2018
4d8de6c6
Merge remote-tracking branch 'dgoulet/ticket25248_033_02' into maint-0.3.3
Apr 13, 2018
f2c81a8e
Merge branch 'maint-0.3.3'
Apr 13, 2018
0b40ed5e
Start re-refactoring the token bucket interface.
Apr 13, 2018
9c405ba5
Never pick a rate of 0.
Apr 13, 2018
2307bef7
Move token_bucket_raw_* functions to the start of the module.
Apr 13, 2018
003e6595
Refactor "timestamp" not to be its own type coupled to token buffers
Apr 13, 2018
1b31195b
Fix "make check-spaces"
Apr 13, 2018
34c2574a
Merge branch 'token_bucket_once_again_squashed'
Apr 13, 2018
c2f83746
token_bucket: Fix indentation
Apr 13, 2018
4b58b97c
32-bit compilation warnings
Apr 13, 2018
b65024f5
bump to 0.3.3.5-rc
Apr 14, 2018
efb442e2
Merge branch 'maint-0.3.3'
Apr 14, 2018
955f4d87
Remove changes files that will appear in 0.3.3.5-rc.
Apr 14, 2018
a8482d12
copy 0.3.3.5-rc changelog to master.
Apr 15, 2018
3ee4c9b1
bump to 0.3.3.5-rc-dev
Apr 15, 2018
8da7fccc
Merge branch 'maint-0.3.3'
Apr 15, 2018
6ed2ad0f
Add the change file of
#20522
.
Apr 16, 2018
197d1992
Remove old tor-fw-helper README from EXTRA_DIST
Apr 16, 2018
d064122e
relay: Implement a circuit cell queue maximum size
Apr 16, 2018
22845df2
Merge remote-tracking branch 'dgoulet/bug25226_033_02' into maint-0.3.3
Apr 16, 2018
3463b4e0
Merge branch 'maint-0.3.3'
Apr 16, 2018
0e13ff48
Fix an LCOV exclusion pattern in address.c
Apr 16, 2018
9ef4c05d
Merge branch 'maint-0.3.2' into maint-0.3.3
Apr 16, 2018
5e0fbd70
Merge branch 'maint-0.2.9' into maint-0.3.1
Apr 16, 2018
c5899d5c
Merge branch 'maint-0.3.1' into maint-0.3.2
Apr 16, 2018
c7d3de21
Merge branch 'maint-0.3.3'
Apr 16, 2018
d3ff1263
Add support for the coveralls.io coverage tool in travis config
Apr 16, 2018
071236e3
Add a test for geoip_load_file() using geoip6
Apr 16, 2018
8be1ac8a
Add test to check that loading a 2nd file replaces the 1st
Apr 16, 2018
ae4e5b98
token: Fix uint32_t to uint64_t conversion
Apr 16, 2018
dfa6808f
Bug 25400: Make CIRC_BW event properly total everything on a circ.
Apr 16, 2018
0e06a9c3
Helper function to add u32 without overflow.
Apr 16, 2018
f921fd77
Use u32 add helper for CIRC_BW accounting.
Apr 16, 2018
9e3e1b8b
Add format_local_iso_time_nospace()
Apr 16, 2018
e72742d6
Add GETINFO current-time/{local,utc} command to ControlPort
Apr 16, 2018
ce84de39
Make tor_gettimeofday() mockable
Apr 16, 2018
3a6e37f5
Add GETINFO current-time/{local,utc} regression test
Apr 16, 2018
dca36eff
Add changes file for GETINFO current-time/{local,utc}
Apr 16, 2018
11,813 additional commits have been omitted to prevent performance issues.
Loading
Loading