tor/changes
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
..
.dummy Add a .dummy file in the changes directory to stop git from removing it 2015-05-11 11:41:48 -04:00
bug19699 Make test-network.sh always call chutney's test-network.sh 2017-03-01 13:28:30 +11:00
bug21329 Ticket #21329: GETINFO onions/current returns empty list 2017-01-28 13:59:29 -07:00
bug21407 The UseCreateFast consensus parameter now defaults to 0. 2017-02-16 15:30:26 -05:00
bug21439 Code to disable memory sentinels for fuzzing 2017-02-27 16:25:10 -05:00
bug21507 Reject Tor versions that contain non-numeric prefixes 2017-02-19 22:38:06 +11:00
bug21510 Make display of captured unit test log messages consistent 2017-02-19 23:09:50 +11:00
bug21576 Fix a crash when a connection tries to open just after it has been unlinked 2017-03-02 11:10:30 +11:00
bug21586 Prevent SRV assert when called from misconfigured bridge auth. 2017-03-01 15:56:29 +02:00
bug21594 Remove delay in hidden service introduction point checks 2017-03-07 08:04:57 -05:00
bug21596 Make hidden services always check for failed intro point connections 2017-03-02 15:57:58 +11:00
bug21599 Simplify hidden service descriptor creation 2017-03-04 23:15:55 -05:00
bug21654 Remove buffered I/O stream usage in process_handle_t. 2017-03-09 00:10:17 +01:00
feature21598 Log a message when a hidden service has fewer intro points than expected 2017-03-04 23:22:34 -05:00
test21470 Changes file for 21470 2017-02-19 22:51:50 +11:00