Isis Lovecruft
|
e6625113c9
rust: Implement more memory-efficient protover datatype.
|
6 years ago |
Isis Lovecruft
|
88204f91df
rust: Implement error types for Rust protover implementation.
|
6 years ago |
Roger Dingledine
|
961d2ad597
dir auths no longer vote Guard if they're not voting V2Dir
|
6 years ago |
Nick Mathewson
|
6d7c4c6ec2
Remove erroneous section heading "ExitPolicyDefault"
|
6 years ago |
teor
|
6aaafb0672
Document torrc options that only work on v2 onion services
|
6 years ago |
Nick Mathewson
|
4f473fadbd
Merge branch 'bug25617_029' into maint-0.3.3
|
6 years ago |
Nick Mathewson
|
2e9e91ebbf
bump version to 0.3.3.4-alpha-dev
|
6 years ago |
Nick Mathewson
|
e35eb9baaa
Mark controller-initiated DNS lookups as permitted to do DNS.
|
6 years ago |
Nick Mathewson
|
3fa66f9799
Bump version to 0.3.3.4-alpha
|
6 years ago |
Nick Mathewson
|
e0bbef48bf
Merge remote-tracking branch 'dgoulet/bug24767_033_03' into maint-0.3.3
|
6 years ago |
Nick Mathewson
|
3cc382b93e
add a changes file for the rust libc update
|
6 years ago |
Georg Koppen
|
684aef40f9
Bug 25664: Update libc version requirement for Rust
|
6 years ago |
Nick Mathewson
|
d416e208e4
Merge branch 'bugs25036_25055_clean_033' into maint-0.3.3
|
6 years ago |
Nick Mathewson
|
d4bf1f6c8e
Add a paranoia check in string_is_valid_nonrfc_hostname()
|
6 years ago |
Nick Mathewson
|
b504c854d3
Rename string_is_valid_hostname -> string_is_valid_nonrfc_hostname
|
6 years ago |
rl1987
|
09351c34e9
Don't strlen before checking for NULL
|
7 years ago |
rl1987
|
a28e350cff
Tweak loop condition
|
7 years ago |
rl1987
|
6b6d003f43
Don't explode on NULL or empty string
|
7 years ago |
rl1987
|
d891010fdd
Allow alphanumeric TLDs in test for now
|
7 years ago |
rl1987
|
ee1fca727c
Simplify hostname validation code
|
7 years ago |
rl1987
|
dbb7c8e6fd
Validate hostnames with punycode TLDs correctly
|
7 years ago |
rl1987
|
4413e52f9e
Improve handling of trailing dot
|
7 years ago |
rl1987
|
db850fec3a
Test TLD validation
|
7 years ago |
rl1987
|
6335db9fce
Refrain from including <ctype.h>
|
7 years ago |
rl1987
|
12afd8bfed
Also test bracket-less IPv6 string validation
|
7 years ago |
rl1987
|
5986589b48
Call strlen() once
|
7 years ago |
rl1987
|
b0ba4aa7e9
Fix bracketed IPv6 string validation
|
7 years ago |
rl1987
|
df529c6093
Adding changes file
|
7 years ago |
rl1987
|
1af016e96e
Do not consider IP strings valid DNS names. Fixes #25055
|
7 years ago |
rl1987
|
0e453929d2
Allow IPv6 address strings to be used as hostnames in SOCKS5 requests
|
7 years ago |