Commits on Source
8744
fecd583c
rust: abort on panic in all profiles
Aug 18, 2018
7e862c3e
check-changes: Check bugfix version formatting
Sep 18, 2018
3eafa61f
check-changes: Warn about bugfixes on future releases
Sep 18, 2018
bd29b353
Dir: Refactor ns expiry check to remove duplicate code
Nov 29, 2018
7a45bc74
Dir: when Tor's clock is behind, use a future consensus to bootstrap
Nov 29, 2018
d0682fe0
conn: Add an helper to mark a connection as waiting for an HS descriptor
Dec 04, 2018
00b59d92
conn: Use connection_ap_mark_as_waiting_for_renddesc()
Dec 04, 2018
43bd4d75
hs-v3: Add the helper function mark_conn_as_waiting_for_circuit
Dec 04, 2018
cec616a0
hs-v3: Don't BUG() if descriptor is found on SOCKS connection retry
Dec 04, 2018
4bc3983f
Add a DROPOWNERSHIP controller command to undo TAKEOWNERSHIP.
Dec 13, 2018
a0fad398
Replace use of strcmp_len() with new mem_eq_token().
Dec 17, 2018
29254812
Remove strcmp_len(): it is now unused
Dec 17, 2018
a517daa5
base32_decode(): Return number of bytes written on success.
Dec 20, 2018
22c5ad68
Add base32 to the round-trip fuzzer
Dec 20, 2018
8eadfad7
Tweak ControlPort description in manpage
Dec 23, 2018
3ba75811
Provide a smartlist reverse-order traversal.
Jan 02, 2019
2a24e21f
Circuit padding header.
Jan 02, 2019
2f7b5a2d
Hook up circuit padding to circuit_t.
Jan 02, 2019
70e9245f
Initialize circuit padding machines and global state.
Jan 02, 2019
659a4f06
Circuit padding ProtoVer plumbing.
Jan 02, 2019
4ca1df6b
Add padding negotiation trunnel output.
Jan 02, 2019
43701e1e
Circuit padding machine creation events.
Jan 02, 2019
7be71903
Circuit padding cell event callbacks.
Jan 02, 2019
9aaf72ea
Circuit padding implementation.
Jan 02, 2019
d6234001
Add relay crypto mock points for tests.
Jan 02, 2019
a336d816
Circuit padding tests.
Jan 02, 2019
8ad497bb
Config option to specify specific MiddleNodes.
Jan 02, 2019
2ccf3268
Implement and test probability distributions used by WTF-PAD.
Jan 02, 2019
dd049178
Use the new probability distribution code in WTF-PAD.
Jan 02, 2019
926fc93b
Concentrate all TOR_USEC_PER_SEC definitions in a single header file.
Jan 02, 2019
56a45eb4
Disable current padding machines.
Jan 02, 2019
0658c729
Add TODO file for padding work.
Jan 02, 2019
dbf1725a
Completely remove 'GETINFO status/version/num-{concurring,versioning}'
Jan 03, 2019
7e753117
Fix typo in bootstrap message
Jan 04, 2019
445d6750
Update geoip and geoip6 to the January 3 2019 database.
Jan 07, 2019
ba71b178
Merge branch 'maint-0.2.9' into maint-0.3.3
Jan 07, 2019
3d18903f
Merge branch 'maint-0.3.3' into maint-0.3.4
Jan 07, 2019
fe26e1f1
Merge branch 'maint-0.3.5'
Jan 07, 2019
85c5f585
Merge branch 'maint-0.3.4' into maint-0.3.5
Jan 07, 2019
7a768595
Merge remote-tracking branch 'tlyu-github/bug28929'
Jan 07, 2019
0402746a
Merge remote-tracking branch 'rl1987/doc28805'
Jan 07, 2019
63eed6ed
Bump to 0.3.3.11
Jan 07, 2019
d8196dc2
Merge branch 'maint-0.3.3' into maint-0.3.4
Jan 07, 2019
ea47563d
Bump to 0.3.4.10
Jan 07, 2019
d51595ec
Merge branch 'maint-0.3.4' into maint-0.3.5
Jan 07, 2019
52b50873
Bump version to 0.3.5.7
Jan 07, 2019
d1995197
Merge branch 'maint-0.3.5'
Jan 07, 2019
c59b572e
Fix tor_ersatz_socketpair on IPv6-only systems
Jan 07, 2019
b5fdb91a
Update to 0.3.3.3.11-dev
Jan 07, 2019
50a686e5
Merge branch 'maint-0.3.3' into maint-0.3.4
Jan 07, 2019
41bb7782
Update to 0.3.4.10-dev
Jan 07, 2019
971f4bf1
Merge branch 'maint-0.3.4' into maint-0.3.5
Jan 07, 2019
44edfa7a
Update to 0.3.5.7-dev
Jan 07, 2019
ae578981
Merge branch 'maint-0.3.5'
Jan 07, 2019
671c34d9
lib/net: improve the docs for tor_{ersatz_,}socketpair()
Jan 08, 2019
85c598cb
stats: Make PaddingStatistics depend on ExtraInfoStatistics
Jan 08, 2019
f9a7701f
Merge branch 'ticket28856_v2'
Jan 09, 2019
a891d81c
Changes file for 28856
Jan 09, 2019
c13a81f7
Fix (and make consistent) the use of OpenBSD preprocessor macro tests
Jan 09, 2019
09472791
Add changes file for bug 28938
Jan 09, 2019
e6a44012
Merge branch 'maint-0.3.5'
Jan 09, 2019
44db455c
Dir: allow directory mirrors to serve future consensuses
Jan 09, 2019
3df1d29d
Merge branch 'bug28591_035_squashed'
Jan 09, 2019
380ae2b7
Stop logging 'Your Guard' in circpathbias.c
Jan 09, 2019
d890ec29
Merge branch 'maint-0.3.5'
Jan 09, 2019
694e3c57
Merge remote-tracking branch 'tor-github/pr/636' into maint-0.3.5
Jan 09, 2019
0ed966fd
Merge branch 'maint-0.3.5'
Jan 09, 2019
578a93bb
Merge branch 'ticket28843'
Jan 09, 2019
2f0e1871
Merge remote-tracking branch 'tor-github/pr/627'
Jan 09, 2019
89a0b777
rend: stop warning when clients send multiple rend establish cells
Jan 10, 2019
cdbd5c0a
Add top-level file documentation for circuitpadding.c
Jan 10, 2019
5738a0ab
Rename circpad_machine_t -> circpad_machine_spec_t
Jan 10, 2019
f4938179
Rename circpad_machineinfo_t -> circpad_machine_state_t
Jan 10, 2019
e0e0338d
Rename crypto_rand_uint32() -> crypto_rand_u32()
Jan 10, 2019
4db9c3d6
Unittest for tor_isinf().
Jan 10, 2019
2b29bccb
Misc trivial improvements around circpadding code.
Jan 10, 2019
ca544246
Fix type redefinition errors.
Jan 11, 2019
948856c0
Fix more type redefinition errors.
Jan 11, 2019
531df959
Move ceil call back into the geometric sampler.
Jan 11, 2019
0f8253bd
Use the distribution abstraction as an abstraction.
Jan 11, 2019
d82a8a7f
Add some more type checking.
Jan 11, 2019
9728d3f8
Fix wrong bases.
Jan 11, 2019
4dc189a9
Clarify immutability of global padding machine specs.
Jan 11, 2019
5dd926ca
Include the beginnings of a FAQ about which timer to use.
Jan 11, 2019
efd765a9
Merge remote-tracking branch 'tor-github/pr/563' into maint-0.3.5
Jan 11, 2019
d21fa48c
Merge branch 'maint-0.3.5'
Jan 11, 2019
df1a8a65
Actually close the stdout pipe on error in process_unix_exec
Jan 11, 2019
1bcececd
Fix CID 1442277
Jan 11, 2019
b69d28ae
Fix a typo
Jan 11, 2019
cef91064
Merge branch 'bug28989_squashed'
Jan 11, 2019
b269ab5a
Remove TODO file.
Jan 14, 2019
59a88b3c
Rename TYPE to TRANSPORT in PT STATUS messages.
Jan 14, 2019
99947c3c
Merge remote-tracking branch 'teor/bug29015'
Jan 14, 2019
9d9e7182
Rework rep_hist_log_link_protocol_counts()
Jan 14, 2019
691dec5d
Merge branch 'maint-0.3.5'
Jan 14, 2019
b169c8c1
Merge remote-tracking branch 'asn-github/adaptive_padding-final'
Jan 14, 2019
136e6e7c
Run shellcheck for stuff in scripts/ as part of 'make check'
Jan 15, 2019
78574557
Add shellcheck to Travis CI builds
Jan 15, 2019
30a925fe
Add changes file
Jan 15, 2019
c281e587
Merge branch 'ticket28058_squashed'
Jan 15, 2019
8,644 additional commits have been omitted to prevent performance issues.
Loading
Loading