tor/src
cypherpunks 2d2312d989 Conform to the type signature of setsockopt(2)
According to the POSIX standard the option value is a pointer to void
and the option length a socklen_t. The Windows implementation makes the
option value be a pointer to character and the option length an int.

Casting the option value to a pointer to void conforms to the POSIX
standard while the implicit cast to a pointer to character conforms to
the Windows implementation.

The casts of the option length to the socklen_t data type conforms to
the POSIX standard. The socklen_t data type is actually an alias of an
int so it also conforms to the Windows implementation.
2015-12-17 08:34:27 -05:00
..
common Merge branch 'maint-0.2.7' 2015-12-16 09:24:40 -05:00
config Merge branch 'maint-0.2.6' into maint-0.2.7 2015-12-07 10:11:21 -05:00
ext Replace usage of INLINE with inline 2015-12-15 11:34:00 -05:00
or Conform to the type signature of setsockopt(2) 2015-12-17 08:34:27 -05:00
test Conform to the type signature of setsockopt(2) 2015-12-17 08:34:27 -05:00
tools Remove -F from tor-resolve(1) usage message. 2015-08-30 21:57:24 +03:00
trunnel Mention trunnel in CodingStandards; describe how in trunnel/README 2015-10-14 10:40:27 -04:00
win32 bump to 0.2.7.6-dev 2015-12-10 14:24:55 -05:00
include.am Use trunnel for crypto_pwbox encoding/decoding. 2014-09-25 11:58:14 -04:00