Files
tor/src/common
Alexander Færøy 02fc0a5ecf Remove fgets() compatbility function and related tests.
This patch removes the `tor_fgets()` wrapper around `fgets(3)` since it
is no longer needed. The function was created due to inconsistency
between the returned values of `fgets(3)` on different versions of Unix
when using `fgets(3)` on non-blocking file descriptors, but with the
recent changes in bug #21654 we switch from unbuffered to direct I/O on
non-blocking file descriptors in our utility module.

We continue to use `fgets(3)` directly in the geoip and dirserv module
since this usage is considered safe.

This patch also removes the test-case that was created to detect
differences in the implementation of `fgets(3)` as well as the changes
file since these changes was not included in any releases yet.

See: https://bugs.torproject.org/21654
2017-03-09 00:10:18 +01:00
..
2017-01-03 10:11:15 -05:00
2017-01-03 10:11:15 -05:00
2016-02-27 18:48:19 +01:00
2017-01-24 15:05:35 -05:00
2016-02-27 18:48:19 +01:00
2016-02-27 18:48:19 +01:00
2017-01-11 15:12:59 -05:00
2016-05-25 10:21:15 -04:00
2016-02-27 18:48:19 +01:00
2017-01-30 08:40:46 -05:00
2016-06-09 11:50:25 +00:00
2016-06-09 11:50:25 +00:00
2016-12-16 11:20:59 -05:00
2016-02-27 18:48:19 +01:00
2016-02-27 18:48:19 +01:00
2016-05-12 09:56:42 -04:00
2016-06-09 11:50:25 +00:00
2016-02-27 18:48:19 +01:00
2016-02-27 18:48:19 +01:00
2016-02-27 18:48:19 +01:00
2016-07-05 12:10:12 -04:00