Files
tor/changes
Nick Mathewson 3b646bf887 Fix ntohs() that should have been htons()
Fixes bug 23106; bugfix on 0.2.4.8-alpha.

Fortunately, we only support big-endian and little-endian platforms,
and on both of those, hton*() and ntoh*() behave the same.  And if
we did start to support middle endian systems (haha, no), most of
_those_ have hton*(x) == ntoh*(x) too.
2017-08-04 12:17:53 -04:00
..
2017-07-05 10:15:17 -04:00
2017-06-21 11:15:44 -04:00
2017-06-23 18:31:16 +00:00
2017-07-12 03:08:04 +00:00
2017-06-19 14:28:36 -04:00
2017-06-22 08:16:56 -04:00
2017-06-28 16:09:59 +03:00
2017-07-05 09:57:48 -04:00
2017-06-19 14:14:17 -04:00
2017-06-21 13:49:17 -04:00
2017-07-05 10:01:40 -04:00