Commits on Source
11640
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
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
6ed2ad0f
Add the change file of
#20522
.
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
c9c26d0c
Remove a comment about 0.2.8 that will soon be irrelevant.
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
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
1a181a47
Remove dead code in networkstatus.c
Apr 25, 2018
b6f7e23b
clean_consdiffmgr() callback is only for directories
Apr 25, 2018
868e3485
callbacks: Add a DirServer role
Apr 25, 2018
33cba119
Remove a blank line that was bothering me.
Apr 26, 2018
3f967bfb
tests: Skip two more geoip_load_file tests on Windows.
Apr 26, 2018
6a28a829
tests: Fix a couple typos and remove unnecessary inline comments.
Apr 26, 2018
96469b82
Remove FIXME about comparing num countries,
Apr 26, 2018
d0ad74e0
Add clarification about type of file expected
Apr 26, 2018
3d4bbf94
tests: Add forgotten empty file required for geoip
Apr 26, 2018
f4ad3044
Recover newline at the EOF, removed by mistake
Apr 26, 2018
7b09282d
Merge remote-tracking branch 'dgoulet/ticket25515_034_01-squashed'
Apr 26, 2018
5e395ba2
Rewrite time-handling in circuitmux_ewma to use monotime_coarse
Apr 26, 2018
7cbc44ee
Remove the "cached gettimeofday" logic.
Apr 26, 2018
9abf541f
Add a function to compute millisecond time difference quickly.
Apr 26, 2018
8a81a708
Move consdiffmgr_rescan() into a mainloop event.
Apr 26, 2018
96c5ac33
Move close-and-cleanup functions to a postloop event.
Apr 26, 2018
ff796ad0
Remove connection_ap_attach_pending() from per-second callback.
Apr 26, 2018
857e210b
Merge branch 'ticket25931'
Apr 26, 2018
9fd31916
test: Add missing geoip_dummy file to EXTRA_DIST
Apr 26, 2018
30290865
Fix a test assertion failure due to uninitialized mainloop events
Apr 26, 2018
31865b50
Show test-suite.log for distcheck on Travis CI
Apr 26, 2018
59821050
Merge branch 'bug25936-029' into bug25936-031
Apr 26, 2018
2edc9cd4
Merge branch 'bug25936-031' into bug25936-032
Apr 26, 2018
f0dc6c8e
Merge branch 'bug25936-032' into bug25936-033
Apr 26, 2018
35e79021
Bug 25733: Avoid assert failure if all circuits time out.
Apr 26, 2018
cc74dc00
Merge branch 'ticket25933'
Apr 26, 2018
05d314f8
main: Add mainloop callback event flags
Apr 27, 2018
d6903e9e
hibernation: Rescan the event list on state change
Apr 27, 2018
3a47dfed
Merge branch 'ticket25376_034_031_squashed'
Apr 27, 2018
9f8b60d7
Move or_state_mark_dirty into statefile.c
Apr 27, 2018
57f55774
Move responsibility for deferred SIGNEWNYM into a mainloop event
Apr 27, 2018
3ab017b1
main: Don't rescan main loop events if not initialized
Apr 27, 2018
f7633c1f
hs: Rescan the main loop event list if the service map changes
Apr 27, 2018
8b58e1e3
test: Unit test for the HS service event rescan
Apr 27, 2018
b27dc1cf
mod: Build system changes for dirauth module
Apr 27, 2018
f0838e72
config: Make circuit_build_times_disabled() use authdir_mode()
Apr 27, 2018
d1770678
dirvote: Trim down the public API
Apr 27, 2018
5e1e906a
dirvote: Move voting_schedule_t to dirvote.c
Apr 27, 2018
35d86b08
dirvote: Reorganize the dirvote.h file
Apr 27, 2018
2115a54b
mod: Move dirauth specific files to its own module
Apr 27, 2018
bdcf3a38
sr: Extract shared SR functions
Apr 27, 2018
79a1112a
sr: Static inline functions if no dirauth module
Apr 27, 2018
26817d9d
dirvote: Extract shared functions to common file
Apr 27, 2018
43bee06d
dirvote: Rename voter_get_sig_by_algorithm()
Apr 27, 2018
35ff2a3b
dirvote: Rename authority_cert_dup()
Apr 27, 2018
d7e4706f
ns: Move ns_detached_signatures_free() to networkstatus.c
Apr 27, 2018
2963e65c
dirvote: Move SR commit parsing into dirauth module
Apr 27, 2018
d00ed406
Introduce torrc option NumPrimaryGuards
Apr 27, 2018
346c2eb4
Merge branch 'bug25843_v2_squashed'
Apr 27, 2018
d6a773f5
Only define X509_get_not{BeforeAfter} if they are not defined
Apr 27, 2018
b116710e
Stop initialising rust submodules, travis does this for us
Apr 27, 2018
78eb0192
Merge branch 'maint-0.3.3'
Apr 27, 2018
cb0af615
Move stdbool include to torint.h
Apr 27, 2018
d634c1ba
Bug 25870: Allow the last hop in a vanguard circuit to be our guard.
Apr 28, 2018
bfe5a739
Make hsdir_index in node_t a hsdir_index_t rather than a pointer.
Apr 28, 2018
0c7740b7
Document default value for Nickname
Apr 29, 2018
a9736f1f
Merge remote-tracking branch 'github/ticket19429_034'
Apr 30, 2018
6cb467b4
Merge remote-tracking branch 'github/ticket23354'
Apr 30, 2018
b205061e
Describe schedules as TimeInterval, not TimeIntervalCommaList.
Apr 30, 2018
3800d591
Merge remote-tracking branch 'dgoulet/ticket25900_034_01'
Apr 30, 2018
d1a05346
Make unit tests pass with new dirserver role.
Apr 30, 2018
a9dfaafc
Merge branch 'ticket24790'
Apr 30, 2018
987a7f66
Move responsibility for or_state_save() to a scheduled callback
Apr 30, 2018
72124dc1
Merge branch 'ticket25948_squashed'
Apr 30, 2018
3a247076
Add a cast to make clang happy.
Apr 30, 2018
e34bf506
Bug 25870: Prevent the creation of A - B - A vanguard sub-paths.
May 01, 2018
289c04b0
Bug 25870: Allow 4th hop of vanguard circuits to be the guard.
May 01, 2018
98dea0bc
Changes file for bug25870.
May 01, 2018
627d2fdb
Write unittests to check basic vanguard path selection.
May 01, 2018
e17f436f
Fix memleak found by unittests.
May 01, 2018
11,540 additional commits have been omitted to prevent performance issues.
Loading
Loading