tor/src
Isis Lovecruft aa241e99de
rust: Refactor protover::is_supported_here().
This changes `protover::is_supported_here()` to be aware of new datatypes
(e.g. don't call `.0` on things which are no longer tuple structs) and also
changes the method signature to take borrows, making it faster, threadable, and
easier to read (i.e. the caller can know from reading the function signature
that the function won't mutate values passed into it).

 * CHANGE the `protover::is_supported_here()` function to take borrows.
 * REFACTOR the `protover::is_supported_here()` function to be aware of new
   datatypes.
 * FIXES part of #24031: https://bugs.torproject.org/24031
2018-04-02 19:20:30 +00:00
..
common Merge remote-tracking branch 'hello71/bug25398' 2018-03-28 14:47:05 -04:00
config Merge branch 'maint-0.3.1' into maint-0.3.2 2018-03-13 10:59:30 -04:00
ext Merge branch 'bug24658-rm-curve25519-header' into bug24658-merge 2018-03-26 20:12:59 -04:00
or Merge branch 'maint-0.3.3' 2018-04-02 08:51:47 -04:00
rust rust: Refactor protover::is_supported_here(). 2018-04-02 19:20:30 +00:00
test misc tiny fixes 2018-04-01 23:47:44 -04:00
tools Merge branch 'bug24658-rm-curve25519-header' into bug24658-merge 2018-03-26 20:12:59 -04:00
trace Add stub function for libor-trace. 2017-04-25 18:02:19 +02:00
trunnel Fix spelling mistakes corresponding to ticket #23650 2018-02-07 10:41:57 -05:00
win32 bump version to 0.3.3.4-alpha-dev 2018-03-29 11:24:02 -04:00
include.am Add --enable-rust configure switch 2017-04-29 08:55:57 +02:00