Commits on Source
11505
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
24299d38
Hold monotonic time constant during channel/outbound_cell test
May 01, 2018
b0e57577
Refactor to remove n_libevent_errors
May 03, 2018
b00d17aa
Improve GETCONF exit-policy/* error handling
May 05, 2018
b8ed6e2a
Changes file for
#25852
May 05, 2018
8b1380cb
Don't crash when closing a connection before initializing libevent
May 07, 2018
5b7a12d5
Add crypto_log_errors() to crypto_util.[ch]
May 08, 2018
f91469c1
Refactor crypto.[ch] into smaller DH module.
May 08, 2018
ffbf8673
Include crypto_dh.h in order to solve dependency issues.
May 08, 2018
827b85e9
Make dh_param_* stuff static again.
May 08, 2018
5bd20600
tests: Add "now" param to construct_consensus()
May 08, 2018
c223377c
Make clock_skew_warning() mockable
May 08, 2018
be8306c1
Add expect_no_log_msg_containing()
May 08, 2018
4921670a
Test early-consensus clock skew warnings
May 08, 2018
0b80a0e5
Factor out warn_early_consensus()
May 08, 2018
d6948bc7
Deindent warn_early_consensus()
May 08, 2018
de343b4e
Improve tolerance for dirauths with skewed clocks
May 08, 2018
867fe40f
Stop logging stack contents when reading a zero-length bandwidth file
May 09, 2018
dbdde76f
Test read bandwidth measurements with empty file
May 09, 2018
79b38081
Add a macro to simplify control_update_global_event_mask().
May 09, 2018
0c19ce7b
Give control.c responsibility for its own once-a-second events
May 09, 2018
50328533
Add we_are_fully_hibernating() to distinguish hibernation states
May 09, 2018
c0feb698
Comment-only fix: annotate we_are_hibernating() usage
May 09, 2018
7595eae5
Add a new net_is_completely_disabled() function
May 09, 2018
fa7847e4
Use net_is_completely_disabled() in connection.c
May 09, 2018
01ffe8e2
config: Move any_client_port_set() to config.c
May 09, 2018
67a41b63
Having a ControlPort open doesn't mean we are a client
May 09, 2018
bca8a104
Having a ControlPort open doesn't mean we are a client
May 09, 2018
a1a7ebfb
Give responsibility for waking up from DORMANT to a mainloop event
May 09, 2018
d972a8a9
Merge branch 'ticket26016'
May 09, 2018
e07e95ed
Bug 25903: Perform accounting for new CIRC_BW fields.
May 09, 2018
1268baee
Bug 25903: Report new CIRC_BW fields to control port.
May 09, 2018
08bfb87d
Bug 25903: Changes file.
May 09, 2018
aa08c197
Merge branch 'maint-0.2.9' into maint-0.3.1
May 10, 2018
e5acbbd1
Merge branch 'maint-0.3.1' into maint-0.3.2
May 10, 2018
59812789
Merge branch 'maint-0.3.2' into maint-0.3.3
May 10, 2018
bbee2b62
Merge branch 'maint-0.3.3'
May 10, 2018
a4a7939a
Merge remote-tracking branch 'dgoulet/ticket26062_034_01'
May 10, 2018
80f582ae
Add functions to enable/disable periodic_event_t objects.
May 10, 2018
4218511e
Remove a workaround for ancient libevent versions.
May 10, 2018
e722bba2
Add a new function to enable/disable the per-second timer as needed
May 10, 2018
8b4cf777
Enable/disable per-second callback as needed.
May 10, 2018
beca6a58
Merge branch 'ticket26064'
May 10, 2018
36f7d0a9
Make _with_err return routerinfo, like old function does
May 10, 2018
1eede00a
Merge branch 'ticket26063_squashed'
May 10, 2018
6e99286d
hs-v3: Add an extra white-space when parsing descriptor
May 10, 2018
edb6acf9
Merge remote-tracking branch 'juga/ticket26007_029_02' into maint-0.2.9
May 10, 2018
ba704392
Merge branch 'maint-0.2.9' into maint-0.3.1
May 10, 2018
2eff709e
Merge branch 'maint-0.3.3'
May 10, 2018
15b8c860
Merge branch 'maint-0.3.1' into maint-0.3.2
May 10, 2018
f64fa6b1
Merge branch 'maint-0.3.2' into maint-0.3.3
May 10, 2018
2d61a835
Merge remote-tracking branch 'dgoulet/bug26069_031_01' into maint-0.3.1
May 10, 2018
382beb93
Merge branch 'maint-0.3.3'
May 10, 2018
7ee67c47
Merge branch 'maint-0.3.1' into maint-0.3.2
May 10, 2018
b343ba90
Merge branch 'maint-0.3.2' into maint-0.3.3
May 10, 2018
8ad97b7d
Avoid confusion with errno from libc
May 10, 2018
036df13a
Tweak error handling for #25852
May 10, 2018
75e5b778
Merge remote-tracking branch 'public/bug25981'
May 10, 2018
308eec75
testing: X509 certificate structure needs to be initialized
May 11, 2018
3799f311
Merge remote-tracking branch 'saper-github/x509_cert_free_crash'
May 11, 2018
d50d07fc
changes file for 25943 and 25944
May 11, 2018
efe8f17a
Properly ignore retval of event_del().
May 11, 2018
9800f476
Merge remote-tracking branch 'asn-github/bug26078'
May 11, 2018
51f65c18
control: Mask the event(s) before using ANY_EVENT_IS_INTERESTING()
May 11, 2018
f7949a44
Add a CONTRIBUTING file
May 11, 2018
962c2f87
get rid of whitespace before #ifdef's
May 11, 2018
f6c96fd0
Merge remote-tracking branch 'public/bug25994'
May 11, 2018
cbb13df8
Merge branch 'contributing'
May 11, 2018
b3e591dc
improve a URL
May 11, 2018
aab62640
Merge remote-tracking branch 'catalyst-github/bug25756'
May 11, 2018
d27fd7ff
Merge remote-tracking branch 'rl1987/bug25852_take2'
May 14, 2018
a9ef335c
Use router_get_my_routerinfo_with_err to implement the old version
May 14, 2018
fd504587
Bug 25903: Tests
May 14, 2018
a394a2dd
Merge branch 'bug25903_v5_squashed'
May 14, 2018
5eb2d588
Add a missing return after marking a stream for bad connected cell
May 14, 2018
db94d7fe
Update cov-diff to handle new gcov, and remove timestamps
May 14, 2018
033e4723
Update geoip and geoip6 to the May 1 2018 database.
May 15, 2018
502d2c00
Merge branch 'maint-0.2.9' into maint-0.3.1
May 15, 2018
4aa3d511
Merge branch 'maint-0.3.1' into maint-0.3.2
May 15, 2018
6acbd4c1
Merge branch 'maint-0.3.2' into maint-0.3.3
May 15, 2018
98aff146
Merge branch 'maint-0.3.3'
May 15, 2018
e811bac8
use sortChanges to begin an 0.3.4.1-alpha changelog
May 15, 2018
c0eaaf40
run format-changelog
May 15, 2018
2ac849da
rust: Make Rng::new() methods public.
May 15, 2018
9988882c
rust: Move rand crate into crypto parent crate.
May 15, 2018
d9c877a6
rust: Export crypto_rand::* functions from our external crate.
May 15, 2018
4c21d414
rust: Export digests subcrate from our crypto crate.
May 15, 2018
72e1f192
various changelog edits
May 15, 2018
760cf8e2
rust: Update rand dev-dependency to 0.5.0-pre.2.
May 15, 2018
4d349c6a
rust: Update rand_core dependency to 0.2.0-pre.0.
May 15, 2018
ff01471c
fix some changelog typos that Catalyst found.
May 15, 2018
d194f213
move a changelog entry and try writing a blurb
May 16, 2018
7f37ba82
reflow the blurb.
May 16, 2018
2d2cfbcd
Merge remote-tracking branch 'isis-github/bug26109'
May 16, 2018
e5974e51
Merge remote-tracking branch 'isis-github/bug26108'
May 16, 2018
1442e818
Merge remote-tracking branch 'isis-github/bug26106'
May 16, 2018
4a5c1584
update tor-rust-dependencies submodule
May 16, 2018
fcfa22d8
Merge branch 'maint-0.3.3'
May 16, 2018
11,405 additional commits have been omitted to prevent performance issues.
Loading
Loading