Commits on Source
10889
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
194a34cd
Extract time encoding functions into lib/encoding
Jun 27, 2018
0a9d8dcf
Move hex_str to binascii.c
Jun 27, 2018
696f6f15
Split confline into confline and conffile.
Jun 27, 2018
b9b44bf0
Move confline.c to lib/encoding: it is about encoding key-value pairs
Jun 27, 2018
0b7452ee
rectify include paths (automatic) for confline.h
Jun 27, 2018
544ab27a
Extract the alert-socket code into lib/net.
Jun 28, 2018
9cf335c9
Extract threading code into a new library.
Jun 28, 2018
eee86e62
Extract memarea into its own library
Jun 28, 2018
38fd3e0d
Fix up the modules that include memarea.h (automated)
Jun 28, 2018
a1f3ece1
Move conffile and storagedir to lib/fs
Jun 28, 2018
ec4eee63
Fix the include paths for storagedir,conffile (automated)
Jun 28, 2018
315e6b59
Extract process-management functionality into a new lib/process
Jun 28, 2018
84b8dfe6
Move socket-errno code into lib/net
Jun 28, 2018
aa3edfd2
Move lockfile code into lib/fs
Jun 28, 2018
48ebd9bf
Move weakrng into lib/intmath
Jun 28, 2018
30166261
Move string_is_key_value to lib/encoding
Jun 28, 2018
8c6ff9fe
Move tor_escape_str_for_pt_args into or/transports.c
Jun 28, 2018
db1a420c
Move tor_gethostname to lib/net
Jun 28, 2018
042df086
Move network_init to lib/net
Jun 28, 2018
6178a9f7
Move compute_num_cpus to lib/thread
Jun 28, 2018
bdea94a6
Move floating-point math functions into a new lib/math
Jun 28, 2018
a097ddb4
Extract time functionality into lib/wallclock and lib/time
Jun 28, 2018
57f4b838
Fix up the include path of compat_time.h (automated)
Jun 28, 2018
87368926
Remove a pair of windows flags used nowhere in our code
Jun 28, 2018
3d1e99d0
Move MIN and MAX into lib/intmath/cmp.h
Jun 28, 2018
4dda026f
Update lib/compress to not require common/*.h
Jun 28, 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
10,789 additional commits have been omitted to prevent performance issues.
Loading
Loading