Commits on Source
11851
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
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
e0809ec5
Prefer 32-bit implementation for timing wheels on 32-bit systems.
Apr 09, 2018
386f8016
Fix another crash-on-no-threadpool bug.
Apr 10, 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
c32108ee
Merge remote-tracking branch 'public/bug24688'
Apr 17, 2018
93ff1870
heartbeat: Log the number of circuits killed because too many cells
Apr 17, 2018
c5bbf72f
Merge branch 'maint-0.3.3'
Apr 17, 2018
ce8e7427
Merge branch 'maint-0.2.9' into maint-0.3.1
Apr 17, 2018
002c5ca5
Merge branch 'maint-0.3.3'
Apr 17, 2018
44aa586d
Merge branch 'maint-0.3.2' into maint-0.3.3
Apr 17, 2018
f0230ee3
Merge branch 'maint-0.3.1' into maint-0.3.2
Apr 17, 2018
2bf6f1cd
token bucket: Add parens to rate_per_sec_to_rate_per_step()
Apr 17, 2018
488e2b00
Refactor the "block the connection on bandwidth" logic
Apr 17, 2018
993f5d28
Rename connection_bucket_round_robin -> get_share
Apr 17, 2018
1356d51a
Rename connection_bucket_refill to connection_bucket_refill_all
Apr 17, 2018
b36c450b
Amend token_bucket_rw_dec to indicate which buckets became empty.
Apr 17, 2018
9af4cd6f
Refactor responsibility for checking global write bucket emptiness
Apr 17, 2018
a2acb9b9
Refill each token bucket at the last instant before reading/writing.
Apr 17, 2018
31fbbf23
Fixup timing wheel warnings related to recent WHEEL_BIT change.
Apr 17, 2018
780d1b44
Move responsibility for recording read/written bytes
Apr 17, 2018
47df912f
Remove the periodic refill event entirely.
Apr 17, 2018
087ace70
Fix a compilation warning on clang
Apr 17, 2018
d67d3dd1
Fix a copy-and-paste error from
6be994fa
Apr 17, 2018
31a450a5
Add a redundant memset to node_get_pref_ipv6_orport()
Apr 17, 2018
1abe0a57
Add an initialization case to node_get_prim_dirport
Apr 17, 2018
3bf9974b
Fix a pointer size error in test_bridges.c
Apr 17, 2018
c9c26d0c
Remove a comment about 0.2.8 that will soon be irrelevant.
Apr 18, 2018
bd3f8260
Rename some functions to start with a uniform prefix
Apr 18, 2018
8e562874
Edit our openssl detection in autoconf to tolerate no-deprecated.
Apr 18, 2018
a15b2c57
Add support for openssl built with "no-deprecated".
Apr 18, 2018
9d27e3f0
Make test_tortls.c build with openssl no_deprecated.
Apr 18, 2018
c296f002
Changes file for openssl no-deprecated work.
Apr 18, 2018
32181cba
mention 19429 in changes file
Apr 18, 2018
f17ace14
crypto: Move declaration of crypto_init_siphash_key() into crypto.h.
Apr 18, 2018
61251337
Add distcheck support to travis configuration.
Apr 18, 2018
96bc96ce
Merge branch 'travis_distcheck_029' into travis_distcheck_031
Apr 18, 2018
bf466f55
Merge branch 'travis_distcheck_029' into travis_distcheck_033
Apr 18, 2018
f32ac2aa
Test the with-rust and without-rust distcheck variants
Apr 18, 2018
d5d31288
Merge branch 'travis_distcheck_031' into travis_distcheck_033
Apr 18, 2018
cb813a35
Fix documentation bug 25857: the universe is ::/0, not ::/128
Apr 20, 2018
d8ac7d55
Merge branch 'maint-0.3.3'
Apr 20, 2018
49639b28
rust: Expose our (P)RNGs in Rust and provide safe wrappers.
Apr 20, 2018
b5013e84
rust: Remove mirrored PRNG implementation.
Apr 20, 2018
9aaed729
Rename *DownloadSchedule to *DownloadInitialDelay; make them ints
Apr 22, 2018
2d7b5c6f
Change the type of "download schedule" from smartlist to int.
Apr 22, 2018
2f792c04
Add aliases for the old DownloadSchedule options
Apr 22, 2018
82d1d8b0
Remove extra values from InitialDelay defaults
Apr 22, 2018
ff6f49f0
Rename find_dl_schedule to find_dl_min_delay.
Apr 22, 2018
8b6fc47c
Fix an absurdly wide line.
Apr 22, 2018
51022084
Improve documentation for CONFIG_TYPE_CSV_INTERVAL.
Apr 22, 2018
3b2ed849
Clean up the documentation for *DownloadInitialDelay
Apr 22, 2018
71d50320
Changes file for ticket 23354 (remove old download schedules)
Apr 22, 2018
c3e40a83
Allow cpuworkers to exist without onion keys
Apr 22, 2018
948dd2c7
Check for "the right descriptor", not just "any descriptor".
Apr 22, 2018
388d217c
Use node_has_preferred_descriptor() in another case
Apr 22, 2018
7915efd1
Use router_crn_flags in more places, to pass direct-connect flag
Apr 22, 2018
0f3d73a2
Add a changes file for 25691/25692
Apr 22, 2018
47163780
Rename node_has_descriptor() to node_has_any_descriptor()
Apr 22, 2018
f1c1328f
Repair the legacy_hs/pick_tor2web_rendezvous_node unit test
Apr 22, 2018
0941c8bf
control EXTENDCIRCUIT: check node_has_preferred_descriptor().
Apr 22, 2018
6773102c
Merge branch 'bug25691_033_again_squashed'
Apr 22, 2018
69347f48
Disable consensus methods before 25.
Apr 22, 2018
08373467
Remove MIN_METHOD_FOR and MIN_METHOD_FOR_A_LINES
Apr 22, 2018
93380db8
Remove MIN_METHOD_{FOR_P6_LINES,FOR_NTOR_KEY,TO_CLIP_UNMEASURED_BW}
Apr 22, 2018
caf76699
Remove MIN_METHOD_FOR_ID_HASH_IN_MD and a test for running without it.
Apr 22, 2018
4d6f21bb
Remove MIN_METHOD_FOR_{PACKAGE_LINES,GUARDFRACTION,ED25519_ID_IN_MD}
Apr 22, 2018
11,751 additional commits have been omitted to prevent performance issues.
Loading
Loading