Commits on Source
10596
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
7d70f67d
Check bandwidth changes only if small uptime
Jun 03, 2018
508332fe
rust: Add "test-c-from-rust" feature-gate.
Jun 18, 2018
7e9c37f9
Change `allocate_and_copy_string` to take a `&str` instead of `&String`.
Jun 24, 2018
94880b2d
Utilize `if let` construct instead of explicit unwrapping.
Jun 24, 2018
59d45057
Utilize `if..else` for switching on boolean values.
Jun 24, 2018
6d2e4dea
Utilize type param in method invocation.
Jun 24, 2018
e62582e9
Run rustfmt on 'src/rust/protover/ffi.rs'.
Jun 25, 2018
306ab8ae
Update fallback lists to match
#24805
Jun 25, 2018
adbe6a25
Copy socks5.trunnel from trunnel examples dir
Jun 26, 2018
240f33e3
Generate trunnel impls and include into build
Jun 26, 2018
23d9ffcd
Update whitelist to match feedback from operators
Jun 28, 2018
5028a52b
Remove old instructions from INSTALL
Jul 03, 2018
12258bbb
Merge branch 'maint-0.2.9' into maint-0.3.1
Jul 03, 2018
6fed66d2
Merge branch 'maint-0.3.1' into maint-0.3.2
Jul 03, 2018
bc8636e8
Merge branch 'maint-0.3.2' into maint-0.3.3
Jul 03, 2018
abeb07a1
Made 'auto' keyword in torrc case insensitive
Jul 08, 2018
5f097080
#26502: Stop using fallback blacklist
Jul 08, 2018
85fa6929
Remove small piece of unneeded documentation
Jul 08, 2018
2558634f
Tool to print expiration date of ed25519_signing_cert
Jul 08, 2018
0bd2f2ed
Add changes file
Jul 08, 2018
121f3dc2
New manpage for tor-print-ed-signing-cert
Jul 08, 2018
abc0a72f
Update .gitignore
Jul 08, 2018
d20feddf
Lower log level of "Scheduler of type KIST has been enabled" to INFO
Jul 09, 2018
294f580f
Re-wrap the error message emitted by checkIncludes.py
Jul 09, 2018
cade65fd
Add "check-includes" to check-local.
Jul 09, 2018
ee122862
Add a little documentation to checkIncludes.py.
Jul 09, 2018
e3e6335a
Add controller support for listing ExtORPort and HTTPTunnelPorts
Jul 10, 2018
d7e7c0d2
Updating whitelist to match operator feedback
Jul 10, 2018
cbdf6a04
Fixing spacing issue in whitelist
Jul 10, 2018
16bdbddc
When setting a nonstandard malloc, disable the system malloc.
Jul 11, 2018
2b523604
Only use OpenSSL kdf support if it is present.
Jul 11, 2018
a7ec493d
Merge remote-tracking branch 'imnotbad/bug26663'
Jul 12, 2018
28db2c92
Tweak changes file for 26663
Jul 12, 2018
413b7345
Merge remote-tracking branch 'imnotbad/bug26502'
Jul 12, 2018
23cb9a04
Tweak changes/bug26502
Jul 12, 2018
4ac87a43
Remove a redundant typedef in addr_policy_st.h
Jul 12, 2018
0317eb14
Remove a redundant typedef in proto_ext_or.h
Jul 12, 2018
9155e084
Parsing SOCKS4/4a request using trunnel impl
Jul 12, 2018
b160929c
Add RESOLVE (0xF0) command to socks4_client_request
Jul 12, 2018
c6a0b04d
Remove legacy SOCKS4 code
Jul 12, 2018
27333b22
Reimplement phase 1 of SOCKS5 using trunnel
Jul 12, 2018
63c478c1
Call new SOCKS code from parse_socks, to parse multiple packets in row
Jul 12, 2018
853d9b86
Remove legacy SOCKS5 phase 1 code
Jul 12, 2018
75106a26
Fix type in socks5.trunnel
Jul 12, 2018
9068ac3c
Implement SOCKS5 user/pass handling
Jul 12, 2018
57342b19
Remove legacy RFC1929 code
Jul 12, 2018
bcbd3fb7
Second phase of SOCKS5
Jul 12, 2018
94706a42
Add CMD_RESOLVE to socks5_client_request
Jul 12, 2018
d2e54ff8
Remove legacy SOCKS5 phase 2 code
Jul 12, 2018
fb105404
Fix whitespace/formatting
Jul 12, 2018
01cf3007
Make a distinction between truncated message and expecting more messages
Jul 12, 2018
58cb2ed2
Fix buf_t advancement in fetch_buf_from_socks
Jul 12, 2018
a6af21c1
Document new code
Jul 12, 2018
4c845fcf
Rework socks_request_set_socks5_error() with trunnel
Jul 12, 2018
2f284d33
Add changes file
Jul 12, 2018
f27dc416
Remove prop229 stuff from socks5.trunnel
Jul 12, 2018
ba312119
Use constants for possible values of first octet
Jul 12, 2018
75569335
Merge branch 'socks_trunnel4_squashed' into socks_trunnel4_squashed_merged
Jul 12, 2018
cd4795ca
put new bridge auth Serge into place
Jul 12, 2018
2d0e1cef
Add fuzzing wrapper for fetch_from_buf_socks()
Jul 12, 2018
04512d9f
SOCKS: Always free username/password before setting them.
Jul 12, 2018
b6c50c62
Merge branch 'maint-0.3.4'
Jul 12, 2018
e0f33c1d
Merge branch 'maint-0.3.3' into maint-0.3.4
Jul 12, 2018
98ee23ca
Merge branch 'maint-0.2.9' into maint-0.3.2
Jul 12, 2018
710188f8
Merge branch 'maint-0.3.2' into maint-0.3.3
Jul 12, 2018
d2bd3589
forward-port the changelog stanzas to 0.3.5 too
Jul 12, 2018
c9de65f9
Add checks in get_net_param_from_list() for valid output domain.
Jul 13, 2018
46501cdd
Fix forking tests on Windows when there is a space in the path.
Jul 13, 2018
7585523c
Add changes file for ticket 26492
Jul 13, 2018
855feab7
Adding 3 more fallback mirrors
Jul 13, 2018
baff5e2b
Faravahar hasn't been voting on versions for a while now
Jul 13, 2018
f608cc0f
Merge remote-tracking branch 'tor-github/pr/179'
Jul 13, 2018
ef234ba3
Merge branch 'socks_trunnel4_squashed_merged'
Jul 15, 2018
d663ef98
Fix build to work with --disable-unittests again
Jul 16, 2018
8505522e
Avoid a use-after-null-check in proto_socks.c
Jul 16, 2018
f8e9c4a8
Try putting ulimit -c 0 in test_bt.sh to see if it fixes bug 26787
Jul 16, 2018
e5dd46be
Add the Bandwidth List file headers to votes
Jul 16, 2018
086060e1
Do not add bw file line to the vote
Jul 16, 2018
f0a4a5f7
Check that the header is key_value
Jul 16, 2018
106eb08d
Add bw_file_headers to networkstatus_t
Jul 16, 2018
6d8bc125
Free bw_list_headers in networstatus_t
Jul 16, 2018
d79c6577
Rename bwlist to bw_file and banwidth to
Jul 16, 2018
f906d9be
Replace bwlist by bw_file
Jul 16, 2018
87fc409a
Replace bwlist by bw_file and terminator condition
Jul 16, 2018
e87793ba
Move bandwidth file tests to same function
Jul 16, 2018
317d930f
Add test with NULL bw_file_header
Jul 16, 2018
8164534f
Ensure that bw_file_headers is not bigger than max
Jul 16, 2018
c6aee94d
Add tests for max length bw file headers
Jul 16, 2018
9773311b
Add keyval header, that was moved to other file
Jul 16, 2018
79f249e7
dirauth: Handle V3BandwidthsFile failure modes according to the new spec
Jul 16, 2018
54cf3640
Add mirrors from EmeraldOnion
Jul 16, 2018
04de9443
Update fallback lists to match
#24805
Jul 16, 2018
7479f75b
Update whitelist to match feedback from operators
Jul 16, 2018
eca58aec
Updating whitelist to match operator feedback
Jul 16, 2018
226816df
Fixing spacing issue in whitelist
Jul 16, 2018
831abc0e
Adding 3 more fallback mirrors
Jul 16, 2018
5c2431a3
Add mirrors from EmeraldOnion
Jul 16, 2018
10,496 additional commits have been omitted to prevent performance issues.
Loading
Loading