Commits on Source
10778
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
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
23d9ffcd
Update whitelist to match feedback from operators
Jun 28, 2018
f028713d
Add more optional packages to Travis
Jun 28, 2018
c03958db
Update the coverage script to look at new file locations
Jul 01, 2018
9aeef05f
Merge remote-tracking branch 'dgoulet/bug26523_033_01' into maint-0.3.3
Jul 01, 2018
adcd1d8b
Merge branch 'maint-0.3.4'
Jul 01, 2018
cf8c3abf
Merge branch 'maint-0.3.3' into maint-0.3.4
Jul 01, 2018
7a61a928
Combine DH_BYTES and DH_KEY_LEN; put them in a lib/defs header.
Jul 01, 2018
471104ea
Remove needless includes from or.h
Jul 01, 2018
50082647
Remove other needless includes include from or/*.h
Jul 01, 2018
1743dac0
Minimize headers that include crypto_formats and x25519 stuff
Jul 01, 2018
6da0311d
Extract various enums and tiny structs from or.h
Jul 01, 2018
f54a5cbf
Extract addr_policy_t into a new header.
Jul 01, 2018
49f88e77
Extract more constants from or.h
Jul 01, 2018
6ccd98f9
Move ext_or_cmd_t to proto_ext_or
Jul 01, 2018
f75357ec
Pull a couple more enums from or.h
Jul 01, 2018
986d7615
Extract or_state_t to its own header.
Jul 01, 2018
13116378
Extract or_options_t from or.h
Jul 01, 2018
6c440da9
Remove system headers from or.h
Jul 01, 2018
8d562c04
fixup! Remove system headers from or.h
Jul 01, 2018
518ebe14
fixup! Extract or_options_t from or.h
Jul 01, 2018
83a4946e
Prune the .may_include files a bit; detect unused lines in them
Jul 01, 2018
cb1a3674
File-level documentation for some of src/lib.
Jul 01, 2018
c8ccd028
Don't redefine str(n)casecmp on windows unless they're missing
Jul 02, 2018
d88ce331
Merge branch 'bug26594'
Jul 02, 2018
d6aa6549
Merge remote-tracking branch 'catalyst-github/moar-libs'
Jul 02, 2018
bfcfeaed
Merge branch 'mikeperry_bug26214-rebased_squashed' into maint-0.3.4
Jul 02, 2018
2e5eb029
Merge branch 'maint-0.3.4'
Jul 02, 2018
cd2be428
Merge remote-tracking branch 'catalyst-github/bug26449_034' into maint-0.3.4
Jul 02, 2018
a9628c0c
Merge branch 'maint-0.3.4'
Jul 02, 2018
fc5f8b69
ntor_ref.py: pass only strings to subprocess.Popen
Jul 02, 2018
3baf3d01
hs_ntor_ref.py: pass only strings to subprocess.Popen
Jul 02, 2018
dfdf3240
Partially revert "Use tor_addr_from_getsockname() in several places"
Jul 02, 2018
fedb3e46
Remove ATTR_NONNULL macro
Jul 03, 2018
439b528f
Rename sandbox_getaddrinfo() et. al.
Jul 03, 2018
5028a52b
Remove old instructions from INSTALL
Jul 03, 2018
b205714b
Merge branch 'bug26535_029' into maint-0.2.9
Jul 03, 2018
e6366f78
Merge branch 'bug26535_032' into maint-0.3.2
Jul 03, 2018
228d25dd
Merge branch 'maint-0.3.4'
Jul 03, 2018
d38e4749
Merge branch 'maint-0.3.3' into maint-0.3.4
Jul 03, 2018
4c094436
Merge branch 'maint-0.3.2' into maint-0.3.3
Jul 03, 2018
a4e8f945
Merge branch 'maint-0.2.9' into maint-0.3.2
Jul 03, 2018
a01b4d7f
Merge remote-tracking branch 'rl1987/ticket26527'
Jul 03, 2018
e2a94dc4
Require stdint.h and inttypes.h
Jul 03, 2018
c75215c2
Clean up various things that broke with our stdint.h changes
Jul 03, 2018
4638be53
Use the standard SHRT_MAX name.
Jul 03, 2018
cf0b07c2
Retire some unused (or nearly unused) macros.
Jul 03, 2018
52884f56
Replace U64_LITERAL with the standard UINT64_C
Jul 03, 2018
9568c0ce
Return U64_PRINTF_ARG and U64_FORMAT
Jul 03, 2018
d5a3bb96
Retire U64_TO_DBL and DBL_TO_U64
Jul 03, 2018
02a44425
Fix up some windows compilation issues.
Jul 03, 2018
77e678c2
Merge remote-tracking branch 'github/shrink_or_h_more'
Jul 03, 2018
d0525c38
Refrain from potentially insecure usage of strncat()
Jul 03, 2018
fe8f7748
Merge branch 'bug26522'
Jul 03, 2018
df985828
Merge remote-tracking branch 'github/ticket26626'
Jul 03, 2018
32d9d693
Merge remote-tracking branch 'github/bug26568_034' into maint-0.3.4
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
2878dad9
Merge branch 'maint-0.3.4'
Jul 03, 2018
97fad994
Allow single DA if explicitly configured
Jul 03, 2018
287b64ee
Add CODE_OF_CONDUCT file
Jul 05, 2018
fecb8214
Try to use stricmp variants that MSDN actually recommends
Jul 05, 2018
3d610363
Include compat_string.h in smartlist.c
Jul 05, 2018
0e4b1781
Move handles.h to src/lib/container
Jul 05, 2018
24c0f831
Move socks5_status.h to src/lib/net
Jul 05, 2018
0adcfbc7
Move address_set to src/or
Jul 05, 2018
45938298
Remove util.h
Jul 05, 2018
947de40d
Move openbsd-malloc responsibility to lib/malloc
Jul 05, 2018
1e417b72
All remaining files in src/common belong to the event loop.
Jul 05, 2018
2d69c32b
Clean up include paths for libtor-evloop (automated)
Jul 05, 2018
f7eff300
Fix fuzzing_include_am.py
Jul 05, 2018
02ba0a2d
Merge branch 'destroy_common'
Jul 05, 2018
1dd5b5f4
Add a missing include.
Jul 05, 2018
753b797c
Fix up .may_includes for evloop.
Jul 05, 2018
c73bb993
Fix build.rs to handle removed common.
Jul 05, 2018
4eac5c6c
And tell build.rs to stop looking in src/common
Jul 05, 2018
81cb0afb
Start splitting src/or
Jul 05, 2018
ce842005
Remove ancient unused script that used the old src/or location
Jul 05, 2018
63b4ea22
Move literally everything out of src/or
Jul 05, 2018
ef486e3c
Fix every include path changed in the previous commit (automated)
Jul 05, 2018
5f51c2de
Fix our build system to know the new locations of the src/or stuff
Jul 05, 2018
f720a5a4
Fix everything that previously referred to src/or
Jul 05, 2018
10,678 additional commits have been omitted to prevent performance issues.
Loading
Loading