Commits on Source
10863
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
015fcd0e
Fix a GCC "potential null dereference" warning.
Jun 13, 2018
ce692332
test_entrynodes: fix a GCC warning
Jun 13, 2018
508332fe
rust: Add "test-c-from-rust" feature-gate.
Jun 18, 2018
d935aceb
Use correct CARGO_HOME in test_rust.sh
Jun 21, 2018
81e6c53a
Add Travis jobs for non-hardened Rust
Jun 21, 2018
8c8941eb
Fix potential memory leak in hs_helper_build_intro_point().
Jun 23, 2018
1724f995
Fix potential memory leak in test_hs_auth_cookies().
Jun 23, 2018
ce5d055e
Fix memory leak in pick_hsdir_v3().
Jun 23, 2018
dc2384da
Fix potential memory leak in hs_helper_build_hs_desc_impl().
Jun 23, 2018
d86c45bf
Fix memory leak in client_likes_consensus().
Jun 23, 2018
3d80c086
Fix memory leak in decode_link_specifiers().
Jun 23, 2018
c997d49a
Fix memory link in test_link_specifier().
Jun 23, 2018
8550016e
Fix memory leak in test_channelpadding_consensus().
Jun 23, 2018
8e805bf0
Fix memory leak in new_establish_intro_cell().
Jun 23, 2018
a2e623f6
Fix memory leak in helper_add_hsdir_to_networkstatus().
Jun 23, 2018
dcbfee24
Fix memory leak in frac_nodes_with_descriptors().
Jun 23, 2018
3395de51
Fix memory leak in disk_state_parse_commits().
Jun 23, 2018
8ec6b36d
Fix memory leak in test_sr_setup_commits().
Jun 23, 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
3f8a12a6
control: Make HSPOST properly parse HSADDRESS= param
Jun 27, 2018
614a78dd
Fix Rust cross compilation.
Jun 27, 2018
8fc15e48
Add ntohs and htons to lib/arch/bytes.h
Jun 28, 2018
02bb701b
Move DLL support to lib/fs
Jun 28, 2018
326c473b
fixup! Extract time functionality into lib/wallclock and lib/time
Jun 28, 2018
7d7af19f
Use tor_ntohs in compress.c; avoid a winsocks dependency
Jun 28, 2018
0f02d2c0
Fix windows compilation in compat_time
Jun 28, 2018
a742a826
Remove all include common/ uses in crypto_ops and tls.
Jun 28, 2018
b67754cd
compat_threads.c needs string.h for memset.
Jun 28, 2018
be40ad51
Add sys/capability.h and sys/prctl.h includes in setuid.c
Jun 28, 2018
23d9ffcd
Update whitelist to match feedback from operators
Jun 28, 2018
d8b34e08
Move buffers into container
Jun 28, 2018
935ba025
Fix paths for buffers.h; automated.
Jun 28, 2018
c84ab36e
A couple of includes to make windows compile again
Jun 28, 2018
365179cd
Fix a bogus n in a comment
Jun 28, 2018
f9e22c68
Fix macOS includes
Jun 28, 2018
f0319fcb
Merge remote-tracking branch 'catalyst-github/fix-macos-includes'
Jun 28, 2018
f028713d
Add more optional packages to Travis
Jun 28, 2018
973afcc4
Move tor_get_avail_disk_space() to lib/fs
Jun 29, 2018
0362cdc1
Move fd and memory-info functions.
Jun 29, 2018
40199b18
Remove read_all and write_all
Jun 29, 2018
77bc65bb
Move bool_eq and bool_neq to lib/intmath
Jun 29, 2018
207fc4cf
Move SUBTYPE_P into compat_compiler.h
Jun 29, 2018
e0957022
Extract get_uname to lib/osinfo.
Jun 29, 2018
4e11c2ca
Extract getpass to a new lib/term library
Jun 29, 2018
e269044c
Remove compat.c and util.c
Jun 29, 2018
b21108f8
Remove an errant (and unused) include permission in lib/tls
Jun 29, 2018
080069c7
Move SIO_IDEAL_SEND_BACKLOG_QUERY into socket.h
Jun 29, 2018
31897a25
Extract socks5_status_t
Jun 29, 2018
71e56c70
Remove windows libraries from util.h and compat.h
Jun 29, 2018
714788b1
Remove non-windows system includes from compat.h and util.h
Jun 29, 2018
35e1c497
Combine compat.h into util.h
Jun 29, 2018
4212a135
Remove util.h and compat.h includes from src/common
Jun 29, 2018
666e3e5e
Stop using util.h and compat.h in src/tools
Jun 29, 2018
077176a3
Stop using util.h and compat.h in src/trunnel/
Jun 29, 2018
6ac64e16
Eliminate compat.h
Jun 29, 2018
9d5b815d
Add a missing include to timers, to make windows happier
Jun 29, 2018
b426e83f
Merge remote-tracking branch 'ahf-github/maint-0.2.9' into maint-0.2.9
Jun 29, 2018
1385a511
Merge branch 'maint-0.2.9' into maint-0.3.1
Jun 29, 2018
fe2588a5
Merge branch 'maint-0.3.1' into maint-0.3.2
Jun 29, 2018
df896ed6
Merge branch 'maint-0.3.2' into maint-0.3.3
Jun 29, 2018
5ab23e03
Merge branch 'maint-0.3.3' into maint-0.3.4
Jun 29, 2018
1a5be3c5
Merge branch 'maint-0.3.4'
Jun 29, 2018
890bc15a
Changes file for 26467
Jun 29, 2018
419077c2
Merge remote-tracking branch 'ahf-github/maint-0.3.1' into maint-0.3.1
Jun 29, 2018
b89a66e9
Merge remote-tracking branch 'ahf-github/maint-0.3.0' into maint-0.3.1
Jun 29, 2018
68dfbd5e
Merge branch 'maint-0.3.1' into maint-0.3.2
Jun 29, 2018
f6b30a97
Merge branch 'maint-0.3.3' into maint-0.3.4
Jun 29, 2018
f82f8179
Merge branch 'maint-0.3.2' into maint-0.3.3
Jun 29, 2018
ea14d340
Merge branch 'maint-0.2.9' into maint-0.3.1
Jun 29, 2018
7a47379f
Merge branch 'maint-0.3.4'
Jun 29, 2018
6e9d5fc4
Merge remote-tracking branch 'ahf-github/maint-0.3.2' into maint-0.3.2
Jun 29, 2018
1f389dad
Merge branch 'maint-0.3.4'
Jun 29, 2018
d3ecb3a8
Merge branch 'maint-0.3.3' into maint-0.3.4
Jun 29, 2018
92b4996b
Merge branch 'maint-0.3.2' into maint-0.3.3
Jun 29, 2018
d583459d
Fix some memory errors in the recent coverity fixes.
Jun 29, 2018
3c0a63c4
Fix a memory error in test_shared_random
Jun 29, 2018
cd3f9572
Merge branch 'maint-0.3.4'
Jun 29, 2018
75a6e7e2
Merge branch 'maint-0.3.3' into maint-0.3.4
Jun 29, 2018
a3ec89a4
Merge branch 'maint-0.2.9' into maint-0.3.1
Jun 29, 2018
36c37258
Merge branch 'maint-0.3.2' into maint-0.3.3
Jun 29, 2018
ed84dab8
Merge branch 'maint-0.3.1' into maint-0.3.2
Jun 29, 2018
5921b23e
add an include to fix macos, and probably bsd too
Jun 29, 2018
ce940c8c
Add another winsock2 include, for timeval in procmon.
Jun 29, 2018
8093a63f
Restor EOL@EOF in routerlist.c
Jun 29, 2018
1953a7e6
Finally remove our EOL@EOF check.
Jun 29, 2018
2968c716
Merge branch 'maint-0.2.9' into maint-0.3.1
Jun 29, 2018
3808e301
Merge branch 'maint-0.3.3' into maint-0.3.4
Jun 29, 2018
57155d38
Merge branch 'maint-0.3.4'
Jun 29, 2018
72ee0b6f
Merge branch 'maint-0.3.2' into maint-0.3.3
Jun 29, 2018
10,763 additional commits have been omitted to prevent performance issues.
Loading
Loading